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