光遇每日任务(图片形式)

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

接口描述

查看光遇每日的任务攻略,返回为图片。

请求参数

暂无数据

请求示例

var axios = require('axios')

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

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

返回示例

查看光遇每日的任务攻略,返回为图片。