骂人语句

GET
https://api.mymzf.com/api/mmp

接口描述

怼人不带脏字在线版

请求参数

暂无数据

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.mymzf.com/api/mmp'
}

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

返回示例

{
    "success": true,
    "quote": "我的五官是我父母给的,你的五官全是你妈和你家街坊邻居那里凑来的"
}