星空点阵动图云验证码【验证】

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

接口描述

星空点阵动图云验证码

请求参数

请求示例

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": "success",
  "data": {},
  "request_id": "de050e7dc39b82bca43d097f"
}