mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"items": [
|
|
{
|
|
"chat_id": "xxxxxx",
|
|
"new_chat_id": "XXXXXX"
|
|
},
|
|
{
|
|
"chat_id": "yyyyyy",
|
|
"new_chat_id": "yyyyyy"
|
|
}
|
|
],
|
|
"invalid_chat_id_list": [ "zzzzzz" ]
|
|
}
|