光遇季节结束时间

GET
https://api.5k4.cn/api/jjsj

接口描述

光遇当前季节结束时间和截止日期。

请求参数

暂无数据

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.5k4.cn/api/jjsj'
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
"status": 201,
"msg1": "距离迁徙季结束还剩\n63 天 8 小时 36 分钟 5 秒\n截止至 2026-01-08 23:59:59",
"msg2": "本季节一共[77]天",
"msg3": "季蜡还可获得",
"msg4": "[有季卡]:384季蜡",
"msg5": "[无季卡]:320季蜡",
"msg6": "[有季卡毕业需]:398季蜡(含毕业礼)",
"msg7": "[无季卡可兑换]:240季蜡(仅基础物品,无毕业礼)",
"msg8": "[有季卡]毕业需:62天",
"msg9": "[无季卡]兑换完基础物品需:48天",
"msg": "问个问题,光遇里面您们有随时可以打扰的人吗!",
"date": "当前日期:2025-11-06",
"weekday": "星期四",
"season": "迁徙季"
}