康邦-小程序


解密用户信息

<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>{ &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;openId&amp;quot;: &amp;quot;ojot-5ctZQ6QLcsJ-IaxvCOVNoOE&amp;quot;, &amp;quot;nickName&amp;quot;: &amp;quot;微信用户&amp;quot;, &amp;quot;gender&amp;quot;: 0, &amp;quot;language&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;city&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;province&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;country&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;avatarUrl&amp;quot;: &amp;quot;https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132&amp;quot;, &amp;quot;watermark&amp;quot;: { &amp;quot;timestamp&amp;quot;: 1736744107, &amp;quot;appid&amp;quot;: &amp;quot;wx8d8e6035decbdff7&amp;quot; } }, &amp;quot;code&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML