收藏
回答

云函数调用短信平台接口 怎么实现?求助啊

// wx.request({

// url: 'https://smssh1.253.com/msg/send/json', //仅为示例,并非真实的接口地址

// data: {

// "account": "",

// "password": "",

// "msg": "【庞大养车】您的验证码是:,五分钟内有效!",

// "phone": "18031556638",


// },

// header: {

// 'content-type': 'application/json' // 默认值

// },

// method: "post",

// success(res) {

// console.log(res.data)

// if (res.data.code == 0) {

// that.timer();

// return;

// }


// }

// })

上边代码是直接调用的 想通过云函数实现 求助

回答关注问题邀请回答
收藏
登录 后发表内容
问题标签