Last updated 6 months ago
Was this helpful?
1
20
GET /product/list HTTP/1.1 Host: Accept: */*
Successful response
{ "code": 200, "msg": "success", "data": { "list": [ { "id": 1, "sid": 1, "bin": "text", "osn": "text", "type": 1, "cuy": 840, "mode": 1, "area": "text", "sort": 1, "inventory": 1, "status": 1 } ], "count": 20 } }
GET /product/info HTTP/1.1 Host: Accept: */*
{ "code": 200, "msg": "success", "data": { "id": 1, "sid": 1, "bin": "text", "osn": "text", "type": 1, "cuy": 840, "mode": 1, "area": "text", "sort": 1, "inventory": 1, "status": 1 } }
GET /product/maintenance/list HTTP/1.1 Host: Accept: */*
{ "code": 200, "msg": "success", "data": { "list": [ { "id": 1, "pid": 1, "is_create": true, "is_recharge": true, "is_trade": true, "start_at": "2025-04-16T22:58:21.173Z", "end_at": "2025-04-16T22:58:21.173Z", "created_at": "2025-04-16T22:58:21.173Z" } ], "count": 20 } }