获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 云函数调用返回即送错误,求解?
云函数写法:[图片] 返回结果:[图片]
2020-09-28 - 云函数调用短信平台接口 怎么实现?求助啊
// 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; // } // } // }) 上边代码是直接调用的 想通过云函数实现 求助
2020-09-18