Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "data": [
        {
            "live_stock": 0551,     //当前库存
            "current_locked_stock": 064,    //占用库存
            "dynamic_warehouse_available_stock": 0,  //动态仓有效库存
            "id": 214569   //产品ID50631
        },
        {
            "live_stock": 561,  //当前库存
            "current_locked_stock": 218,   //占用库存
            "dynamic_warehouse_available_stock": 20,   //动态仓有效库存
            "id": 307412023320
        }
    ],
    "success": true,
    "refresh": false,
    "moduleName": "client"
}

...