QQ个性头像生成1

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

接口描述

QQ个性头像生成1

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.mymzf.com/api/profilePicture1?qq=652268626'
}

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

返回示例


{
  "code": 200,
  "msg": "数据请求成功",
  "data": "https://cdn.xxhzm.cn/v2api/cache/tmp/98829f334cc8ca3790577f79865984ef02436b2d.jpg",
  "request_id": "e6276a4008120861a19cad1e"
}