feat: 个人中心新增尊享服务、模型列表区分

This commit is contained in:
Gsh
2025-10-12 18:30:34 +08:00
parent 5934056fe6
commit 85bd1ce8d6
6 changed files with 579 additions and 126 deletions

View File

@@ -19,3 +19,8 @@ export function getQrCodeResult(data: any) {
export function getWechatAuth(data: any) {
return post<any>('/fuwuhao/register', data).json();
}
// 获取尊享服务Token包额度
export function getPremiumTokenPackage() {
return get<any>('/account/premium/token-package').json();
}