{
"agentId": "0",
"appId": "0",
"delFlag": "0",
"ext": "",
"goodsId": "0",
"num": 0,
"orderSn": "11111",
"params": {},
"payFee": 0.00,
"payType": "alipay",
"paymentJson": "{\"xc\":\"cc\"}",
"paytime": null,
"platform": "H5",
"productJson": "{\"aa\":\"bb\"}",
"remark": "备注",
"siteId": "0",
"status": 0,
"storeId": "0",
"tenantId": "000000",
"title": "测试订单1",
"totalFee": 10.00,
"transactionId": "11111",
"type": "p",
"url": "url",
"userCode": "1",
"userId": 0,
"userMobile": "13000000000"
}curl --location --request POST '/uc/ucOrder' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": "0",
"appId": "0",
"delFlag": "0",
"ext": "",
"goodsId": "0",
"num": 0,
"orderSn": "11111",
"params": {},
"payFee": 0.00,
"payType": "alipay",
"paymentJson": "{\"xc\":\"cc\"}",
"paytime": null,
"platform": "H5",
"productJson": "{\"aa\":\"bb\"}",
"remark": "备注",
"siteId": "0",
"status": 0,
"storeId": "0",
"tenantId": "000000",
"title": "测试订单1",
"totalFee": 10.00,
"transactionId": "11111",
"type": "p",
"url": "url",
"userCode": "1",
"userId": 0,
"userMobile": "13000000000"
}'{
"code": 0,
"data": null,
"message": "string",
"status": 0
}