阿芷自动发货

阿芷自动发货


通过单号查询最近N笔订单

<h5>简要描述</h5> <ul> <li>通过单号查询最近N笔订单接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/api/tb/order/query_n_order_by_tid</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>请求参数示例</h5> <pre><code>{ &amp;quot;appId&amp;quot;: &amp;quot;10088582222&amp;quot;, &amp;quot;merchantId&amp;quot;: 2664592222, &amp;quot;sign&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;tid&amp;quot;: 2501489030603812222 } </code></pre> <h5>json字段说明</h5> <table> <thead> <tr> <th style="text-align: left;">字段名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">appId</td> <td style="text-align: left;">否</td> <td>String</td> <td>应用id</td> </tr> <tr> <td style="text-align: left;">merchantId</td> <td style="text-align: left;">是</td> <td>Long</td> <td>商户id</td> </tr> <tr> <td style="text-align: left;">tid</td> <td style="text-align: left;">否</td> <td>Long</td> <td>交易编号</td> </tr> <tr> <td style="text-align: left;">sign</td> <td style="text-align: left;">否</td> <td>String</td> <td>数据签名</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: &amp;quot;200&amp;quot;, &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;tid&amp;quot;: &amp;quot;2501489030603812222&amp;quot;, &amp;quot;sellerNick&amp;quot;: &amp;quot;饭饭的商品&amp;quot;, &amp;quot;picPath&amp;quot;: &amp;quot;https:\/\/img.alicdn.com\/bao\/uploaded\/i4\/2664598521\/O1CN01QL76TL2CoftRBtqH0_!!2664598521.jpg&amp;quot;, &amp;quot;goodsTitle&amp;quot;: &amp;quot;勿拍,测试,ppt2&amp;quot;, &amp;quot;payTime&amp;quot;: &amp;quot;2025-03-18T11:35:38.000 0800&amp;quot;, &amp;quot;num&amp;quot;: 1, &amp;quot;isReceive&amp;quot;: null } ], &amp;quot;success&amp;quot;: true, &amp;quot;errorCode&amp;quot;: &amp;quot;200&amp;quot;, &amp;quot;errorMessage&amp;quot;: &amp;quot;操作成功&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> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">200</td> <td>[详见全局代码说明](<a href="https://www.showdoc.com.cn/azhi/11558636120382470">https://www.showdoc.com.cn/azhi/11558636120382470</a> &quot;详见全局代码说明&quot;)</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">签名错误</td> <td>提示信息</td> </tr> <tr> <td style="text-align: left;">data.tid</td> <td style="text-align: left;">2501489030603812222</td> <td>订单号</td> </tr> <tr> <td style="text-align: left;">data.sellerNick</td> <td style="text-align: left;">饭饭的商品</td> <td>卖家昵称</td> </tr> <tr> <td style="text-align: left;">data.picPath</td> <td style="text-align: left;"><a href="https://img.alicdn.com/bao/uploaded/i4/2664598521/O1CN01QL76TL2CoftRBtqH0_!!2664598521.jpg">https://img.alicdn.com/bao/uploaded/i4/2664598521/O1CN01QL76TL2CoftRBtqH0_!!2664598521.jpg</a></td> <td>图片地址</td> </tr> <tr> <td style="text-align: left;">data.goodsTitle</td> <td style="text-align: left;">勿拍,测试</td> <td>商品昵称</td> </tr> <tr> <td style="text-align: left;">data.payTime</td> <td style="text-align: left;">2025-03-18T11:35:38.000+0800</td> <td>付款时间</td> </tr> <tr> <td style="text-align: left;">data.num</td> <td style="text-align: left;">1</td> <td>数量</td> </tr> <tr> <td style="text-align: left;">data.isReceive</td> <td style="text-align: left;">2025-03-19T11:35:38.000+0800</td> <td>是否领取,有时间则代表领取,null则未领取</td> </tr> </tbody> </table>

页面列表

ITEM_HTML