发送短信验证码
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>发送短信验证码 接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>192.168.110.208:8655/api/enterprise/common/phoneSendCode</code></li>
</ul>
<h5>请求方式 json格式 需要加密</h5>
<ul>
<li>POST</li>
</ul>
<h5>请求示例</h5>
<pre><code> {
&quot;phone&quot;:&quot;17302857787&quot;,
&quot;countryCode&quot;:&quot;+86&quot;
}</code></pre>
<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;">phone</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>手机号码</td>
</tr>
<tr>
<td style="text-align: left;">countryCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>国家手机区号 (+86)</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 2000,
&quot;msg&quot;: &quot;Ok&quot;,
&quot;data&quot;: {}
}</code></pre>