答案是否匹配,密保找回
<p><strong>请求方法名:</strong></p>
<ul>
<li>RequestSecuritySettingIsExists </li>
</ul>
<p><strong>请求参数:</strong> </p>
<pre><code>{
&quot;AnswerOne&quot;:&quot;aaaa1111&quot;,
&quot;AnswerTwo&quot;:&quot;aaaa2222&quot;
} </code></pre>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST</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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">AnswerOne</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>答案一</td>
</tr>
<tr>
<td style="text-align: left;">AnswerTwo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>答案二</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;答案一致&quot;,
&quot;Data&quot;: {&quot;md5Token&quot;:&quot;we34gyhty6y&quot;},//md5token
&quot;Code&quot;: 0
}
</code></pre>