const result = await cloud.openapi({appid: 用户订阅的小程序的appid}).subscribeMessage.send({
touser: 用户在订阅小程序对应的openid ,
page: 'pages/index/index',
lang: 'zh_CN',
data: {
thing1: {
value: '测试标题'
},
thing2: {
value: '测试内容'
},
time3: {
value:'2019年10月1日 15:01'
},
thing7: {
value: '测试提示'
}
},
templateId: 'I0r_HCy1XCtPYaBcWrqHkD8lXug63uMU0klaU_5tnrI',
miniprogram_state: 'developer'
})
啥问题?