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

2.0
LiuJiaNan 2026-06-24 11:30:53 +08:00
parent 644035cbfd
commit b4b439b3bb
1 changed files with 0 additions and 9 deletions

View File

@ -1,11 +1,2 @@
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}",
// );