This commit is contained in:
2025-06-17 21:34:52 +08:00
parent 021918e56d
commit 2e8617147c
9 changed files with 153 additions and 30 deletions

View File

@@ -376,6 +376,13 @@ const system = {
data: data
});
},
complaint: async (data) => {
return request({
method: MethodsENUM.POST,
url: "/user/complaint",
data: data
});
},
}
export default system;