请及时更新项目!
curl --location --request PUT 'http://101.43.142.153/api/order/update/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"title": "string",
"price": 0,
"content": "string",
"orderStatus": "string",
"type": "string",
"picture": "string",
"ownName": "string",
"cooperationName": "string",
"createTime": "string"
}'
{
"code": 0,
"message": "",
"data": {}
}