获取被对方删除的客户列表
POST
/请求参数
Body 参数application/json
type
string
必需
client_id
integer
必需
data
object
必需
page_num
integer
必需
page_size
integer
必需
示例
{
"type": "WW_DEL_BY_USER_LIST_MSG",
"client_id": 1,
"data": {
"page_num": 1,
"page_size": 10
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"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
}
最后修改时间: 2 年前