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

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

View File

@@ -0,0 +1,5 @@
{
"unionid": "xxxxx",
"openid": "xxxxx",
"corpid": "xxxxx"
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"external_userid_info": [
{
"corpid": "AAAAA",
"external_userid": "BBBB"
},
{
"corpid": "CCCCC",
"external_userid": "DDDDD"
}
]
}