二维码生成

GET
https://open.lgai.cc/api/qrcode

接口描述

二维码生成

请求参数

请求示例

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

返回示例

{
  "code": 200,
  "msg": "数据请求成功",
  "data": "https://cdn.xxhzm.cn/v2api/cache/qrcode/c61d49c16188ce9c6cd65adf2cf1eb6c.png",
  "request_id": "e0cea7d62740f521aa39f4a8"
}