2
0

feat:修改获取套餐信息接口

This commit is contained in:
zhongzm
2024-12-27 18:33:23 +08:00
parent fc40451b50
commit 6860c035c6

View File

@@ -119,7 +119,7 @@ export function removeRateLimit(ids: number | number[]) {
/** Get package list */
export function fetchPackageList() {
return request<Api.Auth.Package[]>({
url: '/u/package/list',
url: '/system/package/list',
method: 'get'
});
}