feat: 个人中心新增尊享服务、模型列表区分
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user