### 登录 POST {{host}}/admin/login/user Content-Type: application/x-www-form-urlencoded account=13632877014&password=123456 > {% client.global.set("admin_token", response.body.data.token); %} ### 周期列表 GET {{host}}/admin/good/list_cycle Content-Type: application/x-www-form-urlencoded Authorization: Bearer {{admin_token}}