三角洲行动数据接口
  1. 个人
三角洲行动数据接口
  • 个人
    • 特勤处状态
      POST
    • 货币资产查询接口
      POST
    • 流水查询接口
      POST
    • 战绩查询接口
      POST
    • 全面战场房间信息(弥补战绩)
      POST
    • 个人资产查询接口
      POST
    • 昨日收益top3物品(id列表)
      POST
    • 海报称号
      POST
    • 烽火周报数据
      POST
    • 战场周报数据
      POST
    • 周报队友数据
      POST
    • 战场周报队友数据
      POST
    • 个人中心数据
      POST
    • 个人信息
      POST
    • 绑定状态查询
      POST
    • 角色列表
      GET
    • 绑定角色
      POST
    • 周报数据 params版
      POST
    • 海报称号 params版
      POST
    • 个人中心数据 params版
      POST
    • 昨日日报(全面战场)
      POST
    • 昨日日报(烽火地带)(收益top3物品params版)
      POST
  • 好像没啥用
    POST
  • 每日密码
    POST
  • 物品列表&信息
    POST
  • 物品列表352143版
    POST
  • 物品价格(最新均价)
    POST
  • 物品价格(历史均价)
    POST
  • 特勤处利润&信息
    POST
  • 地图&道具配置
    POST
  • 干员信息
    POST
  • 健康状态接口
    POST
  • 文章详情接口
    POST
  • 文章搜索查询接口
    POST
  • 主播巅峰赛排名(组队赛)
    POST
  • 主播巅峰赛排名(个人赛)
    POST
  • 主播巅峰赛搜索
    POST
  • 改枪码列表接口
    POST
  • 改枪码详细接口
    POST
  1. 个人

海报称号 params版

测试中
测试环境
https://comm.ams.game.qq.com/ide/
测试环境
https://comm.ams.game.qq.com/ide/
POST
https://comm.ams.game.qq.com/ide/
海报称号接口
iChartId:316969(同样采用物品列表接口,采用method区别)
sIdeToken:NoOapI
method:dfm/center.person.redcollection
source暂时没测完(默认2即可)
对于param参数中的seasonid,对应赛季ID,如果需要单独展示,需要将后面的isAllSeason修改为false
对于ck中的type,QQ为qc;微信为wx

请求参数

Query 参数
iChartId
string 
可选
示例值:
316969
iSubChartId
string 
可选
示例值:
316969
sIdeToken
string 
可选
示例值:
NoOapI
method
string 
可选
示例值:
dfm/center.person.redcollection
source
string 
可选
示例值:
2
param
string 
可选
示例值:
{ "resourceType": "sol", "seasonid": [1, 2, 3, 4], "isAllSeason": true }
Header 参数
content-type
string 
可选
示例值:
application/x-www-form-urlencoded;
cookie
array[string]
可选
示例值:
["openid=D7AF10F0E80DD74A6844FB54A131C95D; acctype=qc; appid=101491592; access_token=57C57406873816CC7BA6C46708C36150"]

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://comm.ams.game.qq.com/ide/?iChartId=316969&iSubChartId=316969&sIdeToken=NoOapI&method=dfm/center.person.redcollection&source=2&param={ "resourceType": "sol", "seasonid": [1, 2, 3, 4], "isAllSeason": true }' \
--header 'Cookie: openid=D7AF10F0E80DD74A6844FB54A131C95D; acctype=qc; appid=101491592; access_token=57C57406873816CC7BA6C46708C36150' \
--header 'content-type:  application/x-www-form-urlencoded;'

返回响应

🟢200成功
application/json
Body
ret
integer 
必需
iRet
integer 
必需
sMsg
string 
必需
jData
object 
必需
data
object 
必需
sAmsSerial
string 
必需
示例
{
    "ret": 0,
    "iRet": 0,
    "sMsg": "succ",
    "jData": {
        "data": {
            "code": 0,
            "data": {
                "title": "雷达人形挂",
                "subtitle": "雷达一开,连雷斯的私房钱藏哪儿都知道",
                "unlockDesc": "解锁「便携军用雷达」",
                "objectCount": 19,
                "totalCount": 37,
                "totalMoney": 21846436
            },
            "msg": "ok"
        }
    },
    "sAmsSerial": "AMS-DFM-0628172059-kr45BE-661959-316969"
}
🟢200ck过期或未登录
修改于 2025-06-28 09:25:12
上一页
周报数据 params版
下一页
个人中心数据 params版
Built with