现舱多


登录

<blockquote> <p>HTTP Request ( 请求路径 )</p> </blockquote> <pre><code class="language-shell"> POST http://xxxx.com/api/v1/auth/login</code></pre> <h3>URL Parameters ( 请求参数 )</h3> <table> <thead> <tr> <th style="text-align: center;">参数</th> <th style="text-align: center;">必填</th> <th style="text-align: center;">描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">phone</td> <td style="text-align: center;">true</td> <td style="text-align: center;">手机</td> </tr> <tr> <td style="text-align: center;">password</td> <td style="text-align: center;">true</td> <td style="text-align: center;">密码</td> </tr> </tbody> </table> <h3>HTTP Respond ( 响应 )</h3> <pre><code class="language-json">{ "code": 200, "data": { "id": 1, "user_id": 1, "access_token": "6b263393eb10285e42fa48c112223b0b", "created_at": "2021-12-04T13:50:16.000+08:00", "updated_at": "2021-12-04T13:50:16.000+08:00" } }</code></pre>

页面列表

ITEM_HTML