金鱼网


订单详情接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>订单详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://api.magicalday.cn/order/detail</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>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">order_id</td> <td style="text-align: left;">string</td> <td>订单编号</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;:0,     &amp;quot;msg&amp;quot;:&amp;quot;&amp;quot;,     &amp;quot;count&amp;quot;:0,     &amp;quot;data&amp;quot;:{         &amp;quot;order_id&amp;quot;:&amp;quot;2022100501550001&amp;quot;,         &amp;quot;uid&amp;quot;:&amp;quot;2&amp;quot;,         &amp;quot;consignee_name&amp;quot;:&amp;quot;龙&amp;quot;,         &amp;quot;consignee_mobile&amp;quot;:&amp;quot;15652206707&amp;quot;,         &amp;quot;total_amount&amp;quot;:&amp;quot;70.19&amp;quot;,         &amp;quot;pay_amount&amp;quot;:&amp;quot;70.19&amp;quot;,         &amp;quot;payment_deadline&amp;quot;:&amp;quot;1664907014&amp;quot;,         &amp;quot;status&amp;quot;:&amp;quot;0&amp;quot;,         &amp;quot;goods_list&amp;quot;:[             {                 &amp;quot;goods_id&amp;quot;:&amp;quot;71&amp;quot;,                 &amp;quot;img&amp;quot;:&amp;quot;https://img.meituan.net/groceryimages/2ebe24755f225167666a55c0a752c1bf90866.jpg&amp;quot;,                 &amp;quot;short_title&amp;quot;:&amp;quot;诗芒&amp;quot;,                 &amp;quot;number&amp;quot;:&amp;quot;1&amp;quot;,                 &amp;quot;selling_price&amp;quot;:&amp;quot;10.90&amp;quot;             },             {                 &amp;quot;goods_id&amp;quot;:&amp;quot;72&amp;quot;,                 &amp;quot;img&amp;quot;:&amp;quot;https://img.meituan.net/750.750/groceryinfrastructureimages/7561db014f7ee9a23e18704ac8f4524c536118.png&amp;quot;,                 &amp;quot;short_title&amp;quot;:&amp;quot;幽莲魅&amp;quot;,                 &amp;quot;number&amp;quot;:&amp;quot;1&amp;quot;,                 &amp;quot;selling_price&amp;quot;:&amp;quot;19.39&amp;quot;             },             {                 &amp;quot;goods_id&amp;quot;:&amp;quot;73&amp;quot;,                 &amp;quot;img&amp;quot;:&amp;quot;https://img.meituan.net/750.750/groceryinfrastructureimages/5e424661f9158c879aacb12efb2687cf290123.png&amp;quot;,                 &amp;quot;short_title&amp;quot;:&amp;quot;随机&amp;quot;,                 &amp;quot;number&amp;quot;:&amp;quot;1&amp;quot;,                 &amp;quot;selling_price&amp;quot;:&amp;quot;39.90&amp;quot;             }         ],         &amp;quot;create_date&amp;quot;:&amp;quot;2022/10/16 21:01&amp;quot;     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <p>|order_id|string|订单ID| |uid|string|用户uid| |consignee_name|string|提货人姓名| |consignee_mobile|string|提货人手机号| |total_amount|string|订单金额| |pay_amount|string|支付金额| |payment_deadline|int|支付截至时间戳| |status|string|支付状态(0:等待支付、1:支付成功、2已取消、3部分退货、4全部退货)| |goods_list|array|商品列表:goods_id、img、short_title、number、selling_price| |create_date|string|订单创建时间|</p> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML