调整登录逻辑
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
|
||||
// 获取用户最新信息
|
||||
|
Reference in New Issue
Block a user