C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************{
"productList": [
{
"buyPrice": 2.2,
"outTradeNo": "1444544913131663361",
"productId": 1444544795338493955
},
{
"buyPrice": 2.2,
"outTradeNo": "1442271832239329281",
"productId": 1444544796882825216
}
],
"tradeUrl": ""
}curl --location -g --request POST 'https://openapi.c5game.com//merchant/trade/v1/batch/buy?app-key=eae6975ff8804e7d988efa8d41221212&app-key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productList": [
{
"buyPrice": 2.2,
"outTradeNo": "1444544913131663361",
"productId": 1444544795338493955
},
{
"buyPrice": 2.2,
"outTradeNo": "1442271832239329281",
"productId": 1444544796882825216
}
],
"tradeUrl": ""
}'{
"success": true,
"data": {
"balance": 2.2000,
"failedList": [
{
"productId": "1444544795338493955",
"outTradeNo": "1444544913131663361",
"amount": 2.2000
}
],
"failedAmount": 2.2000,
"successNum": 1,
"failNum": 1,
"successList": [
{
"outTradeNo": "1442271832239329281",
"productId": "1444544796882825216",
"actualPay": 2.2000,
"delivery": 1,
"orderAssetId": "1444545588167143425",
"orderId": "1444545588167143424"
}
]
},
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}