Authorization: Bearer ********************[
{
"baseGoodscount": "string",
"goodsQua": "string",
"id": "string"
}
]curl --location --request POST '/outgoodsmanage/wm-to-down-goods/batch-update-down-goods' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"baseGoodscount": "string",
"goodsQua": "string",
"id": "string"
}
]'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}