{ "userOpenid": "string", "pageNo": 1, "pageSize": 100, "groupOpenid": "string", "customerOpenid": "string", "startTime": 0, "endTime": 0, "keyword": "string", "msgType": "string", "tenantId": 0, "seq": 0 }
curl --location -g --request POST '/open-api/chatmsg/document/query-chat?access_token={{access_token}}' \ --header 'Authorization: Bearer {{auth_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "userOpenid": "string", "pageNo": 1, "pageSize": 100, "groupOpenid": "string", "customerOpenid": "string", "startTime": 0, "endTime": 0, "keyword": "string", "msgType": "string", "tenantId": 0, "seq": 0 }'
{ "code": 0, "msg": "string" }