mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
feat(work): 新增自建应用代开发 ID 转换相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"corpid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"open_corpid": "AAAAAA"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"corpid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"unionid": "xxxxx",
|
||||
"openid": "xxxxx",
|
||||
"corpid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"external_userid_info": [
|
||||
{
|
||||
"corpid": "AAAAA",
|
||||
"external_userid": "BBBB"
|
||||
},
|
||||
{
|
||||
"corpid": "CCCCC",
|
||||
"external_userid": "DDDDD"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user