短信验证码【验证】

POST
https://open.lgai.cc/api/sms_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": "验证成功",
  "data": [],
  "request_id": "3841a413e8a06b39febb2e38"
}