x-token: ********************
{
"ID": 0,
"amount": 0,
"createdAt": "string",
"days": 0,
"num": "string",
"orderNo": "string",
"paidAt": "string",
"payAmount": 0,
"payUrl": "string",
"product": {
"ID": 0,
"concurrent": 0,
"createdAt": "string",
"dailyPrice": 0,
"days": 0,
"description": "string",
"maxSeconds": 0,
"name": "string",
"price": 0,
"priority": 0,
"status": "string",
"supportLevel": "string",
"updatedAt": "string"
},
"productId": 0,
"remark": "string",
"status": "string",
"updatedAt": "string",
"userId": 0
}
curl --location --request PUT 'http://47.254.255.198:8888/order/updateOrder' \
--header 'Content-Type: application/json' \
--header 'x-token;' \
--data-raw '{
"ID": 0,
"amount": 0,
"createdAt": "string",
"days": 0,
"num": "string",
"orderNo": "string",
"paidAt": "string",
"payAmount": 0,
"payUrl": "string",
"product": {
"ID": 0,
"concurrent": 0,
"createdAt": "string",
"dailyPrice": 0,
"days": 0,
"description": "string",
"maxSeconds": 0,
"name": "string",
"price": 0,
"priority": 0,
"status": "string",
"supportLevel": "string",
"updatedAt": "string"
},
"productId": 0,
"remark": "string",
"status": "string",
"updatedAt": "string",
"userId": 0
}'
{
"code": 0,
"data": null,
"msg": "string"
}