// 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;
// }
// }
// })
上边代码是直接调用的 想通过云函数实现 求助