购买订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://adminapi.myfcomic.com/charge/purchase/detail</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>订单id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "success",
"data": [],
"list": {
"id": 10,
"comic_title": "火影忍者",
"order_no": "1809270636489797",
"uid": 3,
"chapter_id": "17",
"user_ip": "127.0.0.1",
"payment": 0,
"platform": 0,
"order_time": "2018-09-27 18:36:48",
"device_number": 设备号,
"user_agent":用户ua,
"username": 用户名,
"chapter_name": "123,"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<pre><code> "id": 10,
"comic_title": "火影忍者",
"order_no": 订单号
"uid": 3,
"chapter_id":章节id
"user_ip": ip
"payment": 支付金额
"platform": 平台 1-ios 2-安卓
"order_time": "2018-09-27 18:36:48",
"device_number": 设备号,
"user_agent": 用户ua,
"username": "测试",
"chapter_name":章节名"</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>