请及时更新项目!
curl --location --request PATCH 'http://101.43.142.153/api/order//accept-buy' \
--header 'Authorization: Bearer '
{
"code": 0,
"message": "",
"data": {
"orderId": 0,
"title": "",
"price": 0.0,
"content": "",
"orderStatus": "",
"type": "",
"picture": "",
"ownName": "",
"cooperationName": ""
}
}