获取跨境商品所需身份信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取跨境商品所需身份信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/nykapi/v3.user/getIdentity</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;identity&quot;: null
}
}
{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;identity&quot;: {
&quot;uid&quot;: 1839,
&quot;idcard&quot;: &quot;12&quot;,
&quot;name&quot;: &quot;sd&quot;
}
}
}</code></pre>