调整首页
This commit is contained in:
@@ -27,7 +27,7 @@ export const approveUser = async function(data) {
|
||||
}
|
||||
|
||||
// 移除用户
|
||||
export const removeUser = async function(data) {
|
||||
export const removeUser = async function(uid) {
|
||||
return await DELETE(`/wx/removeUser/${uid}`);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user