X-Access-Token: ********************
{
"fee": 0,
"type": 0,
"brand": "string",
"payFromOpenId": "string",
"vipAddPurchaseBos": [
{
"id": 0,
"count": 0,
"value": "string"
}
],
"cardBagId": 0,
"payChannel": 0,
"productsFunctionBagBo": {
"id": 0,
"payChannel": 0,
"duration": 0,
"cardBagId": 0
},
"goodsNumber": 1,
"openId": "string",
"unionId": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/app/weixinCharsetOrder' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"fee": 0,
"type": 0,
"brand": "string",
"payFromOpenId": "string",
"vipAddPurchaseBos": [
{
"id": 0,
"count": 0,
"value": "string"
}
],
"cardBagId": 0,
"payChannel": 0,
"productsFunctionBagBo": {
"id": 0,
"payChannel": 0,
"duration": 0,
"cardBagId": 0
},
"goodsNumber": 1,
"openId": "string",
"unionId": "string"
}'
{
"SUCCESS": {
"SUCCESS": {
"SUCCESS": {},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": {}
}