44、用户:用户详情/KYC1认证
<ul>
<li>用户详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.com/api/user/detail</code> </li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;&quot;,
&quot;user&quot;: {
&quot;account&quot;: &quot;&quot;,
&quot;antiPhishing&quot;: null,
&quot;avatar&quot;: null,
&quot;bankCardCount&quot;: 0,
&quot;bindEmail&quot;: false,
&quot;bindGoogle&quot;: false,
&quot;bindPassword&quot;: false,
&quot;bindPhone&quot;: false,
&quot;chatLevel&quot;: 1,
&quot;commRatio&quot;: 0.05,
&quot;countryCode&quot;: null,
&quot;currency&quot;: &quot;USDT&quot;,
&quot;eagle&quot;: 0,
&quot;eagleRatio&quot;: 10,
&quot;email&quot;: &quot;&quot;,
&quot;emailValid&quot;: null,
&quot;fromAgent&quot;: true,
&quot;game&quot;: 100000,
&quot;identityNumber&quot;: &quot;&quot;,
&quot;identityNumberValid&quot;: false,
&quot;identityPhotoValid&quot;: false,
&quot;kyc&quot;: 0,
&quot;level&quot;: 0,
&quot;levelExpireAt&quot;: null,
&quot;localCurrency&quot;: &quot;USD&quot;,
&quot;lottery&quot;: 0,
&quot;lucky&quot;: 0,
&quot;makerRate&quot;: null,
&quot;mobile&quot;: &quot;&quot;,
&quot;money&quot;: 0,
&quot;name&quot;: &quot;&quot;,
&quot;orderRatio&quot;: 0,
&quot;otcValid&quot;: 0,
&quot;passMod&quot;: 0,
&quot;phone&quot;: &quot;&quot;,
&quot;phoneValid&quot;: null,
&quot;prize&quot;: 0,
&quot;pw_l&quot;: 1,
&quot;pw_w&quot;: 0,
&quot;refer&quot;: &quot;X9E4jr&quot;,
&quot;registerRegion&quot;: &quot;Thailand&quot;,
&quot;registerTime&quot;: 1694403701000,
&quot;safe&quot;: 1,
&quot;selectedRegion&quot;: null,
&quot;sex&quot;: 0,
&quot;swapRatio&quot;: 0,
&quot;takerRate&quot;: null,
&quot;tradeQuick&quot;: true,
&quot;traderRatio&quot;: null,
&quot;type&quot;: 1,
&quot;um_t&quot;: 1,
&quot;unread&quot;: 0,
&quot;userId&quot;: &quot;907958189729775616&quot;,
&quot;username&quot;: &quot;ag0041@qq.com&quot;,
&quot;usernameNo&quot;: 0,
&quot;vipDecimal&quot;: 0,
&quot;vipLevel&quot;: 0,
&quot;vipLottery&quot;: 0,
&quot;vipValid&quot;: false,
&quot;withdrawTime&quot;: &quot;0&quot;
}
}</code></pre>
<p><strong>部分返回参数说明</strong> </p>
</li>
</ul>
<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;">fromAgent</td>
<td style="text-align: left;">boolean</td>
<td>代理手动创建用户</td>
</tr>
<tr>
<td style="text-align: left;">passMod</td>
<td style="text-align: left;">int</td>
<td>修改密码次数,0 代表为未修改,大于0代表已修改</td>
</tr>
<tr>
<td style="text-align: left;">emailValid</td>
<td style="text-align: left;">boolean</td>
<td>邮箱是否认证</td>
</tr>
<tr>
<td style="text-align: left;">phoneValid</td>
<td style="text-align: left;">boolean</td>
<td>手机是否认证</td>
</tr>
</tbody>
</table>
<ul>
<li>KYC1认证</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.com/api/mine/profile/kyc/getAuthUrl</code> </li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>POST</p>
<p><strong>请求参数说明</strong> </p>
</li>
</ul>
<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;">identityName</td>
<td style="text-align: left;">string</td>
<td>姓名</td>
</tr>
<tr>
<td style="text-align: left;">identityType</td>
<td style="text-align: left;">int</td>
<td>证件类型:1-身份证;2-护照</td>
</tr>
<tr>
<td style="text-align: left;">identityNumber</td>
<td style="text-align: left;">string</td>
<td>证件编码</td>
</tr>
<tr>
<td style="text-align: left;">phone</td>
<td style="text-align: left;">string</td>
<td>手机号</td>
</tr>
<tr>
<td style="text-align: left;">certificatesImg</td>
<td style="text-align: left;">string</td>
<td>证件图片url</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;&quot;,
&quot;data&quot;: &quot;https://new-liveness-check.coinsdotest.com/#/?session_id=geJerRLRZOMGHb7H&amp;company_id=4611841220357121&quot;
}</code></pre>