扫码登陆
<h5>简要描述</h5>
<ul>
<li>扫码登陆接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.1.79/api/user/chek_login</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;"></td>
<td>是</td>
<td>string</td>
<td>微信代码</td>
</tr>
<tr>
<td style="text-align: left;">customer_code</td>
<td style="text-align: left;"></td>
<td>是</td>
<td>string</td>
<td>客户代码</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{&quot;code&quot;:0,&quot;data&quot;:{&quot;access_token&quot; =&gt; &quot;&quot;, &quot;customers&quot; =&gt; []}, &quot;msg&quot;:&quot;success&quot;}
</code></pre>
<h5>备注</h5>
<p>这里是备注信息</p>