修改转换管理员接口
This commit is contained in:
@@ -76,4 +76,9 @@ export const bindMeter = async function(pid, tid, data) {
|
||||
// 修改管理员手机号
|
||||
export const updateAdminPhone = async function(data) {
|
||||
return await PUT(`/wx/updatePhone`, data)
|
||||
}
|
||||
|
||||
// 工作台移交管理权限
|
||||
export const updateUserApp = async function(data) {
|
||||
return await PUT(`/wx/updateUserApp`, data)
|
||||
}
|
Reference in New Issue
Block a user