用户登录-验证码图片与验证码值的获取
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>验证码图片获取</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Login/getVerifyCode</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET
<h5>返回示例</h5></li>
</ul>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;查询成功&quot;,
&quot;data&quot;: {
&quot;url&quot;: &quot;http://xgkj.hljnyxx.com/dongnongBackend/index.php/Home/Login/verify?t=NSw1LDAsNA==&quot;,
&quot;code&quot;: &quot;5504&quot;
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">url</td>
<td>验证码图片地址</td>
</tr>
<tr>
<td style="text-align: left;">code</td>
<td>验证码值</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>