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