三角洲行动数据接口
  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. 个人

昨日日报(全面战场)

测试环境
https://comm.ams.game.qq.com/ide/
测试环境
https://comm.ams.game.qq.com/ide/
POST
https://comm.ams.game.qq.com/ide/
战场日报接口
iChartId:316969
sIdeToken:NoOapI
method:dfm/center.recent.detail
请求方式为param参数
对于ck中的tpye,QQ为qc;微信为wx

请求参数

Query 参数
iChartId
string 
可选
示例值:
316969
iSubChartId
string 
可选
示例值:
316969
sIdeToken
string 
可选
示例值:
NoOapI
method
string 
可选
示例值:
dfm/center.recent.detail
source
string 
可选
示例值:
2
param
string 
可选
示例值:
{"resourceType":"mp"}
Header 参数
content-type
string 
可选
示例值:
application/x-www-form-urlencoded;
cookie
string 
可选
示例值:
openid=C2DE7D79A3A9F934EE08F95B747E054E; acctype=qc; appid=101491592; access_token=0569052625742711AC6EB6737713D906

示例代码

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.recent.detail&source=2&param={"resourceType":"mp"}' \
--header 'Cookie: openid=C2DE7D79A3A9F934EE08F95B747E054E; acctype=qc; appid=101491592; access_token=0569052625742711AC6EB6737713D906' \
--header 'content-type:  application/x-www-form-urlencoded;'

返回响应

🟢200成功
application/json
Body
ret
integer 
必需
iRet
integer 
必需
sMsg
string 
ok
必需
jData
object 
必需
data
object 
必需
sAmsSerial
string 
必需
示例
{"ret":0,"iRet":0,"sMsg":"succ","jData":{"data":{"code":0,"data":{"mpDetail":{"totalKillNum":328,"totalWinNum":4,"totalFightNum":6,"totalScore":119717,"mostUseForceType":10010,"recentDate":"2025-07-06","bestMatch":{"assist":33,"death":23,"isWinner":0,"gameTime":1683,"killNum":62,"mapID":54,"score":27778,"startTime":"1751731223","dtEventTime":"2025-07-06 00:27:39"}},"currentTime":"2025-07-07 15:56:09"},"msg":"ok"}},"sAmsSerial":"AMS-DFM-0707155609-VSEX3R-661959-316969"}
🟢200ck过期或未登录
修改于 2025-07-07 07:56:43
上一页
个人中心数据 params版
下一页
昨日日报(烽火地带)(收益top3物品params版)
Built with