feat(work): 新增自建应用代开发 ID 转换相关接口

This commit is contained in:
Fu Diwei
2022-10-31 12:34:15 +08:00
parent 4d9163ded1
commit 0ca361f14b
26 changed files with 258 additions and 21 deletions

View File

@@ -1,14 +0,0 @@
{
"errcode": 0,
"errmsg": "ok",
"items": [
{
"external_userid": "xxxxx",
"new_external_userid": "AAAA"
},
{
"external_userid": "yyyyy",
"new_external_userid": "BBBB"
}
]
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"open_corpid": "AAAAAA"
}