随机发病文学

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

接口描述

随机发病文学

请求参数

暂无数据

请求示例

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,
  "data": {
    "index": 164,
    "saying": "我给了三人一些钱,让他们买能把屋子填满的东西,第一个人买了干草,但根本铺不满。第二个人买了一支蜡烛,我指着蜡烛的影子说这里还是没满。第三个人买了一张主人的照片,我直接冲的满屋子都是"
  }
}