交易记录列表-临
<p><strong>简要描述:</strong> </p>
<ul>
<li>交易记录列表-临</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{{base}}/v1/im/order_log_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>分页</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1583116482,
"data": {
"total": 3,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"order_log_id": 1,
"order_id": 100,
"create_time": "1970-01-02 11:46:40",
"event_code": "22222",
"title": "订单发货成功",
"content": "订单,xxxxx,发货成功了",
"user_id": 100000,
"img": null,
"type": 1,//1订单 2投诉
"beautify_create_time": "50年前"
},
{
"order_log_id": 2,
"order_id": 7718,
"create_time": "2020-02-28 16:16:18",
"event_code": "",
"title": "有新订单了",
"content": "订单:20022816162222,买家已付款,快去发货吧",
"user_id": 100000,
"img": null,
"type": 1,
"beautify_create_time": "2天前"
},
{
"order_log_id": 9,
"order_id": 7724,
"create_time": "2020-02-28 18:05:53",
"event_code": "",
"title": "有新订单了",
"content": "订单:20022818052566,买家已付款,快去发货吧",
"user_id": 100000,
"img": "http://guangguang.kuaifaka.com/goods/picture/20200224/100000_26c8f3cf8587f36539b240803f7681c0_828_1472_817.jpg",
"type": 1,
"beautify_create_time": "2天前"
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>