0 purchases
wxpay
wxpay #
A new Flutter plugin project.
目前支持jsapi和h5
Getting Started #
//先进行初始化
Wxpay().init();
Wxpay().payH5(url);
Wxpay().payJsapi(config,(){
print('支付的回调');
});
// 要在调用前,在index.html中调用localStorage.setItem('open','value')
var openid = Wxpay().getJsapiOpenid();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.