mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 01:44:42 +08:00
feat(work): 适配企业微信帐号 ID 安全性全面升级
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"AuthCorpId": "xxxx",
|
||||
"InfoType": "agree_external_userid_migration",
|
||||
"ServiceCorpId": "xxxx",
|
||||
"TimeStamp": 1403610513
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<xml>
|
||||
<AuthCorpId><![CDATA[xxxx]]></AuthCorpId>
|
||||
<InfoType><![CDATA[agree_external_userid_migration]]></InfoType>
|
||||
<ServiceCorpId><![CDATA[xxxx]]></ServiceCorpId>
|
||||
<TimeStamp>1403610513</TimeStamp>
|
||||
</xml>
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"external_userid_list": [ "xxxxx", "yyyyyy" ]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"items": [
|
||||
{
|
||||
"external_userid": "xxxxx",
|
||||
"new_external_userid": "AAAA"
|
||||
},
|
||||
{
|
||||
"external_userid": "yyyyy",
|
||||
"new_external_userid": "BBBB"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"corpid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -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