Authorization: Bearer ********************
{
"id": "1",
"goods_qua": "80",
"goods_quaok": "80",
"base_unit": "null",
"goods_pro_date": "2099-12-31",
"bin_id_from": "X1-1-03",
"ku_wei_bian_ma": "123"
}
curl --location --request PUT '/off-rack-adjustment/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1",
"goods_qua": "80",
"goods_quaok": "80",
"base_unit": "null",
"goods_pro_date": "2099-12-31",
"bin_id_from": "X1-1-03",
"ku_wei_bian_ma": "123"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}