获取患者用户资料
<h2>请求URL</h2>
<ul>
<li><code>http://ort.me/mobile/customer/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<h1>Header</h1>
<pre><code>authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJqd3RfeWgiLCJleHAiOjE2NTcyNDI3OTMsInN1YiI6IllIIiwiYXVkIjoiZXZlcnkiLCJuYmYiOjE2NTY2Mzc5OTMsImlhdCI6MTY1NjYzNzk5MywianRpIjoxMDAwMSwidWlkIjo0MjV9.iKDq5SyZczUs9IsZOV4H47dtSwu4EWa2XTlSUTouU_A
Accept:application/json, text/plain, */*
</code></pre>
<h2>参数</h2>
<p>无</p>
<h2>返回示例</h2>
<pre><code>{
&quot;code&quot;: 10000,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 3,
&quot;customer_name&quot;: &quot;kk&quot;,
&quot;mobile&quot;: &quot;18644442221&quot;,
&quot;mcn&quot;: null,
&quot;gender&quot;: 1,
&quot;status&quot;: 1,
&quot;birthday&quot;: &quot;2024-05-01&quot;,
&quot;created_at&quot;: &quot;2024-05-04 16:17:52&quot;,
&quot;updated_at&quot;: &quot;2024-05-05 16:24:31&quot;,
&quot;c_id&quot;: null,
&quot;mobile_auth&quot;: null,
&quot;avatar&quot;: null,
&quot;login_ip&quot;: &quot;172.20.0.1&quot;,
&quot;login_at&quot;: &quot;2024-05-05 16:24:31&quot;
}
}
</code></pre>