大平台——App客户端接口

App接口


首页添加收货地址

<p><strong>简要描述:</strong> </p> <ul> <li>添加收货地址</li> </ul> <p><strong>作者:</strong> </p> <ul> <li>赫康</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/xtwl_write_interface/cmd</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <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;">custId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>客户id</td> </tr> <tr> <td style="text-align: left;">longitude</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>经度</td> </tr> <tr> <td style="text-align: left;">latitude</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>纬度</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> { "modular": "address", "param": { "authKey": "64EB5942B6A47EBCE053C208A8C0C129", "custId": "BFE4F35998DB42FBB57CED6A1EC33AE7", "dtype": "5", "secretKey": "6FFDE162C24EEA630AF3EBE74013AA3F", "timeStamp": "1520995659297", "userKey": "625208CEAAD05CA9E0538C06030A3B89", "uuid": "8c8c7cc1910848958fa178a460a0428f", "longitude": "120.36", "latitude": "38.3659" }, "requestname": "addErrandAddress", "version": "1.0" }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">isOutScope</td> <td style="text-align: left;">Intenter</td> <td>1.范围内,0.范围外</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "result": { "isOutScope": 0 }, "resultcode": "0", "resultdesc": "" }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML