阿里大鱼发送短信
// 配置
const Core = require('@alicloud/pop-core');
var client = new Core({
accessKeyId: '****', // id
accessKeySecret: '***', // 密钥
endpoint: 'https://dysmsapi.aliyuncs.com',
apiVersion: '2017-05-25'
});
// 用户模板信息
var params = {
"RegionId": "cn-han...