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