解密用户信息
<p><strong>请求URI:</strong></p>
<ul>
<li><code>account/encrypted-userinfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>AUTH</code></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;">session_key</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>授权登录返回的会话session</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>授权确认返回的e.detail.encryptedData</td>
</tr>
<tr>
<td style="text-align: left;">iv</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td> e.detail.iv</td>
</tr>
<tr>
<td style="text-align: left;">mini_openid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>小程序openid</td>
</tr>
</tbody>
</table>
<p><strong>说明:</strong></p>
<ul>
<li>自动覆盖用户头像</li>
</ul>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;openId&quot;: &quot;ojot-5ctZQ6QLcsJ-IaxvCOVNoOE&quot;,
&quot;nickName&quot;: &quot;微信用户&quot;,
&quot;gender&quot;: 0,
&quot;language&quot;: &quot;&quot;,
&quot;city&quot;: &quot;&quot;,
&quot;province&quot;: &quot;&quot;,
&quot;country&quot;: &quot;&quot;,
&quot;avatarUrl&quot;: &quot;https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132&quot;,
&quot;watermark&quot;: {
&quot;timestamp&quot;: 1736744107,
&quot;appid&quot;: &quot;wx8d8e6035decbdff7&quot;
}
},
&quot;code&quot;: 0
}</code></pre>