refactor(api): 删除全局接口中已注释的请求声明

1.0
LiuJiaNan 2026-06-24 11:31:15 +08:00
parent 227d7cc38e
commit 2601827981
1 changed files with 0 additions and 10 deletions

View File

@ -1,11 +1 @@
export {};
// export const riskList = declareRequest(
// "loading",
// "Post > @/xxx",
// "dataSource: [] | res.data || [] & total: 0 | res.totalCount || 0 & pageIndex: 1 | res.pageIndex || 1 & pageSize: 10 | res.pageSize || 10",
// );
// export const riskDelete = declareRequest(
// "loading",
// "Delete > @/xxx/{id}",
// );