三角洲行动数据接口
  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
货币资产查询接口接口
iChartId:319386
sIdeToken:zMemOt
请求参数需要item和type=3(必须)(type其他参考流水接口)
对于ck中的type,QQ为qc;微信为wx

请求参数

Query 参数
iChartId
string 
可选
示例值:
319386
iSubChartId
string 
可选
示例值:
319386
sIdeToken
string 
可选
示例值:
zMemOt
item
string 
可选
17020000010-哈夫币、17888808889-三角券、17888808888-三角币
示例值:
17020000010
type
string 
可选
1-登陆设备、2-道具流水、3-货币(当item为空时,可显示1和2的流水)
示例值:
3
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 --request POST 'https://comm.ams.game.qq.com/ide/?iChartId=319386&iSubChartId=319386&sIdeToken=zMemOt&item=17020000010&type=3' \
--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 
必需
iRet
string 
必需
sMsg
string 
ok
必需
data
array [object {1}] 
必需
sAmsSerial
string 
必需
示例
{
    "ret": 0,
    "iRet": 0,
    "sMsg": "ok",
    "jData": {
        "iRet": "0",
        "sMsg": "ok",
        "data": [
            {
                "totalMoney": "3697501"
            }
        ]
    },
    "sAmsSerial": "AMS-DFM-0621202401-iDxNWG-661959-319386"
}
🟢200ck过期或未登录
修改于 2025-06-28 13:47:50
上一页
特勤处状态
下一页
流水查询接口
Built with