feat: sku

This commit is contained in:
2025-01-08 15:45:28 +08:00
parent 4c10e8ed71
commit b23865f4f1
5 changed files with 22 additions and 10 deletions

14
sync/http/admin/good.http Normal file
View 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}}