收藏
回答

为什么订阅收不到消息?

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)

}

})

回答关注问题邀请回答
收藏
登录 后发表内容