uni.requestSubscribeMessage({
tmplIds: ['oyc4ED4kwBlQORL7DbrjpDpmZ2W549-08skqMVuwcBk'],
success(res) {
post("/app/live/livesubscribe",{
skey: that.skey
}).then(res=>{
uni.showToast({
title:"订阅成功"
})
// that.detail.subscribe=1
})
},
fail(ell){
console.log(ell)
}
})