Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinChatData/CgibinChatDataSyncMessageResponse.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
}
}
]
}