以下为云对象中部分代码
author_openid传入已订阅过的用户,可以接收到订阅消息
author_openid传入已订阅过的用户,发送订阅次数大于用户订阅次数后,执行代码后,跳出①弹窗
author_openid传入未订阅过的用户,执行代码后,跳出②弹窗
let res = await uniSubscribemsg.sendSubscribeMessage({
touser: author_openid,
template_id: "VqjB8qC9AmRzvNcvfSNP4cOnePrZ4L7Hm7xZ-yd3jRM",
page: "pages/index/index", // 小程序页面地址
miniprogram_state: "developer", // 跳转小程序类型:developer为开发版;trial为体验版;formal为正式版;默认为正式版
lang: "zh_CN",
data: {
'thing4': {
value: "张三"
},
'thing1': {
value: "李四"
}
}
});
return res
1***@qq.com (作者)
对的,这是云对象的交互界面,忘了,谢谢!
2023-07-11 11:27