地址: http://test.birdsystem.co.uk/client/product/Get-Product-Available-Quantity
只读
获取单个产品可用库存
参数
...
返回
Code Block |
---|
{
"data": [
{
"live_stock": "1", //当前库存
"current_locked_stock": 0, //占用库存
"id": 1 //产品ID
},
{
"live_stock": "5", //当前库存
"current_locked_stock": 1,
"id": 2
}
],
"success": true,
"refresh": false,
"moduleName": "client"
} |
...
Include Page | ||||
---|---|---|---|---|
|