{
"keyWord": "关键字查询",
"start_time": "指定搜索会话范围的开始时间",
"end_time": "指定搜索会话范围的结束时间,。若指定了end_time,也必须指定start_time,start_time必须小于end_time,且时间范围不超过30天整;若都不指定则默认时间范围为当前时刻往前30天内",
"cursor": "下一次请求的cursor值,接口如果存在更多数据,会在接口返回时返回next_cursor,首次传空",
"chat_type": "指定会话类型, 1:单聊;2:群聊",
"chat_id": "选择的单聊或者群聊的value值",
"msg_type_list": [
1
],
"sender": "发送人员,暂时不用",
"197":{
"lxrId":1
}
}
curl --location --request GET 'api/WebChat/EditFxGk?msgid' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyWord": "关键字查询",
"start_time": "指定搜索会话范围的开始时间",
"end_time": "指定搜索会话范围的结束时间,。若指定了end_time,也必须指定start_time,start_time必须小于end_time,且时间范围不超过30天整;若都不指定则默认时间范围为当前时刻往前30天内",
"cursor": "下一次请求的cursor值,接口如果存在更多数据,会在接口返回时返回next_cursor,首次传空",
"chat_type": "指定会话类型, 1:单聊;2:群聊",
"chat_id": "选择的单聊或者群聊的value值",
"msg_type_list": [
1
],
"sender": "发送人员,暂时不用",
"197":{
"lxrId":1
}
}'
{
"errcode": 0,
"errmsg": "ok"
}