refactor: 封装请求
This commit is contained in:
4
src/api/index.ts
Normal file
4
src/api/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { API_V1_PREFIX } from "@/api/paths";
|
||||
export { getHealth } from "@/api/health";
|
||||
export { getPlayerPing, getPlayerMe } from "@/api/player";
|
||||
export { getWalletBalance, type GetWalletBalanceParams } from "@/api/wallet";
|
||||
Reference in New Issue
Block a user