fix: point exp

This commit is contained in:
zzc
2026-02-24 22:49:56 +08:00
parent 90e7f000c8
commit e5a8f3ca3f
4 changed files with 42 additions and 15 deletions

View File

@@ -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",