CICP

以客户为中心的数智协作平台


列表

<h3>请求路由url</h3> <p>/api/shipping_address/index</p> <h3>请求方式</h3> <p>GET</p> <h3>请求参数</h3> <table> <thead> <tr> <th style="text-align: center;"><strong> 参数 </strong></th> <th style="text-align: center;"><strong> 说明 </strong></th> <th style="text-align: center;"><strong> 类型 </strong></th> <th style="text-align: center;"><strong> 是否必要 </strong></th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">token</td> <td style="text-align: center;">token</td> <td style="text-align: center;">string</td> <td style="text-align: center;">是</td> </tr> </tbody> </table> <h3>请求结果</h3> <pre><code class="language-json">{ "code": 1, "msg": "请求成功", "count": 2, "time": "1641803588", "data": [ { "id": 15, "name": "收货人", "phone": "15521351443", "province_id": 1, "province": "广东省", "city_id": 2, "city": "深圳市", "region_id": 3, "region": "区", "detail": "地址", "user_id": 3, "is_default": 1, "createtime": "2022-01-10 16:26:14", "updatetime": "2022-01-10 16:26:14" }, { "id": 1, "name": "测试", "phone": "15521315355", "province_id": 1, "province": "省", "city_id": 2, "city": "市", "region_id": 3, "region": "区", "detail": "地址", "user_id": 3, "is_default": 0, "createtime": "1970-01-01 08:00:00", "updatetime": "2022-01-10 16:26:14" } ] }</code></pre> <h3>字段注释</h3> <p><a href="http://cicptest.cnlaunch.com/api/doc/index?model=\app\common\model\order\ShippingAddress">http://cicptest.cnlaunch.com/api/doc/index?model=\app\common\model\order\ShippingAddress</a></p>

页面列表

ITEM_HTML