Authorization: ********************
{
"id": 0
}
curl --location --request POST '/management/bean-goods/queryBeanGoodsById' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"id": 0
}'
{
"code": "",
"msg": "",
"data": {
"id": 0,
"tenantId": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"dataVersion": 0,
"deleteFlag": 0,
"remark": "",
"goodsName": "",
"goodsDesc": "",
"goodsUrl": "",
"goodsType": 0,
"goodsInfo": "",
"beanCost": 0,
"cashCost": 0,
"stockQuantity": 0,
"soldQuantity": 0,
"sortOrder": 0,
"effectStatus": 0
},
"stackTraceMsg": ""
}