starsdao


获取用户信息

<h5>简要描述</h5> <ul> <li>获取用户信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>/api/v1/user/info</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <h5>header</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;">Authorization</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>登录返回的token</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "status": "success", "code": 200, "data": { "id": 1, "nickname": "ipfs", "email": "1234@qq.com", "created_at": "2020-12-21 15:25:42", "phone": "0x93e4CeCaC84Eb2685E9fbc3369DDc1A0E42288f4", "parent_id": 0, "invitation_code": "rvkuoy", "is_block": 0, "login_ip": "115.60.21.222", "login_count": 0, "avatar": "http://www.ipfs0808.com/uploads/logo.png", "user_level": 4, "is_activation": 2, "team_achievement": "287.4124", "team_number": 152, "valid_power": 0, "withdrawal_address": "", "total_profit": "0.0000", "order_number": 0, "left_id": 0, "right_id": 0, "login_time": 1621562624, "ti_bi": 0, "is_level": 1, "ti_fil": 1, "parent_phone": null, "is_real": 0, "level_name": "合伙人",(用户级别) "activation": "有效用户", } }</code></pre>

页面列表

ITEM_HTML