获取用户信息
<h5>简要描述</h5>
<ul>
<li>用户信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.1.79/api/me</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">authorization</td>
<td style="text-align: left;"></td>
<td>否</td>
<td>string</td>
<td>access_token</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;user&quot;: {
&quot;id&quot;: 13,
&quot;name&quot;: &quot;小明同学&quot;,
&quot;created_at&quot;: &quot;2025-02-21T08:58:35.000000Z&quot;,
&quot;updated_at&quot;: &quot;2025-02-21T08:58:35.000000Z&quot;,
&quot;customer_id&quot;: 1,
&quot;status&quot;: 1,
&quot;tel&quot;: &quot;&quot;,
&quot;last_login_at&quot;: &quot;2025-02-21 16:58:35.801482&quot;,
&quot;customer_code&quot;: &quot;xxx&quot;,
&quot;inviter_code&quot;: &quot;xxxxx&quot;
}
}
}
</code></pre>
<h5>备注</h5>
<p>备注信息</p>