Node-Koa2之axios请求云之讯短信发送接口和soap请求WebService
axios请求云之讯短信接口实现短信发送 安装axios npm install axios --save 方法实现 static async sendMessage(ctx){ let param = Math.random().toString().substr(2, 4); //生成四位随机数 let phone = '157********'; const url = 'https://open.ucpaas.com/ol/sms/sendsms'; const axios = require('axios'); let sendRe = await axios({ method: