我在人间凑数的日子

GET
https://apix.iqfk.top/api/renjian

接口描述

我在人间凑数的日子

请求参数

暂无数据

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

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

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": "你要藏好软弱,世界大雨滂沱。万物苟且而活,无人为你背负更多。 ——选自散文集《我在人间凑数的日子》",
  "request_id": "7c2cfa82a4d89e4246d5e670"
}