fix: code style

This commit is contained in:
dylanmay
2025-11-06 23:23:25 +08:00
parent 500ce9cf7c
commit 007bb2dd26
21 changed files with 116 additions and 105 deletions

View File

@@ -23,10 +23,6 @@ export namespace MpAccountApi {
}
}
// 重新导出类型,方便使用
// export type Account = MpAccountApi.Account;
// export type AccountSimple = MpAccountApi.AccountSimple;
/** 查询公众号账号列表 */
export function getAccountPage(params: PageParam) {
return requestClient.get<PageResult<MpAccountApi.Account>>(