收藏
回答

小程序最近发布的代码无法调起订阅消息授权?

      wx.requestSubscribeMessage({

        tmplIds: [

          _config.subscribe_message_reservation || '',

          _config.subscribe_message_card || '',

          _config.subscribe_message_pay || ''

        ],

        complete: (res) => {

          if (common.isFunction(comple) === true) {

            comple();

          }

        } 

      });


回答关注问题邀请回答
收藏

1 个回答

  • 刘绵绵是仙女
    刘绵绵是仙女
    2天前

    是不是用户屏蔽了

    2天前
    有用
    回复 1
    • 🇨 🇭 🇦 🇸 🇪
      🇨 🇭 🇦 🇸 🇪
      2天前
      不是哦,我自己用手机测试的。但是用开发者工具可以收到消息
      2天前
      回复
登录 后发表内容