充值中
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>充值中</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/v1/order/records/doing?page=1</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: [
{
&quot;icon_path&quot;: &quot;http:\/\/test.funny96.com\/upload\/icon\/04.jpg&quot;,
&quot;order_type&quot;: 10,
&quot;order_type_format&quot;: &quot;话费狂欢&quot;,
&quot;capital_type&quot;: 10,
&quot;capital_type_format&quot;: &quot;充值中&quot;,
&quot;order_id&quot;: 6,
&quot;amount&quot;: &quot;136.61&quot;,
&quot;updated_at&quot;: &quot;2024-02-21 01:44&quot;,
&quot;order&quot;: {
&quot;id&quot;: 6,
&quot;order_no&quot;: &quot;240221013855081013&quot;,
&quot;uid&quot;: 1,
&quot;real_name&quot;: &quot;&quot;,
&quot;real_mobile&quot;: &quot;13580782518&quot;,
&quot;price&quot;: &quot;1000.00&quot;,
&quot;discount&quot;: &quot;100.00&quot;,
&quot;rate&quot;: &quot;7.32&quot;,
&quot;real_amount&quot;: &quot;136.61&quot;,
&quot;state&quot;: 1,
&quot;is_share&quot;: 2,
&quot;process_at&quot;: &quot;2024-02-21 01:38:55&quot;,
&quot;cancel_at&quot;: null,
&quot;success_at&quot;: null,
&quot;refused_at&quot;: null,
&quot;audit_user_id&quot;: 0,
&quot;letter&quot;: &quot;A&quot;,
&quot;brand_name&quot;: &quot;&quot;,
&quot;brand_id&quot;: 0,
&quot;phone_balance&quot;: [],
&quot;created_at&quot;: &quot;2024-02-21 01:38:55&quot;,
&quot;updated_at&quot;: &quot;2024-02-21 01:38:55&quot;,
&quot;deleted_at&quot;: null,
&quot;state_format&quot;: &quot;进行中&quot;
},
&quot;id&quot;: 10
}
],
&quot;links&quot;: {
&quot;first&quot;: &quot;http:\/\/test.funny96.com\/api\/v1\/order\/records\/doing?page=1&quot;,
&quot;last&quot;: &quot;http:\/\/test.funny96.com\/api\/v1\/order\/records\/doing?page=1&quot;,
&quot;prev&quot;: null,
&quot;next&quot;: null
},
&quot;meta&quot;: {
&quot;current_page&quot;: 1,
&quot;from&quot;: 1,
&quot;last_page&quot;: 1,
&quot;path&quot;: &quot;http:\/\/test.funny96.com\/api\/v1\/order\/records\/doing&quot;,
&quot;per_page&quot;: 15,
&quot;to&quot;: 4,
&quot;total&quot;: 4
},
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功&quot;
}</code></pre>