现舱多


用户信息

<blockquote> <p>HTTP Request ( 请求路径 )</p> </blockquote> <pre><code class="language-shell"> GET http://xxxx.com/api/v1/users/info</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;">user_token</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, "name": "梅翔", "phone": "15021143496", "status": "write_off", "avatar_thumb": "http://staging-cdn.huoyuanduo.net/user/2021/05d1f4b627a2184cf3f988a9d3947fee.png?imageView/0/w/400&amp;e=1640969127&amp;token=ymyU4nA_No1bIYugtG0-QUj0vLN0uhXTWd9TERb2:xaO32uRBRR0fdTqnoKnxQBHY-9M=", "tag_lists": [ { "id": 1, "name": "互联网" }, { "id": 2, "name": "元宇宙" } ], "plate_lists": [ { "plate_id": 1, "name": "危险品区", "expired_at": "2021-12-31 12:45:20" }, { "plate_id": 2, "name": "猪牛羊区", "expired_at": "2021-12-31 12:45:20" }, { "plate_id": 3, "name": "冷藏专区", "expired_at": "2021-12-31 12:45:20" }, { "plate_id": 4, "name": "煤炭区", "expired_at": "2021-12-31 12:45:20" }, { "plate_id": 5, "name": "其他区", "expired_at": "2021-12-31 12:45:20" } ] } }</code></pre>

页面列表

ITEM_HTML