Delta-Force-API
  1. object
Delta-Force-API
  • 邮件
    • 邮件发送
      POST
    • 邮件回调验证
      GET
  • 业务
    • 登陆
      • QQ登陆-获取二维码
      • QQ登陆-获取登陆状态
      • QQ登陆-token状态
      • 微信登陆-获取二维码
      • 微信登陆-获取登陆状态
      • 微信登陆-token状态
      • QQ安全中心登陆-获取二维码
      • QQ安全中心登陆-获取登陆状态
      • QQ安全中心登陆-token状态
      • wegame登陆-获取二维码
      • wegame登陆-获取登陆状态
      • wegame登陆-token状态
      • QQck登陆
      • QQlink登陆-获取信息
      • QQlink登陆-提交登陆信息
      • QQlink登陆-获取登陆状态
      • QQlink登陆-获取token状态
      • 统一oauth-获取frameworkToken状态
      • 微信link登陆-获取信息
      • 微信link登陆-提交登陆信息
      • 微信link登陆-获取登陆状态
      • 微信link登陆-获取token状态
      • 微信link登陆-获取frameworkToken
    • 房间
      • 房间列表
      • 房间信息
      • 创建房间
      • 加入房间
      • 退出房间&房主解散
      • 房间踢人
    • 用户管理
      • 终端用户绑定frameworkToken
      • 终端用户解绑frameworkToken
      • 终端用户frameworkToken列表
    • object
      • 物品列表
        GET
      • 物品搜索
        GET
      • 健康状态
        GET
      • 干员信息
        GET
      • 官方历史成交价(V1)
        GET
      • 框架历史成交价(V2)
        GET
      • 官方物品最新价格
        GET
    • tools
      • 每日密码
      • 文章列表
      • 文章详情
      • 主播巅峰赛排名(小组赛)
      • 主播巅峰赛排名(个人赛)
      • 主播巅峰赛搜索
      • 改枪码列表
      • 改枪码详情
    • place
      • 特勤处信息
      • 场所制造利润
      • 特勤处制造材料价格
      • 利润排行榜V1
      • 利润排行榜 V2 (最高利润)
    • person
      • 特勤处状态
      • 藏品资产查询(非货币)
      • 日报
      • 周报
      • 个人信息
      • 个人中心数据
      • 流水查询
      • 货币查询
      • 战绩查询
      • 大红称号
    • 改枪码(社区)
      • 改枪码上传
      • 改枪码列表
      • 改枪码详情
      • 改枪码更新
      • 改枪码删除
      • 改枪码投票
      • 改枪码收藏
      • 改枪码取消收藏
      • 改枪码收藏列表
  • 前端用户管理
    • 登陆接口
      POST
    • 注册接口
      POST
    • 用户信息
      GET
    • 用户session
      GET
    • 登出接口
      POST
    • APIKeys列表
      GET
    • 创建APIKeys
      POST
  • 未命名接口
    POST
  • 业务测试 Copy
    POST
  • 支付方式
    GET
  • 支付回调
    POST
  • ai点评
    POST
  • 加密接口
    POST
  • 加密接口 Copy
    POST
  1. object

物品列表

开发中
GET
/df/object/list

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/df/object/list?primary=props&second=consume' \
--header 'Authorization: Bearer sk-KDZh5cHWEkm2sF5DFDAKY3heoK6Ye33b'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "data": {
        "keywords": [
            {
                "objectID": 14060000003,
                "avgPrice": 282784,
                "desc": "针对6级装备的局内维修工具,能快速修复头盔耐久度。每块插板消耗工具包25点耐久;启用时间4.5秒。",
                "grade": 6,
                "id": 10087,
                "length": 2,
                "objectName": "高级头盔维修组合",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000003.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000003.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 100,
                    "repairArea": "头盔",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复头盔耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "3",
                "width": 2
            },
            {
                "objectID": 14060000004,
                "avgPrice": 553239,
                "desc": "针对6级装备的局内维修工具,能快速修复护甲耐久度。每块插板消耗工具包50点耐久;启用时间4.5秒。",
                "grade": 6,
                "id": 10032,
                "length": 2,
                "objectName": "高级护甲维修组合",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000004.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000004.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 200,
                    "repairArea": "胸甲",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复护甲耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "3.8",
                "width": 2
            },
            {
                "objectID": 14020000006,
                "avgPrice": 107160,
                "desc": "拥有800耐久度,每秒可以回复30点生命值启用时间3.5秒,能消耗25点耐久治疗一处伤口,还可以消耗25耐久获得60秒止痛效果。",
                "grade": 5,
                "id": 10091,
                "length": 2,
                "objectName": "战地医疗箱",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14020000006.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14020000006.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3.5秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "1.2",
                "width": 2
            },
            {
                "objectID": 14060000001,
                "avgPrice": 138881,
                "desc": "针对5级装备的局内维修工具,能快速修复头盔耐久度。每块插板消耗工具包25点耐久;启用时间4.5秒。",
                "grade": 5,
                "id": 10085,
                "length": 3,
                "objectName": "精密头盔维修包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000001.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000001.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 75,
                    "repairArea": "头盔",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复头盔耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "2.2",
                "width": 1
            },
            {
                "objectID": 14060000002,
                "avgPrice": 190529,
                "desc": "针对5级装备的局内维修工具,能快速修复护甲耐久度。每块插板消耗工具包40点耐久;启用时间4.5秒。",
                "grade": 5,
                "id": 10089,
                "length": 2,
                "objectName": "精密护甲维修包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000002.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000002.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 120,
                    "repairArea": "胸甲",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复护甲耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "3",
                "width": 2
            },
            {
                "objectID": 14020000005,
                "avgPrice": 45250,
                "desc": "拥有350耐久度,每秒可以回复20点生命值,启用时间4秒,能消耗25点耐久治疗一处伤口,还可以消耗25耐久获得30秒止痛效果。",
                "grade": 4,
                "id": 10031,
                "length": 3,
                "objectName": "户外医疗箱",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14020000005.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14020000005.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "4秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.7",
                "width": 1
            },
            {
                "objectID": 14030000003,
                "avgPrice": 25169,
                "desc": "启用后可以修复1个部位上所有异常状态,最多可以使用7次;启用时间5秒。",
                "grade": 4,
                "id": 10092,
                "length": 3,
                "objectName": "DEK野战手术包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14030000003.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14030000003.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 7,
                    "activeTime": "5秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.7",
                "width": 1
            },
            {
                "objectID": 14050000003,
                "avgPrice": 22548,
                "desc": "获得止痛效果360秒,能屏蔽疼痛、骨折带来的视觉影响,最多可以使用5次;使用时间3秒。",
                "grade": 4,
                "id": 10096,
                "length": 1,
                "objectName": "DVE止疼片",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14050000003.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14050000003.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 5,
                    "activeTime": "3秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.3",
                "width": 1
            },
            {
                "objectID": 14060000005,
                "avgPrice": 38941,
                "desc": "针对4级装备的局内维修工具,能快速修复头盔耐久度。每块插板消耗工具包25点耐久;启用时间4.5秒。",
                "grade": 4,
                "id": 10086,
                "length": 2,
                "objectName": "标准头盔维修包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000005.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000005.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 50,
                    "repairArea": "头盔",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复头盔耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "1.7",
                "width": 1
            },
            {
                "objectID": 14060000006,
                "avgPrice": 74436,
                "desc": "针对4级装备的局内维修工具,能快速修复护甲耐久度。每块插板消耗工具包40点耐久;启用时间4.5秒。",
                "grade": 4,
                "id": 10090,
                "length": 3,
                "objectName": "标准护甲维修包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000006.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000006.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 75,
                    "repairArea": "胸甲",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复护甲耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "2.3",
                "width": 1
            },
            {
                "objectID": 14070000003,
                "avgPrice": 26847,
                "desc": "提升负重能力,持续300秒。",
                "grade": 4,
                "id": 10082,
                "length": 1,
                "objectName": "M2肌肉注射剂",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000003.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000003.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3",
                    "bearEnhance": "负重提升"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14070000005,
                "avgPrice": 38779,
                "desc": "提升听力范围,持续300秒。",
                "grade": 4,
                "id": 10081,
                "length": 1,
                "objectName": "感知强化剂",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000005.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000005.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3",
                    "hearEnhance": "听力增强"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14070000007,
                "avgPrice": 78061,
                "desc": "提升体力上限,提升体力恢复速度,持续300秒。",
                "grade": 4,
                "id": 10035,
                "length": 1,
                "objectName": "体能强化剂",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000007.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000007.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3",
                    "replyEffect": "大幅度提升体力属性"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14020000004,
                "avgPrice": 13003,
                "desc": "拥有220耐久度;每秒可以回复20点生命值,启用时间6秒。",
                "grade": 3,
                "id": 10098,
                "length": 2,
                "objectName": "野战急救包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14020000004.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14020000004.png",
                "primaryClass": "props",
                "propsDetail": {
                    "durability": 220,
                    "activeTime": "6秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.5",
                "width": 1
            },
            {
                "objectID": 14060000007,
                "avgPrice": 12377,
                "desc": "针对3级装备的局内维修工具,能快速修复头盔耐久度。每块插板消耗工具包15点耐久;启用时间4.5秒。",
                "grade": 3,
                "id": 10033,
                "length": 2,
                "objectName": "自制头盔维修包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000007.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000007.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 30,
                    "repairArea": "头盔",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复头盔耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "1",
                "width": 1
            },
            {
                "objectID": 14060000008,
                "avgPrice": 14287,
                "desc": "针对3级装备的局内维修工具,能快速修复护甲耐久度。每块插板消耗工具包25点耐久;启用时间4.5秒。",
                "grade": 3,
                "id": 10088,
                "length": 2,
                "objectName": "自制护甲维修包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14060000008.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14060000008.png",
                "primaryClass": "props",
                "propsDetail": {
                    "repairPoints": 50,
                    "repairArea": "胸甲",
                    "repairEfficiency": "低",
                    "activeTime": "4.5",
                    "replyEffect": "回复护甲耐久度"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "repair",
                "thirdClassCN": "维修套件",
                "weight": "1.3",
                "width": 1
            },
            {
                "objectID": 14070000001,
                "avgPrice": 7803,
                "desc": "提升负重能力,持续180秒。",
                "grade": 3,
                "id": 10079,
                "length": 1,
                "objectName": "M1肌肉强化针",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000001.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000001.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3",
                    "bearEnhance": "负重提升"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14070000004,
                "avgPrice": 16918,
                "desc": "提升听力范围,持续180秒。",
                "grade": 3,
                "id": 10080,
                "length": 1,
                "objectName": "感知激活针",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000004.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000004.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3",
                    "hearEnhance": "听力增强"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14070000006,
                "avgPrice": 23417,
                "desc": "提升体力上限,提升体力恢复速度,持续180秒。",
                "grade": 3,
                "id": 10034,
                "length": 1,
                "objectName": "体能激活针",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000006.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000006.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3",
                    "replyEffect": "提升体力属性"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14070000008,
                "avgPrice": 23660,
                "desc": "在紧急情况用于回复体力的注射剂,能在短时间内回复大量体力,单次使用。",
                "grade": 3,
                "id": 10084,
                "length": 1,
                "objectName": "OE2战斗兴奋剂",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000008.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000008.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14070000009,
                "avgPrice": 5363,
                "desc": "可有效增加肌肉耐力的注射剂,能提升体力上限,持续120秒。",
                "grade": 3,
                "id": 10083,
                "length": 1,
                "objectName": "去甲肾上腺素",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14070000009.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14070000009.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "3",
                    "bodyCapacity": "体力容量增加"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "inject",
                "thirdClassCN": "针剂",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14020000003,
                "avgPrice": 7001,
                "desc": "拥有60耐久度;每秒可以回复12点生命值启用时间3秒。",
                "grade": 2,
                "id": 10097,
                "length": 1,
                "objectName": "强效注射器",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14020000003.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14020000003.png",
                "primaryClass": "props",
                "propsDetail": {
                    "durability": 60,
                    "activeTime": "3秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.4",
                "width": 1
            },
            {
                "objectID": 14030000002,
                "avgPrice": 8571,
                "desc": "启用后可以修复1个部位上所有异常状态,最多可以使用4次;启用时间7秒。",
                "grade": 2,
                "id": 10095,
                "length": 2,
                "objectName": "战术快拆手术包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14030000002.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14030000002.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 4,
                    "activeTime": "7秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.2",
                "width": 1
            },
            {
                "objectID": 14050000002,
                "avgPrice": 6544,
                "desc": "获得止痛效果240秒,能屏蔽疼痛、骨折带来的视觉影响,最多可以使用3次;使用时间4秒。",
                "grade": 2,
                "id": 10093,
                "length": 1,
                "objectName": "瓶装抗生素",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14050000002.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14050000002.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 3,
                    "activeTime": "4秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14020000001,
                "avgPrice": 1588,
                "desc": "拥有30耐久度;每秒可以回复5点生命值;启用时间3.5秒。",
                "grade": 1,
                "id": 10094,
                "length": 1,
                "objectName": "简易注射器",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14020000001.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14020000001.png",
                "primaryClass": "props",
                "propsDetail": {
                    "durability": 30,
                    "activeTime": "3.5秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14020000002,
                "avgPrice": 3041,
                "desc": "拥有90耐久度,每秒可以回复6点生命值,启用时间5秒。",
                "grade": 1,
                "id": 10030,
                "length": 1,
                "objectName": "车载急救包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14020000002.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14020000002.png",
                "primaryClass": "props",
                "propsDetail": {
                    "activeTime": "5秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.2",
                "width": 1
            },
            {
                "objectID": 14030000001,
                "avgPrice": 2352,
                "desc": "启用后可以修复1处受伤部位,最多可以使用2次;启用时间10秒。",
                "grade": 1,
                "id": 10099,
                "length": 1,
                "objectName": "简易手术包",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14030000001.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14030000001.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 2,
                    "activeTime": "10秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14040000001,
                "avgPrice": 2508,
                "desc": "启用后可以治疗1处伤口,最多可以使用4次;启用时间2.5秒。",
                "grade": 1,
                "id": 10100,
                "length": 1,
                "objectName": "CAT止血带",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14040000001.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14040000001.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 4,
                    "activeTime": "2.5秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14040000002,
                "avgPrice": 1041,
                "desc": "启用后可以治疗1处伤口,最多可以使用2次;启用时间3秒。",
                "grade": 1,
                "id": 10943,
                "length": 1,
                "objectName": "弹力绷带",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14040000002.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14040000002.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 2,
                    "activeTime": "3秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.1",
                "width": 1
            },
            {
                "objectID": 14050000001,
                "avgPrice": 1960,
                "desc": "获得止痛效果200秒,能屏蔽疼痛、骨折带来的视觉影响,最多可以使用1次;使用时间4秒。",
                "grade": 1,
                "id": 10101,
                "length": 1,
                "objectName": "缓释止痛片",
                "pic": "https://playerhub.df.qq.com/playerhub/60004/object/14050000001.png",
                "prePic": "https://playerhub.df.qq.com/playerhub/60004/object/p_14050000001.png",
                "primaryClass": "props",
                "propsDetail": {
                    "availableCount": 1,
                    "activeTime": "4秒"
                },
                "secondClass": "consume",
                "secondClassCN": "消耗品",
                "thirdClass": "drug",
                "thirdClassCN": "药品",
                "weight": "0.1",
                "width": 1
            }
        ],
        "currentTime": "2025-07-21 06:03:22",
        "configID": 10001,
        "amsSerial": "AMS-DFM-72114322-XDC66E",
        "loginInfo": {
            "type": "qc",
            "openid": "C2DE7D79A3A9F934EE08F95B747E054E",
            "timestamp": "2025-07-21T06:03:22.914Z"
        },
        "requestInfo": {
            "apiUrl": "https://comm.ams.game.qq.com/ide/",
            "chartId": "316969",
            "timestamp": "2025-07-21T06:03:22.914Z"
        }
    },
    "message": "获取物品信息成功",
    "__typeComment": "物品类型注释:props: consume(消耗品)",
    "__fieldMeta": {
        "objectID": {
            "label": "物品ID",
            "type": "integer"
        },
        "avgPrice": {
            "label": "平均价格",
            "type": "integer"
        },
        "desc": {
            "label": "描述",
            "type": "string"
        },
        "grade": {
            "label": "等级",
            "type": "integer"
        },
        "id": {
            "label": "顺序ID",
            "type": "integer"
        },
        "length": {
            "label": "长",
            "type": "integer"
        },
        "objectName": {
            "label": "物品名",
            "type": "string"
        },
        "pic": {
            "label": "图片",
            "type": "string"
        },
        "prePic": {
            "label": "预览图",
            "type": "string"
        },
        "primaryClass": {
            "label": "一级分类",
            "type": "string"
        },
        "propsDetail": {
            "label": "物品信息",
            "type": "object"
        },
        "secondClass": {
            "label": "二级分类",
            "type": "string"
        },
        "secondClassCN": {
            "label": "二级分类中文名",
            "type": "string"
        },
        "thirdClass": {
            "label": "三级分类",
            "type": "string"
        },
        "thirdClassCN": {
            "label": "三级分类中文名",
            "type": "string"
        },
        "weight": {
            "label": "重量",
            "type": "string"
        },
        "width": {
            "label": "宽",
            "type": "integer"
        }
    }
}
修改于 2025-07-21 01:43:51
上一页
终端用户frameworkToken列表
下一页
物品搜索
Built with