wic


个人信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取 登录账号 个人信息</li> </ul> <p><strong>请求URI:</strong> </p> <ul> <li><code>/api/v1/user_center/oneself/detail</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>GET </p> <p><strong>返回示例</strong></p> </li> </ul> <pre><code>{ "status": true, "message": "", "data": { "name": "姓名" }, "meta": [] }</code></pre> <pre><code>{ "status": false, "error": "Unauthorized" }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">......</td> <td>登录用户名</td> </tr> </tbody> </table>

页面列表

ITEM_HTML