{
"type": "WW_DEL_BY_USER_LIST_MSG",
"client_id": 1,
"data": {
"page_num":1,
"page_size":10
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_DEL_BY_USER_LIST_MSG",
"client_id": 1,
"data": {
"page_num":1,
"page_size":10
}
}'
{
"data": {
"acctid": "xxxx",
"avatar": "http://wx.qlogo.cn/mmhead/xxx/0",
"conversation_id": "S:16888505xxx82_7881300xx",
"corp_id": "1970325xxx8",
"mobile": "",
"nickname": "",
"position": "",
"realname": "",
"remark": "",
"sex": 1,
"unionid": "ozynqspBJVmTEwLsxxxQ",
"user_id": "788130071491xxxx",
"username": "Hanson"
},
"type": 11039
}