微信支付,目前支持jsapi和h5
More...
A new Flutter plugin project.
目前支持jsapi和h5
//先进行初始化 Wxpay().init(); Wxpay().payH5(url); Wxpay().payJsapi(config,(){ print('支付的回调'); }); // 要在调用前,在index.html中调用localStorage.setItem('open','value') var openid = Wxpay().getJsapiOpenid();
unverified uploader
API reference
Apache-2.0 (license)
flutter, flutter_web_plugins, plugin_platform_interface
Packages that depend on wxpayPackages that implement wxpay
Back