const result = await cloud.openapi.subscribeMessage.send ({
"touser": "event.openid",//推送的用户
"page":'pages/index/index',
"data": {//推送内容
"thing1":{
"value":'吃药'
},
"time2":{
"value":'2024年1月11日15:30'
},
"thing3":{
"value":'每次3粒'
},
"short_thing17":{
"value":'每日2次'
},
"thing5":{
"value":'注意辛辣'
}
},
"tmplateId": 'lb2gdJMstCICKoYmEQ2mA8wz2lmGOMrMFfcVUKuAwZM'
})
console.log (result)
return result
}catch (err){
console.log (err)
return err
}
}
"Openid":"oVXS160K1CF1iwFokR6cKHZ4-rUw
这是为啥呢?