mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
33 lines
798 B
JSON
33 lines
798 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"has_more": true,
|
|
"next_cursor": "JGNLGEHJGIE",
|
|
"msg_list": [
|
|
{
|
|
"msgid": "xxxmsgid",
|
|
"sender": {
|
|
"type": 1,
|
|
"id": "woxxxxxmmgjiegjie"
|
|
},
|
|
"receiver_list": [
|
|
{
|
|
"type": 1,
|
|
"id": "woAAAAAAAAAAA"
|
|
},
|
|
{
|
|
"type": 2,
|
|
"id": "wmXXXXXXXXXXXXX"
|
|
}
|
|
],
|
|
"chatid": "wrXXXXXXXXXX",
|
|
"send_time": 166666666,
|
|
"msgtype": 2,
|
|
"service_encrypt_info": {
|
|
"encrypted_secret_key": "KEYAAAAAAABBBBBB",
|
|
"public_key_ver": 1
|
|
}
|
|
}
|
|
]
|
|
}
|