随机头像图片[API盒子官方资源库]

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

接口描述

由API盒子官方资源库提供,海量头像资源库,来源于网络公开收集。(不确定版权来源,请勿用于商业用途。)

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.mymzf.com/api/apihzimgtx?&type=1'
}

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

返回示例


{"code":200,"msg":"https://res.apihz.cn/img/tx/05d26f4a682c95215be1fc616143c8a4.jpg"}