1.安装插件 ionic plugin add https://github.com/mrwutong/cordova-qdc-wxpay.git 2.代码 controller.js angular.module('starter.controllers', []).controller('MyCtrl', function($scope,PayService) { $scope.wxpaytest= function () { //参数说明:格式为JSON格式 //cb_success:调用…