feat: PrivacyPopup

This commit is contained in:
zzc
2026-02-02 16:49:53 +08:00
parent 526e2aad70
commit 52af2aad8f
3 changed files with 189 additions and 0 deletions

View File

@@ -22,3 +22,10 @@ export const updateUserInfo = async (body) => {
data: body,
});
};
export const reportPrivacy = async () => {
return request({
url: "/api/common/privacy/report",
method: "POST",
});
};