Files
hyperf_service/sync/http/admin/good.http
2025-01-08 15:45:28 +08:00

15 lines
339 B
HTTP

###
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}}