社区团购

写就完了


消费端获取用户信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取用户信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://group.cn/api/getUser</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>jwttoken</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;data&amp;quot;: {         &amp;quot;id&amp;quot;: 2,         &amp;quot;nickname&amp;quot;: &amp;quot;小智&amp;quot;,         &amp;quot;img&amp;quot;: &amp;quot;https://thirdwx.qlogo.cn/mmopen/vi_32/E6fDTxCCZ2TwsJvILdDEjdq33DiaW1Th000D0VphWa6sQb8faiaV0G5D2Oo9R8v3X1iaV8OB27z1UYxUnicJc2YCBA/132&amp;quot;,         &amp;quot;openid&amp;quot;: &amp;quot;o_lJF6Hn8AYoixHt5xURUmK0Jgxk&amp;quot;,         &amp;quot;role_id&amp;quot;: &amp;quot;3&amp;quot;,         &amp;quot;balance&amp;quot;: &amp;quot;500.00&amp;quot;,         &amp;quot;score&amp;quot;: 232,         &amp;quot;session_key&amp;quot;: &amp;quot;AsiV7HK4FuiYve54tfbg2A==&amp;quot;,         &amp;quot;created_at&amp;quot;: &amp;quot;2023-03-24T02:04:13.000000Z&amp;quot;,         &amp;quot;updated_at&amp;quot;: &amp;quot;2023-03-24T02:04:13.000000Z&amp;quot;,         &amp;quot;address&amp;quot;: null     },     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;查询成功&amp;quot; }</code></pre>

页面列表

ITEM_HTML