This commit is contained in:
2025-06-25 20:25:44 +08:00
parent 346471ab91
commit 5147d79bff
5 changed files with 45 additions and 30 deletions

View File

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