蛋糕叔叔API接口文档

蛋糕叔叔API接口文档


商品可售卖城市

<h5>简要描述</h5> <ul> <li>商品可售卖城市接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/dsapi/product/get_product_cities</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET|POST </li> </ul> <h5>参数</h5> <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;">brand_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>品牌ID</td> </tr> <tr> <td style="text-align: left;">product_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>商品ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;:200, &amp;quot;msg&amp;quot;:&amp;quot;success&amp;quot;, &amp;quot;data&amp;quot;:[ {&amp;quot;city_id&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;北京市&amp;quot;}, {&amp;quot;city_id&amp;quot;:&amp;quot;111&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;天津市&amp;quot;}, {&amp;quot;city_id&amp;quot;:&amp;quot;65&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;上海市&amp;quot;} ] }</code></pre>

页面列表

ITEM_HTML