{
"goodsId": 0,
"goodsType": 0
}curl --location '/api/product/goods/supply' \
--header 'Content-Type: application/json' \
--data '{
"goodsId": 0,
"goodsType": 0
}'{
"code": 0,
"msg": "string",
"result": {
"discount": 0,
"faceValue": 0,
"goodsId": 0,
"goodsName": "string",
"items": [
{
"discount": 0,
"num": 0,
"tradeMoney": 0
}
],
"tradeMoney": 0
}
}