订单状态(订单详情页面)
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>订单状态(订单详情页面)</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://huishou.ericsys.cn/index/index/dingdanzhuangtai</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">dingdanhao</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>我的订单的订单号</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;one&quot;: {
&quot;title&quot;: &quot;已下单 &quot;,
&quot;date&quot;: &quot;2024-07-27 22:37:18&quot;
},
&quot;two&quot;: {
&quot;title&quot;: &quot;已发货&quot;,
&quot;date&quot;: &quot;2024-07-24 21:04:27&quot;
},
&quot;three&quot;: {
&quot;title&quot;: &quot;已到达,待客服签收&quot;,
&quot;date&quot;: &quot;2024-07-26 16:07:39&quot;
},
&quot;four&quot;: {
&quot;title&quot;: &quot;已签收&quot;,
&quot;date&quot;: &quot;2024-07-26 18:20:40&quot;
},
&quot;five&quot;: {
&quot;title&quot;: &quot;待提现&quot;,
&quot;date&quot;: 1722091038
}
}
}</code></pre>