mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新微信客服读取消息相关接口模型
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"cursor": "4gw7MepFLfgF2VC5npN",
|
||||
"token": "ENCApHxnGDNAVNY4AaSJKj4Tb5mwsEMzxhFmHVGcra996NR",
|
||||
"limit": 1000,
|
||||
"voice_format": 0
|
||||
}
|
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "4gw7MepFLfgF2VC5npN",
|
||||
"has_more": 1,
|
||||
"msg_list": [
|
||||
{
|
||||
"msgid": "from_msgid_4622416642169452483",
|
||||
"open_kfid": "wkAJ2GCAAASSm4_FhToWMFea0xAFfd3Q",
|
||||
"external_userid": "wmAJ2GCAAAme1XQRC-NI-q0_ZM9ukoAw",
|
||||
"send_time": 1615478585,
|
||||
"origin": 3,
|
||||
"servicer_userid": "Zhangsan",
|
||||
"msgtype": "MSG_TYPE"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user