Product
Last updated
Last updated
GET /product/list HTTP/1.1
Host:
Accept: */*
{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"sid": 1,
"bin": "text",
"osn": "text",
"type": 1,
"cuy": 840,
"mode": 1,
"area": "text",
"sort": 0,
"inventory": 0,
"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": 0,
"inventory": 0,
"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-12-11T13:16:53.232Z",
"end_at": "2025-12-11T13:16:53.232Z",
"created_at": "2025-12-11T13:16:53.232Z"
}
],
"count": 20
}
}