收藏
回答

wx.requestPluginPayment is not a function ?

小程序已开通支付功能,官方示例调用报错 wx.requestPluginPayment is not a function ,求方案

wx.requestPluginPayment({

        fee,

        paymentArgs,

        currencyType,

        version,

        success(r) {

            console.log(r)

        },

        fail(e) {

            console.error(e)

        }

    })

最后一次编辑于  2023-11-06
回答关注问题邀请回答
收藏
登录 后发表内容