## 聯系我的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 | 非法的請求 |