mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +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>
|
Reference in New Issue
Block a user