C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************
{
"pageNum": 1,
"pageSize": 100,
"status": null,
"orderIds": [
"1321962503360282624",
"1321690715849805825"
]
}
curl --location --request POST 'https://openapi.c5game.com//merchant/order/v2/buyer/status?app-key' \
--header 'app-key: d6717ac8122b4e2dae6c6f25e95ede2f' \
--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
}