C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************{
"pageNum": 1,
"pageSize": 100,
"status": null,
"orderIds": [
"1321962503360282624",
"1321690715849805825"
]
}curl --location -g --request POST 'https://openapi.c5game.com//merchant/order/v2/buyer/status?app-key=eae6975ff8804e7d988efa8d41221212&app-key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 100,
"status": null,
"orderIds": [
"1321962503360282624",
"1321690715849805825"
]
}'{
"success": true,
"data": {
"total": "2",
"pages": 1,
"page": 1,
"limit": 100,
"list": [
{
"orderId": "1321962503360282624",
"productId": "1321358865675374592",
"price": 0.02,
"buyerFee": 0,
"statusName": "success",
"status": 10,
"deliverType": 1,
"receiveSteamId": "76561199022064770",
"createTime": 1729393984,
"type": 1,
"tradeOfferId": null
},
{
"orderId": "1321690715849805825",
"productId": "1321231105602670592",
"price": 0.07,
"buyerFee": 0,
"statusName": "success",
"status": 10,
"deliverType": 1,
"receiveSteamId": "76561199022064770",
"createTime": 1729329184,
"type": 1,
"tradeOfferId": null
}
]
},
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}