fix: 禁止移动端缩放、对话头像更改

This commit is contained in:
Gsh
2025-07-08 00:29:41 +08:00
parent 4710208e81
commit 9408242726
4 changed files with 11 additions and 4 deletions

View File

@@ -14,3 +14,8 @@ export function applyApiKey() {
export function getApiKey() {
return get<any>('/token').json();
}
// 查询充值记录
export function getRechargeLog() {
return get<any>('/recharge/account').json();
}