自4 月 9 日上午 10:00 起,本站所有请求将强制启用 HTTPS 协议,保障访问安全稳定,请知悉。老的在售列表接口即将废弃,qps 将会调低,请尽快迁移到新的在售列表接口(内测中),新接口提供 5/s 的 qps , 官方 qq 群: 1026144113 欢迎加入讨论
app-key: ********************{
"pageNum": 1,
"pageSize": 100,
"status": null,
"orderIds": [
"1321962503360282624",
"1321690715849805825"
]
}curl --location --globoff 'https://openapi.c5game.com//merchant/order/v2/buyer/status?app-key={{app_key}}&app-key=%3Capi-key%3E' \
--header 'Content-Type: application/json' \
--data '{
"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
}