{
"id":46,
"orderStatus":"已发货"
}curl --location --request PUT '127.0.0.1:8400/user/order' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":46,
"orderStatus":"已发货"
}'{
"code": 200,
"msg": "string",
"data": "string"
}