feat: sku
This commit is contained in:
14
sync/http/admin/good.http
Normal file
14
sync/http/admin/good.http
Normal file
@@ -0,0 +1,14 @@
|
||||
### 登录
|
||||
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}}
|
||||
Reference in New Issue
Block a user