系统API接口文档

系统API接口文档


获取订单列表接口

<h6>用于批发系统客户查询平台中所有的手工订单,接口不要频繁使用,此接口数据有缓存,10秒内的重复请求会显示缓存内容!</h6> <hr /> <h4><strong><strong>请求地址</strong></strong></h4> <table> <thead> <tr> <th>请求地址</th> <th>请求方式</th> </tr> </thead> <tbody> <tr> <td><a href="http://xn--kproc07moyi/api.php/seller/queryHandleOrder"><a href="http://平台域名/api.php/seller/queryHandleOrder">http://平台域名/api.php/seller/queryHandleOrder</a></a></td> <td>POST</td> </tr> </tbody> </table> <h4><strong><strong>请求参数</strong></strong></h4> <table> <thead> <tr> <th>参数</th> <th>类型</th> <th>是否必填</th> <th>描述</th> <th>示例值</th> </tr> </thead> <tbody> <tr> <td>customerid</td> <td>int</td> <td>是</td> <td>用户编号</td> <td>10001</td> </tr> <tr> <td>sign</td> <td>string</td> <td>是</td> <td>接口签名( 32位小写md5),计算方法:Md5(customerid +key)</td> <td>d6df0b5aadf33d886202b617b4ab4da5</td> </tr> </tbody> </table> <h4><strong><strong>resultcode返回值</strong></strong></h4> <pre><code> 403 =&gt; "禁止访问", 404 =&gt; "请求方法不存在", 1000 =&gt; "请求成功", 1001 =&gt; "请求参数不合法", 1003 =&gt; "签名错误", 1004 =&gt; "访问频繁,两次间隔不能低于10秒钟", 1005 =&gt; "请求方式错误", 1006 =&gt; "客户编号不存在", 1007 =&gt; "客户编号已经被禁用", 1008 =&gt; "未开通供货接口功能", 1009 =&gt; "未开通进货接口功能", 2001 =&gt; "系统未知错误",</code></pre>

页面列表

ITEM_HTML