{
"goodsId": "9111",
"orderType": 7,
"combineOrderParams": [
{
"goodsId": "9111",
"isPreSaleGame": 0,
"orderType": 7
},
{
"goodsId": 31,
"orderType": 20,
"qty": 1
}
],
"consumerType": 1,
"qty": 1,
"marketingSource": "nn_client",
"payType": 99
}
curl --location --request POST 'http://test1-opapi.nn.com/boheapi/nnorder/nn/release/combine/order/create' \
--header 'busiType;' \
--header 'countryCode;' \
--header 'reqChannel;' \
--header 'reqChannel;' \
--header 'sign;' \
--header 'telNum;' \
--header 'timeStamp;' \
--header 'token;' \
--header 'token;' \
--header 'trackId;' \
--header 'userId;' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsId": "9111",
"orderType": 7,
"combineOrderParams": [
{
"goodsId": "9111",
"isPreSaleGame": 0,
"orderType": 7
},
{
"goodsId": 31,
"orderType": 20,
"qty": 1
}
],
"consumerType": 1,
"qty": 1,
"marketingSource": "nn_client",
"payType": 99
}'
{
"appId": "string",
"balance": 0,
"boheBalance": 0,
"boheCurrency": 0,
"boheRedBalance": 0,
"boheRedpacket": 0,
"busiType": "string",
"commission": 0,
"consumerType": 0,
"discountAmount": 0,
"favourablePrice": 0,
"favourablePriceRel": 0,
"firstBuy": true,
"h5PayUrl": "string",
"needReceive": 0,
"nnCurrency": 0,
"nnFavourablePrice": 0,
"nnOriginalPrice": 0,
"orderExpiredTime": "2019-08-24T14:15:22Z",
"orderNo": "string",
"originalPrice": 0,
"payChannel": "string",
"payChannel2": "string",
"payRmb": 0,
"pop": true,
"popPartyAct": true,
"priceName": "string",
"reqChannel": 0,
"singleResult": [
{
"commission": 0,
"orderType": 0,
"totalAmount": 0,
"totalPayAmount": 0
}
],
"totalAmount": 0,
"totalBoheCurrency": 0,
"totalBoheRedpacket": 0,
"totalNnCurrency": 0,
"totalPayAmount": 0
}