小程序
小游戏
企业微信
微信支付
扫描小程序码分享
在自己的服务器上集成微信小程序上的客服,只有发送信息的api 接口,没有获取聊天信息的接口。望各位大佬告知。
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
http请求方式: POST https://api.weixin.qq.com/customservice/msgrecord/ getmsglist ?access_token=ACCESS_TOKEN POST数据示例如下: { "starttime" : 987654321, "endtime" : 987654321, "msgid" : 1, "number" : 10000 }
参数说明
参数说明starttime起始时间,unix时间戳endtime结束时间,unix时间戳,每次查询时段不能超过24小时msgid消息id顺序从小到大,从1开始number每次获取条数,最多10000条
返回说明
{ "recordlist" : [ { "openid" : "oDF3iY9WMaswOPWjCIp_f3Bnpljk" , "opercode" : 2002, "text" : " 您好,客服test1为您服务。" , "time" : 1400563710, "worker" : "test1@test" }, { "openid" : "oDF3iY9WMaswOPWjCIp_f3Bnpljk" , "opercode" : 2003, "text" : "你好,有什么事情?" , "time" : 1400563731, "worker" : "test1@test" } ], "number":2, "msgid":20165267 }
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
http请求方式: POST https://api.weixin.qq.com/customservice/msgrecord/ getmsglist ?access_token=ACCESS_TOKEN POST数据示例如下: { "starttime" : 987654321, "endtime" : 987654321, "msgid" : 1, "number" : 10000 }
参数说明
参数说明starttime起始时间,unix时间戳endtime结束时间,unix时间戳,每次查询时段不能超过24小时msgid消息id顺序从小到大,从1开始number每次获取条数,最多10000条
返回说明
{ "recordlist" : [ { "openid" : "oDF3iY9WMaswOPWjCIp_f3Bnpljk" , "opercode" : 2002, "text" : " 您好,客服test1为您服务。" , "time" : 1400563710, "worker" : "test1@test" }, { "openid" : "oDF3iY9WMaswOPWjCIp_f3Bnpljk" , "opercode" : 2003, "text" : "你好,有什么事情?" , "time" : 1400563731, "worker" : "test1@test" } ], "number":2, "msgid":20165267 }