Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"userId": 0,
"consumerId": 0,
"lastMsgId": 0,
"sendUserType": 0,
"content": "string",
"pageSize": 0,
"pageNum": 0
}curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/merchant/dialog/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"merchantId": 0,
"userId": 0,
"consumerId": 0,
"lastMsgId": 0,
"sendUserType": 0,
"content": "string",
"pageSize": 0,
"pageNum": 0
}'{
"total": 0,
"rows": [
{
"id": 0,
"merchantId": 0,
"userId": 0,
"consumerId": 0,
"lastMsgId": 0
}
],
"code": 0,
"msg": "string"
}