商品可售卖城市(新)
<h5>简要描述</h5>
<ul>
<li>商品可售卖城市接口(新)</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/dsapi/product/get_product_cities_info</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;">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> {
&quot;code&quot;:200,
&quot;msg&quot;:&quot;success&quot;,
&quot;data&quot;:[
{&quot;city_id&quot;:&quot;2&quot;,&quot;name&quot;:&quot;北京市&quot;},
{&quot;city_id&quot;:&quot;111&quot;,&quot;name&quot;:&quot;天津市&quot;},
{&quot;city_id&quot;:&quot;65&quot;,&quot;name&quot;:&quot;上海市&quot;}
]
}</code></pre>