fix: code style

This commit is contained in:
dylanmay
2025-11-06 15:25:11 +08:00
parent c238920588
commit 5269d4c387
30 changed files with 189 additions and 388 deletions

View File

@@ -24,8 +24,8 @@ export namespace MpAccountApi {
}
// 重新导出类型,方便使用
export type Account = MpAccountApi.Account;
export type AccountSimple = MpAccountApi.AccountSimple;
// export type Account = MpAccountApi.Account;
// export type AccountSimple = MpAccountApi.AccountSimple;
/** 查询公众号账号列表 */
export function getAccountPage(params: PageParam) {