fix: point exp
This commit is contained in:
14
api/auth.js
14
api/auth.js
@@ -23,6 +23,20 @@ export const updateUserInfo = async (body) => {
|
||||
});
|
||||
};
|
||||
|
||||
export const userOpenApp = async () => {
|
||||
return request({
|
||||
url: "/api/user/open-app",
|
||||
method: "POST",
|
||||
});
|
||||
};
|
||||
|
||||
export const getUserAsset = async () => {
|
||||
return request({
|
||||
url: "/api/user/asset",
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
export const reportPrivacy = async () => {
|
||||
// return request({
|
||||
// url: "/api/common/privacy/report",
|
||||
|
||||
@@ -9,7 +9,7 @@ export const getAvatarSystemList = async (page = 1) => {
|
||||
|
||||
export const getAvatarSystemCategoryList = async () => {
|
||||
return request({
|
||||
url: `/api/blessing/avatar/system/category/list`,
|
||||
url: `/api/blessing/avatar/category/list`,
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user