sendone(){
wx.cloud.callFunction({
name:"fasong",
data:{
openid:"oVXS160K1CF1iwFokR6cKHZ4-rUw"
}
}).then(res=> {
console.log("发送单条成功",res)
}).catch(res=>{
console.log("发送单条失败",res)
})
}
"openapi.subscribeMessage.send:fail invalid template_id rid: 65a39fca-18e9922f-1c5def5e"
openid也是正常获取的,为什么还会一直报错呢?