现舱多


起运港列表

<blockquote> <h3>HTTP Request ( 请求路径 )</h3> </blockquote> <pre><code class="language-shell"> GET http://xxxx.com/api/v1/load_ports</code></pre> <blockquote> <h3>URL Parameters ( 请求参数 )</h3> <table> <thead> <tr> <th style="text-align: center;">参数</th> <th style="text-align: center;">必填</th> <th style="text-align: center;">描述</th> </tr> </thead> <tbody> </tbody> </table> </blockquote> <h3>HTTP Respond ( 响应 )</h3> <pre><code class="language-json">{ "code": 200, "data": [ { "id": 1, "name": "上海" }, { "id": 2, "name": "宁波" }, { "id": 3, "name": "深圳" }, { "id": 4, "name": "青岛" }, { "id": 5, "name": "天津" }, { "id": 6, "name": "厦门" }, { "id": 7, "name": "其他" } ] }</code></pre>

页面列表

ITEM_HTML