微信小程序 添加卡券至微信卡券

1、添加卡券到微信卡劵包

        wx.addCard({
          cardList: [{
        cardId: 'xxxxx',
        cardExt: ""
      }]
,
          success(res) {
            wx.showToast({
              title: '卡券已经添加',
            })

          },
          fail: function (res) {

          }
        })

 

posted @ 2019-07-19 18:27  霜~  阅读(524)  评论(0编辑  收藏  举报