获取对话信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取对话信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/chat/to_chat</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">from</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>发起者id</td>
</tr>
<tr>
<td style="text-align: left;">to</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>接受者id</td>
</tr>
</tbody>
</table>
<p><strong>上传数据样式</strong></p>
<pre><code>{
"from":2150,
"to":30
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": 1,
"msg": "请求成功",
"data": [
{
"id": 290576,
"oid": 38052,
"uid_creator": 4064,
"uid_to": 1053,
"type": 2,
"create_time": "2019-11-06 11:03:12",
"is_read": 1,
"room": [
{
"name": "主卧",
"img": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/imgs/15732139528600.jpg"
},
{
"name": "厨房",
"img": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/imgs/15732139528671.jpg"
}
],
"address": "1阿萨达是",
"differ_create_time": "1月前"
},
{
"id": 290475,
"oid": 40384,
"uid_creator": 4064,
"uid_to": 1053,
"type": 2,
"create_time": "2019-11-06 10:51:51",
"is_read": 1,
"differ_create_time": "1月前",
"room": [
{
"name": "主卧",
"img": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/imgs/1573008790302.png"
}
],
"address": "2019-11-05 19:56:24"
},
{
"id": 287829,
"oid": 40223,
"uid_creator": 4064,
"uid_to": 1053,
"type": 2,
"create_time": "2019-11-05 14:11:49",
"is_read": 1,
"differ_create_time": "1月前",
"room": [
{
"name": "厨房",
"img": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/imgs/1572953677818.png"
}
],
"address": "2019-11-05 11:38:54"
},
{
"id": 287826,
"oid": 40223,
"uid_creator": 4064,
"uid_to": 1053,
"type": 2,
"create_time": "2019-11-05 14:11:19",
"is_read": 1,
"differ_create_time": "1月前",
"room": [
{
"name": "厨房",
"img": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/imgs/1572953677818.png"
}
],
"address": "2019-11-05 11:38:54"
},
{
"id": 287825,
"oid": 40223,
"uid_creator": 4064,
"uid_to": 1053,
"type": 2,
"create_time": "2019-11-05 14:11:11",
"is_read": 1,
"differ_create_time": "1月前",
"room": [
{
"name": "厨房",
"img": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/imgs/1572953677818.png"
}
],
"address": "2019-11-05 11:38:54"
}
]
}</code></pre>