修改转换管理员接口

This commit is contained in:
2025-03-04 17:32:41 +08:00
parent fc5ef4b931
commit 1b69035ed2
2 changed files with 8 additions and 3 deletions

View File

@@ -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)
}