QQ个性头像生成3

GEThttps://v2.xxapi.cn/api/profilePicture3

接口描述

QQ个性头像生成3

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://v2.xxapi.cn/api/profilePicture3?qq=2595557847'
}

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/52d93685ed41e36eed605cb3256b327ede8cc18f.jpg",
  "request_id": "64819cce45833cf5fbb80dd3"
}