C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************{
"outTradeNo": "string",
"tradeUrl": "string",
"productId": 0,
"buyPrice": 0
}curl --location -g --request POST 'https://openapi.c5game.com//merchant/trade/v2/normal-buy?app-key=eae6975ff8804e7d988efa8d41221212&app-key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"outTradeNo": "string",
"tradeUrl": "string",
"productId": 0,
"buyPrice": 0
}'{
"success": true,
"data": {
"actualPay": 0.0,
"delivery": 0,
"orderAssetId": 0,
"orderId": 0,
"payStatus": 0,
"orderStatus": 0
},
"errorCode": 0,
"errorMsg": "",
"errorData": {},
"errorCodeStr": ""
}