凸赞物流

对接闪送达达物流平台


根据手机号获取门店相关信息

<h3>强烈建议使用叮叮配送开放平台1.07对接接口:<a href="http://doc.toozan666.com/web/#/1?page_id=1">http://doc.toozan666.com/web/#/1?page_id=1</a></h3> <h3>以及参考 2019年07月19日接口升级说明</h3> <p><strong>请求URL:</strong></p> <ul> <li><code>http://api.juheps.com/open/shop/getCode</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST <strong>请求参数说明:</strong></li> </ul> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>mobile</td> <td>是</td> <td>string</td> <td>手机号</td> </tr> </tbody> </table> <p>和最快,)</p> <p><strong>示例代码:</strong></p> <pre><code>{ "mobile":"xxxxx" }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>msg</td> <td>string</td> <td>成功或错误消息</td> </tr> <tr> <td>code</td> <td>int</td> <td>0错误 1成功</td> </tr> <tr> <td>result</td> <td>int</td> <td>查询接口返回的数据</td> </tr> </tbody> </table> <p><strong>返回成功实例</strong></p> <pre><code>{ "msg": "成功", "code": 1, "result": { "shop_no": "xxx", "mode_distribution":"0", "phone":"xxx", "station_address":"xxx" } }</code></pre> <p><strong>返回失败实例</strong></p> <pre><code>{ "msg": "参数无效", "code": 0, "result": [ ] }</code></pre> <p><strong>result字段说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>shop_no</td> <td>string</td> <td>门店编号</td> </tr> <tr> <td>mode_distribution</td> <td>string</td> <td>配送模式:0=不指定1=推荐,2=最省钱,3=最快,4=其他',</td> </tr> <tr> <td>phone</td> <td>string</td> <td>手机号</td> </tr> <tr> <td>station_address</td> <td>string</td> <td>地址</td> </tr> </tbody> </table>

页面列表

ITEM_HTML