## 我的联系人api
~~~[api]
post:/wxapi/contactMyselfList
*userid=2831#当前用户id
<<<
success
{
"status": "success",
"code": 0,
"message": "成功",
"data": [
{
"userid": "2831", 当前用户id
"touserid": " 2781", 对方用户id
"machineid": "2309", 机源id
"muserid": " 2831", 机源所属用户id
"noreadNums": 0, 消息未读数量
"memberInfo": { 对方用户信息
"id": 2781,
"legalname": "杨威",
"logo": "https:\/\/image.gaoershou.com\/2781_32265.jpg",
"default_logo": "https:\/\/image.gaoershou.com\/2781_num_16621.jpg",
"main_brand": "",
"receiver_type": ""
},
"machineInfo": { 机源详情信息
"p_id": 2309,
"uid": 1950,
"p_allname": "加藤HD1023履带式挖掘机",
"p_keyword": "加藤HD1023履带式挖掘机",
"p_price": "19.90",
"p_details": "怠速随便玩",
"p_addtime": 1544163036
}
},
{
"userid": "2831",
"touserid": " 2831",
"machineid": "2309",
"muserid": " 2831",
"noreadNums": 0,
"memberInfo": {
"id": 2831,
"legalname": "",
"logo": "",
"default_logo": "",
"main_brand": "",
"receiver_type": ""
},
"machineInfo": {
"p_id": 2309,
"uid": 1950,
"p_allname": "加藤HD1023履带式挖掘机",
"p_keyword": "加藤HD1023履带式挖掘机",
"p_price": "19.90",
"p_details": "怠速随便玩",
"p_addtime": 1544163036
}
}
]
}
<<<
error
{
"status": "error",
"code": 4002,
"message": "参数错误",
"data": []
}
~~~
| 错误状态码 | 说明 |
| --- | --- |
| 4002 | 参数错误 |
| 4001 | 非法的请求 |