mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"UserId": "USERID",
|
|
"DeviceId": "DEVICEID",
|
|
"OpenId": "OPENID",
|
|
"external_userid": "EXTERNAL_USERID",
|
|
"parents": [
|
|
{
|
|
"corpid": "wxCorpId1",
|
|
"parent_userid": "zhangsan"
|
|
},
|
|
{
|
|
"corpid": "wxCorpId2",
|
|
"parent_userid": "lisi"
|
|
}
|
|
]
|
|
}
|