获取用户信息
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/user/user-info</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;nickname&quot;: &quot;微信用户111&quot;,
&quot;mobile&quot;: &quot;15521298686&quot;,
&quot;avatar&quot;: &quot;https:\/\/thirdwx.qlogo.cn\/mmopen\/vi_32\/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg\/132&quot;,
&quot;sex&quot;: 0,
&quot;birthday&quot;: null,
&quot;integral&quot;: 1,
&quot;balance&quot;: &quot;99315.00&quot;,
&quot;options&quot;: {
&quot;id&quot;: 1346,
&quot;user_id&quot;: 1362,
&quot;avatar&quot;: &quot;https:\/\/thirdwx.qlogo.cn\/mmopen\/vi_32\/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg\/132&quot;,
&quot;integral&quot;: 1,
&quot;total_integral&quot;: 1,
&quot;balance&quot;: &quot;99315.00&quot;,
&quot;total_balance&quot;: &quot;99999.00&quot;,
&quot;parent_id&quot;: 0,
&quot;is_blacklist&quot;: 0,
&quot;contact_way&quot;: &quot;&quot;,
&quot;remark&quot;: &quot;&quot;,
&quot;is_delete&quot;: 0,
&quot;birthday&quot;: null,
&quot;sex&quot;: 0,
&quot;work_weixin_user_id&quot;: &quot;&quot;,
&quot;work_weixin_corp_id&quot;: &quot;&quot;,
&quot;junior_at&quot;: &quot;0000-00-00 00:00:00&quot;,
&quot;platform&quot;: &quot;wxapp&quot;,
&quot;temp_parent_id&quot;: 0,
&quot;remark_name&quot;: &quot;&quot;,
&quot;pay_password&quot;: &quot;&quot;
},
&quot;favorite&quot;: 0,
&quot;footprint&quot;: &quot;14&quot;,
&quot;identity&quot;: {
&quot;parent_name&quot;: &quot;总店&quot;,
&quot;level_name&quot;: &quot;新晋桥粉&quot;,
&quot;member_level&quot;: 1,
&quot;member_pic_url&quot;: &quot;https:\/\/prb.ecit.cc\/web\/uploads\/mall4\/20240528\/d99881aa1fae49603bc192ac29ef320c.jpg&quot;,
&quot;is_admin&quot;: 0
},
&quot;coupon&quot;: &quot;0&quot;,
&quot;card&quot;: &quot;0&quot;,
&quot;is_vip_card_user&quot;: 0,
&quot;platform&quot;: &quot;wxapp&quot;,
&quot;is_pay_password&quot;: 0,
&quot;is_show_pay_code&quot;: 0,
&quot;unionid&quot;: &quot;aHR0cHM6Ly93d3cuempoZWppYW5nLmNvbQ==&quot;,
&quot;cart_nums&quot;: 1,
&quot;check_in&quot;: {
&quot;continue&quot;: 0,
&quot;total&quot;: 0,
&quot;todayAward&quot;: &quot;5积分&quot;
},
&quot;subscribe&quot;: false,
&quot;other_config&quot;: [],
&quot;wechat_name&quot;: &quot;&quot;,
&quot;wechat_logo&quot;: &quot;&quot;,
&quot;qrcode&quot;: &quot;&quot;
}
}
</code></pre>