禁用运力
<p><strong>简要描述:</strong> </p>
<ul>
<li>
</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>v1/shop/forbiddenCapacity</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong> </p>
<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;">sss_shop_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;">third_logistics_ids</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>运力ID集合,为<code>已禁用动力列表接口</code>返回参数third_logistics_id值 或 通过<code>附录-运力标识ID列表</code>获得值,多个以,分隔</td>
</tr>
</tbody>
</table>
<p><strong>重要备注</strong>
<code>此接口为全量覆盖方式, 每次提交务必将需要禁用的所有运力ID组装传入!! 取消所有禁用运力则third_logistics_ids传入0即可</code></p>
<p><strong>返回示例</strong></p>
<pre><code>
#成功
{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;sss_shop_id&quot;: &quot;11111&quot;
}
}
#失败
{
&quot;code&quot;: 1,
&quot;message&quot;: &quot;capacity_ids必填&quot;
}
</code></pre>
<p><strong>请求示例demo x-www-form-urlencoded</strong></p>
<pre><code>appkey:4aa32923334940099ad6ecf6a552de33
timestamp:1575525613228
version:1.0
sign:c960c8153c5e7c8654ef60ec64aeb7c023eb48af
sss_shop_id:11111
third_logistics_ids:1,6,8,16,4</code></pre>
<p><strong>返回参数说明</strong></p>
<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;">sss_shop_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>送件侠门店ID</td>
</tr>
</tbody>
</table>