收藏
回答

getChannelsLiveNoticeInfo调用问题?

wx.getChannelsLiveNoticeInfo({

            finderUserName:'',

            success:(res)=>{

                console.log('success')

                console.log(res)

                this.setData({

                    detail: res

                })

            },

            error:(e)=>{

                console.log(error)

                console.error(e)

            },

            complete:(e)=>{

                console.log('complete')

                console.error(e)

            }

        })

调用getChannelsLiveNoticeInfo返回这个错误码是什么意思,success和fail都打印不出来,只在complete回调才能打印消息

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