充值订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://adminapi.myfcomic.com/charge/recharge/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": 417,
"uid": 22,
"username": "",
"actual_price": null,
"currency": null,
"token_price": 1,
"platform": 1,
"item_id": "yqzj.upmanhua.com.7",
"pay_channel": 1,
"orders_no": "1809260610162638",
"channel_no": "",
"pay_status": 1,
"order_time": "2018-09-26 18:10:16",
"recharge_time": null,
"ip": "172.16.92.232",
"device_no": "f1465163d8b5b906",
"useragent": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.7 Safari/537.36"
}
}</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": 417,
"uid": 22,
"username": "",
"actual_price":实际支付金额,
"currency": 币种
"token_price": '充值代币'
"platform":'平台,1-安卓,2-ios',
"item_id":产品id',
"pay_channel":'支付渠道,1-支付宝,2-微信,3-Apple Pay',
"orders_no": 订单编号',
"channel_no": 渠道订单号',
"pay_status":'支付状态,1-未支付,2-处理中,3-非法充值,4-支付成功,5-支付失败,6-发起退款,7-退款中,8-退款成功 ',
"order_time": 下订单时间
"recharge_time": 支付时间
"ip": "172.16.92.232",
"device_no": 设备号
"useragent": 用户ua,</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>