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