三角洲行动数据接口
    三角洲行动数据接口
    • 个人
      • 特勤处状态
        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

      每日密码

      测试中
      测试环境
      https://comm.ams.game.qq.com/ide/
      测试环境
      https://comm.ams.game.qq.com/ide/
      POST
      每日密码接口
      iChartId:384918
      sIdeToken:mbq5GZ
      method:dist.contents(secretDay)
      source暂时没测完
      请求方式为请求体raw格式,可使用参数串化或者请求参数转移变为params来请求
      对于ck中的tpye,QQ为qc;微信为wx

      请求参数

      Header 参数
      content-type
      string 
      可选
      示例值:
      application/x-www-form-urlencoded;
      cookie
      array[string]
      可选
      示例值:
      ["openid=D7AF10F0E80DD74A6844FB54A131C95D; acctype=qc; appid=101491592; access_token=57C57406873816CC7BA6C46708C36150"]
      Body 参数text/plain
      示例
      示例值:iChartId=384918&iSubChartId=384918&sIdeToken=mbq5GZ&method=dist.contents&param=%7B%22distType%22%3A%22bannerManage%22%2C%22contentType%22%3A%22secretDay%22%7D

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://comm.ams.game.qq.com/ide/' \
      --header 'Cookie: openid=D7AF10F0E80DD74A6844FB54A131C95D; acctype=qc; appid=101491592; access_token=57C57406873816CC7BA6C46708C36150' \
      --header 'content-type: application/x-www-form-urlencoded;' \
      --data-raw 'iChartId=384918&iSubChartId=384918&sIdeToken=mbq5GZ&method=dist.contents&param=%7B%22distType%22%3A%22bannerManage%22%2C%22contentType%22%3A%22secretDay%22%7D'

      返回响应

      🟢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": {
                      "configID": 10001,
                      "content": {
                          "secretDay": {
                              "data": [
                                  {
                                      "id": 100010,
                                      "desc": "零号大坝:2864;\n长弓溪谷:9791;\n巴克什:3680;\n航天基地:9053",
                                      "skipType": 6,
                                      "skipURL": "18226"
                                  }
                              ]
                          }
                      },
                      "currentTime": "2025-06-21 08:58:21"
                  },
                  "msg": "ok"
              }
          },
          "sAmsSerial": "AMS-DFM-0621085821-jHKcwP-661959-384918"
      }
      🟢200ck过期或未登录
      修改于 2025-06-22 05:55:03
      上一页
      好像没啥用
      下一页
      物品列表&信息
      Built with