|
@@ -4,5 +4,5 @@ enum Api {
|
|
checkQuota = '/ai/chat/checkQuota',
|
|
checkQuota = '/ai/chat/checkQuota',
|
|
}
|
|
}
|
|
export function checkQuotaApi() {
|
|
export function checkQuotaApi() {
|
|
- return defHttp.get({ url: Api.checkQuota });
|
|
|
|
|
|
+ return defHttp.get({ url: Api.checkQuota }, { successMessageMode: 'none' });
|
|
}
|
|
}
|