wxpay

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.