feat(work): 新增第三方应用获取应用管理员列表接口

This commit is contained in:
Fu Diwei
2024-07-29 12:45:26 +08:00
parent 37e91dad17
commit 46dc783164
4 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"admin": [
{
"userid": "woxxxx",
"auth_type": 1
},
{
"userid": "woxxxx",
"auth_type": 0
}
]
}