##
~~~[api]
post:http://igmdev.simproyun.com/api/center/kefuNoRead
consultant=1000093#當前登陸人id
<<<
success
{
"status": 1,
"msg": "成功",
"photo":"客戶頭像"
"list"[
{
response:內容
send:狀態(1客戶;0客服)
time:時間
}
]
}
<<<
error
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~