fix: 禁止移动端缩放、对话头像更改
This commit is contained in:
@@ -14,3 +14,8 @@ export function applyApiKey() {
|
||||
export function getApiKey() {
|
||||
return get<any>('/token').json();
|
||||
}
|
||||
|
||||
// 查询充值记录
|
||||
export function getRechargeLog() {
|
||||
return get<any>('/recharge/account').json();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user