{
"goodsType": 0,
"openId": "string",
"type": 0,
"tel": "string",
"remark": "string",
"venueId": 0,
"orderProductInfos": [
{
"goodsId": 0,
"goodsSpecification": 0,
"quantity": 0,
"venueId": 0
}
]
}
curl --location --request POST 'https://travel.daoziji.com/user/plan/course/generateGoodsOrder' \
--header 'Authentication: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJkZTQ3NTBlZjM2YmU0ZWRlOTVkNzZhNTVmMDZlMjIwMSIsInN1YiI6IjJ2eCIsImlzcyI6InNnIiwiaWF0IjoxNjk5NjAyMTc3LCJleHAiOjE3MzExMzgxNzd9.1ESx2OoOogj-qXdxUSuHuk0ofTwYgYNiJhDqs8OwwtE' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsType": 0,
"openId": "string",
"type": 0,
"tel": "string",
"remark": "string",
"venueId": 0,
"orderProductInfos": [
{
"goodsId": 0,
"goodsSpecification": 0,
"quantity": 0,
"venueId": 0
}
]
}'
{"msg":"操作成功","code":200,"data":{"orderNum":"4000002024022916004962861","prepayId":"wx291600504260449eb11a64e36720880000"}}