单独校验tick
<p><strong>简要描述:</strong> </p>
<ul>
<li>短信-单独校验tick</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>API地址: <a href="https://open-beta.56yzm.com:8443">https://open-beta.56yzm.com:8443</a> (不同的环境,不同的API地址)</li>
<li>请求地址:/open-api/message/tickVerification</li>
</ul>
<p><strong>请求头数据 </strong></p>
<ul>
<li>Content-Type : application/json;charset=UTF-8 </li>
<li>Authorization: Bearer {your_access_token} </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>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">param1</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>tick</td>
<td>c62f5bca1ac44a3e86865ea98a5ef6f4</td>
</tr>
</tbody>
</table>
<p><strong>入参示例</strong></p>
<pre><code>{
&quot;param1&quot;: &quot;c62f5bca1ac44a3e86865ea98a5ef6f4&quot;
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">scenesCode</td>
<td style="text-align: left;">String</td>
<td>场景编号</td>
<td>YZM_SMS_GENGHUANSHOUJIHAO</td>
</tr>
<tr>
<td style="text-align: left;">phone</td>
<td style="text-align: left;">String</td>
<td>手机号</td>
<td>13916424261</td>
</tr>
<tr>
<td style="text-align: left;">isAuth</td>
<td style="text-align: left;">Boolean</td>
<td>是否授权</td>
<td>true</td>
</tr>
</tbody>
</table>
<p><strong>出参示例</strong></p>
<pre><code>{
&quot;isAuth&quot;: true,
&quot;phone&quot;: &quot;13916424261&quot;,
&quot;scenesCode&quot;: &quot;YZM_SMS_GENGHUANSHOUJIHAO&quot;
}</code></pre>