门店绑定
<p><strong>简要描述:</strong> </p>
<ul>
<li>
</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/shop/bind</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;">sss_shop_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>门店绑定验证码</td>
</tr>
</tbody>
</table>
<p><strong>特别说明:</strong></p>
<pre><code>如已成功调用过`同步门店`接口,则无须调用此接口
1. 微信小程序 - 送件侠 - 创建门店
2. 我的 - 外卖平台 - 新增绑定 - 订单平台选择开放平台及配送门店 - 至新页面获取到sss_shop_id, sss_shop_token</code></pre>
<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;225&quot;
}
}
绑定异常:
{
&quot;code&quot;: 1,
&quot;message&quot;: &quot;店铺已绑定平台&quot;
}
</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;">int</td>
<td>送件侠门店id</td>
</tr>
</tbody>
</table>