素质大神词库

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

接口描述

随机返回一条素质文本

请求参数

请求示例

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)
  })

返回示例

{"success":true,"data":{"content":"你难道完全的不清你是什么东西了是不是呢"}}