请及时更新项目!
curl --location --request POST 'http://101.43.142.153/api/order/create' \
--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": {
"title": "",
"price": 0.0,
"content": "",
"picture": "",
"addressId": 0,
"goodsId": 0,
"OrderId": 0,
"userId": 0,
"OwnName": "",
"createTime": ""
}
}