curl --location --request GET '/api/user/chatRecord?shop_id='{
"code": 1,
"show": 0,
"msg": "",
"data": {
"config": 1,
"kefu": {
"id": 1,
"nickname": "客服1号",
"avatar": "xxx.img"
},
"record": [
{
"id": 2,
"shop_id": 0,
"from_id": 118,
"from_type": "user",
"to_id": 118,
"to_type": "user",
"msg": "你好啊",
"msg_type": 1,
"is_read": 0,
"type": 1,
"create_time": "2021-12-08 11:19:10",
"update_time": "2021-12-08 11:19:10",
"from_nickname": "小明",
"from_avatar": "http://www.likeshopb2b2c.localhost/1111",
"create_time_stamp": 1638933550
}
]
}
}