调整登录逻辑

This commit is contained in:
2024-03-27 17:37:11 +08:00
parent 61bcbf6f69
commit 049782f96b
18 changed files with 113 additions and 30 deletions

View File

@@ -27,8 +27,8 @@ export const approveUser = async function(data) {
}
// 移除用户
export const removeUser = async function(uid) {
return await DELETE(`/wx/removeUser/${uid}`);
export const removeUser = async function(uid, tid) {
return await DELETE(`/wx/removeUser/${tid}/${uid}`);
}
// 获取用户最新信息