自6 月 17 日上午 10:00 起,本站所有接口http 请求header中需要添加 Accept-Encoding: gzip, br, zstd, deflate 请求头,否则将无法正常访问!官方 qq 群: 1026144113 欢迎加入讨论
app-key: ********************
{ "itemId": 80, "delivery": 1, "acceptBargain": false, "pageSize": 10 }
curl --location --globoff 'https://openapi.c5game.com//merchant/market/v2/products/search?app-key={{app_key}}&app-key=%3Capi-key%3E' \ --header 'Content-Type: application/json' \ --data '{ "itemId": 80, "delivery": 1, "acceptBargain": false, "pageSize": 10 }'
{ "success": true, "data": { "list": [ { "productId": 0, "price": 0, "delivery": -32768, "remark": "string", "acceptBargain": true, "img": "string", "sellerUid": 0, "assetInfo": { "assetId": 0 } } ], "pageNum": 0, "pageSize": 0, "hasMore": true }, "errorCode": 0, "errorMsg": "string", "errorData": {}, "errorCodeStr": "string" }