{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"nickName": "string",
"phoneNumber": "string",
"idCard": "string",
"contactPerson": "string",
"type": "string",
"typeContent": "string",
"typeId": 0,
"progress": "string",
"title": "string",
"expirationDate": "string",
"viewed": "string",
"price": "string",
"payment": "string",
"state": "string",
"payType": "string",
"discountAmount": "string",
"points": "string",
"goldCoin": "string",
"actualPrice": "string",
"payTime": "string",
"orderContent": "string"
}curl --location --request POST '/weibao/order' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzaGlwcGNfdXNlcjoxODkzMTk3NTM0ODU5NTU0ODE3Iiwicm5TdHIiOiI1cE5hQ0hTTGRFWDk3aFlKQkhOVDdaODR0RWJaTjlEcSIsInVzZXJJZCI6MTg5MzE5NzUzNDg1OTU1NDgxN30.YwX-TZpxkWfgMoMc6sP8Owxn1stNaH9LnJ04VTAj3UI' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"nickName": "string",
"phoneNumber": "string",
"idCard": "string",
"contactPerson": "string",
"type": "string",
"typeContent": "string",
"typeId": 0,
"progress": "string",
"title": "string",
"expirationDate": "string",
"viewed": "string",
"price": "string",
"payment": "string",
"state": "string",
"payType": "string",
"discountAmount": "string",
"points": "string",
"goldCoin": "string",
"actualPrice": "string",
"payTime": "string",
"orderContent": "string"
}'{
"code": 0,
"msg": "",
"data": null
}