{
"goodsId": "9111",
"orderType": 7,
"consumerType": 1,
"qty": 1,
"marketingSource": "nn_client",
"payType": 99
}
curl --location --request POST 'http://test1-opapi.nn.com/boheapi/nnorder/nn/release/unified/order/match' \
--header 'busiType: bhnn_zKdaadck9b0it3K' \
--header 'countryCode;' \
--header 'reqChannel: 3' \
--header 'reqChannel;' \
--header 'token: nnPcClient_swbTF87Q31848502d86347a18dd1aec715e21e63' \
--header 'token;' \
--header 'trackId: teataetaeadawdawdawda' \
--header 'version: 1843' \
--header 'appId: bhNNRelease_m3FbyymCd' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsId": "9111",
"orderType": 7,
"consumerType": 1,
"qty": 1,
"marketingSource": "nn_client",
"payType": 99
}'
{
"retCode": "string",
"retData": {
"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
},
"retMsg": "string",
"retTime": "string",
"success": true
}