Skip to content

fami2u/cordova-plugin-alipay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-alipay

支付宝cordova插件

贡献者

贡献者

Usage

Alipay.pay(
        {
                tradeNo: "145188769195998",
                subject: "测试标题",
                body: "我是测试内容",
                price: 0.02,
                notifyUrl: "notifyUrl",
                appScheme:'appScheme'
            },
            function(errorMsg) {
                alert(errorMsg);
            },
            function(errorMsg) {
                alert(errorMsg);
  });

##appScheme 解决方案

参照:https://github.com/EddyVerbruggen/Custom-URL-scheme

cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=appScheme ##Tests 参照:fami-plugin-lists

Developer Resources

协议

MIT

#####更多插件请点击:fami2u #####关于我们:FAMI

Releases

No releases published

Packages

No packages published