三角洲工坊接口文档
  1. 首页
  • 接口授权须知
  • 接口列表
    • 首页
      • 每日密码
        GET
      • 特勤处制造推荐
        GET
      • 每周活动物品
        GET
      • 系统公共数据接口
        GET
    • 交易行
      • 交易行列表
      • 物品详情数据
      • 物品价格走势
    • 卡战备
      • 卡战备配装推荐
      • 卡战备排名
    • 任务树
      • 赛季任务
      • 部门任务
      • 收集者任务清单
    • 热门功能
      • 子弹自选包收益
      • 昨日子弹收益排名
      • 底价钥匙子弹推荐
  1. 首页

每周活动物品

GET
/api/gf/v1/week_activity
获取周活动物品列表信息

请求参数

无

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://df.sanyueqi.cn/api/gf/v1/week_activity'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "data": {
        "start_at": "2025-08-29T02:00:00.000Z",
        "updated_at": "2025-08-29T02:02:11.000Z",
        "end_at": "2025-09-05T01:59:59.000Z",
        "name": "集市工艺藏品",
        "object_ids": [
            {
                "object_id": "15080040003",
                "name": "犄角墙饰",
                "pre_pic": "https://playerhub.df.qq.com/playerhub/60004/object/p_15080040003.png",
                "today_price_change_percentage": "8.5866",
                "c_price": 89268,
                "grade": 4,
                "recommendPrice": 35364,
                "maxPriceTime": "2025-08-29 04:00:00"
            },
            {
                "object_id": "15080050012",
                "name": "“起舞的女郎”挂饰",
                "pre_pic": "https://playerhub.df.qq.com/playerhub/60004/object/p_15080050012.png",
                "today_price_change_percentage": "9.3318",
                "c_price": 170392,
                "grade": 3,
                "recommendPrice": 46638,
                "maxPriceTime": "2025-08-29 09:00:00"
            }
        ]
    },
    "message": "ok"
}
修改于 2025-11-05 05:06:08
上一页
特勤处制造推荐
下一页
系统公共数据接口
Built with