{
"channel": "TianX_TY_3128_M",
"deviceId": "6d27f37fc3454e32a3b489e9570af2e0",
"ext": "{\"sourceTab\":\"outsource_tab\"}",
"goodsGroupId": 1003046,
"payWay": "2",
"platformCode": "newOs",
"source": "detail_try_end",
"sourceDetailId": "68469874",
"userId": "a0001",
"vname": "1.0.17_10017_release"
}
curl --location --request POST 'https://testgateway.dangbei.net/tc/tradeApi/v3/buy' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "TianX_TY_3128_M",
"deviceId": "6d27f37fc3454e32a3b489e9570af2e0",
"ext": "{\"sourceTab\":\"outsource_tab\"}",
"goodsGroupId": 1003046,
"payWay": "2",
"platformCode": "newOs",
"source": "detail_try_end",
"sourceDetailId": "68469874",
"userId": "a0001",
"vname": "1.0.17_10017_release"
}'
{
"requestId": "string",
"success": true,
"errCode": "string",
"errMessage": "string",
"data": {
"orderNo": "string",
"wxPrepayId": "string",
"appId": "string",
"wxSign": "string",
"wxSignType": "string",
"timeStamp": "string",
"nonceStr": "string",
"alipayForm": "string",
"goodsGroupId": 0,
"goodsGroupName": "string",
"oldPrice": 0,
"price": 0
}
}