## 联系我的api
~~~[api]
post:/wxapi/contactOtherList
*userid=2831#当前用户id
<<<
success
{
"status": "success",
"code": 0,
"message": "成功",
"data": [
{
"userid": " 2781", //当前用户id
"touserid": "2831", //对方用户id
"machineid": "2309", // 机源id
"muserid": " 2781", // 机源用户id
"last_chat_time": "2019-09-20 14:36:36", // 最后沟通时间
"noreadNums": 0, // 未读消息数量
"memberInfo": { // 用户信息
"id": 2781,
"legalname": "韩小阳",
"logo": "\/upload\/image\/20170901\/20170901144004_62743.png",
"default_logo": "https:\/\/img1.gaoershou.com\/27babd62db9df40729818d51a64690b5.jpg",
"main_brand": "沃尔沃,卡特彼勒,小松",
"receiver_type": "沃尔沃,卡特彼勒,小松"
},
"machineInfo": { // 机源信息
"p_id": 2309,
"uid": 2831,
"p_allname": "沃尔沃EW205D轮式挖掘机",
"p_keyword": "",
"p_price": "43430000.00",
"p_details": "324324234243",
"p_addtime": 1568869924
}
},
{
"userid": " 2831",
"touserid": "2831",
"machineid": "2309",
"muserid": " 2831",
"last_chat_time": "2019-09-19 19:21:09",
"noreadNums": 0,
"memberInfo": {
"id": 2831,
"legalname": "2eq阿达神",
"logo": "",
"default_logo": "https:\/\/img2.gaoershou.com\/20190918201539_38206.png",
"main_brand": "沃尔沃,",
"receiver_type": "利勃海尔LR614 Litronic,"
},
"machineInfo": {
"p_id": 2309,
"uid": 2831,
"p_allname": "沃尔沃EW205D轮式挖掘机",
"p_keyword": "",
"p_price": "43430000.00",
"p_details": "324324234243",
"p_addtime": 1568869924
}
}
]
}
<<<
error
{
"status": "error",
"code": 4002,
"message": "参数错误",
"data": []
}
~~~
| 错误状态码 | 说明 |
| --- | --- |
| 4002 | 参数错误 |
| 4001 | 非法的请求 |