验证中台商户登录账号接口
<h5>简要描述</h5>
<ul>
<li>验证中台商户登录账号接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.yinsufu.com/api/mchnt/check_user</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>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;">ins_cd</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>机构号</td>
<td>机构唯一</td>
</tr>
<tr>
<td style="text-align: left;">out_store_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>企管唯一商户号</td>
<td>单次进件唯一</td>
</tr>
<tr>
<td style="text-align: left;">user_name</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>账户账号</td>
<td>支持大小写字母和数字,不支持特殊字符和汉字,位数在10~30位之间</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;error_code&quot;: 0,
&quot;message&quot;: &quot;系统内已有该账户&quot;,
&quot;data&quot;: {
&quot;merchant&quot;: {
&quot;id&quot;: 641,
&quot;pid&quot;: 0,
&quot;config_id&quot;: &quot;1234&quot;,
&quot;user_id&quot;: 1,
&quot;type&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;静静&quot;,
&quot;phone&quot;: &quot;18655890817&quot;,
&quot;unsettlement_money&quot;: 0,
&quot;settlement_money&quot;: 0,
&quot;money&quot;: 0,
&quot;logo&quot;: &quot;&quot;,
&quot;wx_logo&quot;: &quot;&quot;,
&quot;jpush_id&quot;: &quot;&quot;,
&quot;device_type&quot;: &quot;phone&quot;,
&quot;device_info&quot;: &quot;&quot;,
&quot;password&quot;: &quot;$2y$10$wZpDg.7LFl5eStHkh9x/Te6XFajLsqlAyq/1F4zzljNULA0BD8iha&quot;,
&quot;pay_password&quot;: &quot;$2y$10$SJTb7GzGqC2AZ2muzS0PdO4AqBwtDpP5iJM4zTLOrIcF2hk4Hr/m.&quot;,
&quot;email&quot;: &quot;&quot;,
&quot;wx_openid&quot;: &quot;&quot;,
&quot;wxapp_openid&quot;: &quot;&quot;,
&quot;remember_token&quot;: &quot;&quot;,
&quot;is_close&quot;: &quot;2&quot;,
&quot;created_at&quot;: &quot;2020-09-29 21:42:28&quot;,
&quot;updated_at&quot;: &quot;2024-11-07 09:20:35&quot;,
&quot;is_refund&quot;: 0
},
&quot;status&quot;: 2
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">int</td>
<td>1:可用 2:不可用</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>