Authorization: Bearer ********************
{
"id": "2c9efaca91697e98019227d531751cc2",
"bin_id": "X1-1-03",
"tin_id": "2222",
"goods_id": "20222",
"goods_name": "zhe tang",
"goods_qua": "80",
"goods_unit": "**",
"goods_pro_date": "2099-12-31",
"goods_batch": "2099-12-31",
"stt_qua": "**",
"cus_name": "XXXX-KH",
"cus": "X00001",
"stt_sta": "***",
"create_name": "guan-li-yuan",
"create_date": "2024-09-25 14:18:56",
"update_name": "guan-li-yuan",
"update_by": "admin",
"update_date": "2024-09-27 17:37:07",
"create_by": "admin",
"sys_org_code": "A05",
"sys_company_code": "A05",
"cus_code": "X00001",
"base_unit": "null",
"base_goodscount": "null",
"stt_id": "2024-09-25 14:18",
"goods_code": "null",
"stt_type": "01",
"dong_xian": "null"
}
curl --location --request PUT '/review/review-stt' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "2c9efaca91697e98019227d531751cc2",
"bin_id": "X1-1-03",
"tin_id": "2222",
"goods_id": "20222",
"goods_name": "zhe tang",
"goods_qua": "80",
"goods_unit": "**",
"goods_pro_date": "2099-12-31",
"goods_batch": "2099-12-31",
"stt_qua": "**",
"cus_name": "XXXX-KH",
"cus": "X00001",
"stt_sta": "***",
"create_name": "guan-li-yuan",
"create_date": "2024-09-25 14:18:56",
"update_name": "guan-li-yuan",
"update_by": "admin",
"update_date": "2024-09-27 17:37:07",
"create_by": "admin",
"sys_org_code": "A05",
"sys_company_code": "A05",
"cus_code": "X00001",
"base_unit": "null",
"base_goodscount": "null",
"stt_id": "2024-09-25 14:18",
"goods_code": "null",
"stt_type": "01",
"dong_xian": "null"
}'
{
"code": 10000,
"message": "success",
"data": 0
}