~~~[api]
POST:/fangyi/Goods/getGoodsInfo?framework=api
*string:openid=隨便填寫#隨便填寫
*string:groupid=默認值#項目ID
<<<
success
{
"code": 0,
"msg": "ok",
"data": {
"list": [{
"id": "1",
"title": "口罩",
//名稱
"store": "846",
//庫存
"full_store": "1000"
//需求庫存
},
{
"id": "2",
"title": "測溫槍",
"store": "4",
"full_store": "4"
},
{
"id": "3",
"title": "酒精",
"store": "93",
"full_store": "120"
},
{
"id": "4",
"title": "大小噴壺",
"store": "39",
"full_store": "72"
},
{
"id": "5",
"title": "84消毒液",
"store": "280",
"full_store": "280"
},
{
"id": "6",
"title": "專用垃圾桶",
"store": "0",
"full_store": "2"
}
]
}
}
<<<
error
~~~