feat: 添加管理员钱包相关API和更新模块结构

This commit is contained in:
2026-05-09 15:22:27 +08:00
parent 38d40f3a8b
commit 4ace3151e6
14 changed files with 930 additions and 59 deletions

View File

@@ -1,6 +1,11 @@
export { API_V1_PREFIX } from "@/api/paths";
export { getAdminCaptcha, postAdminLogin } from "@/api/admin-auth";
export { getAdminPing } from "@/api/admin-ping";
export {
getAdminPlayerWallets,
getAdminTransferOrders,
getAdminWalletTransactions,
} from "@/api/admin-wallet";
export type {
AdminAuthCaptchaResponse,
AdminAuthLoginRequest,