Authorization: Bearer ********************{
"id": "string",
"moveNum": -2147483648,
"tinId": "string",
"binTo": "string",
"toCustomerName": "string",
"produceDate": "string",
"toProduceDate": "string",
"moveStatus": "string"
}curl --location --request PUT '/kuneizhuanyi/modify-move-goods' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"moveNum": -2147483648,
"tinId": "string",
"binTo": "string",
"toCustomerName": "string",
"produceDate": "string",
"toProduceDate": "string",
"moveStatus": "string"
}'{
"code": 10000,
"message": "success",
"data": 0
}