短信验证码【发送】

POST
https://open.lgai.cc/api/sms

接口描述

短信验证码

请求参数

相关套餐

请求示例

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": {
    "code_id": "6942b34d319241.52213999",
    "code": "450106"
  },
  "request_id": "50daf8831ccc586c2a6c967c"
}