From f91c15cff8a3a972b007c23761ae0b9fc14c84ea Mon Sep 17 00:00:00 2001 From: luoyang Date: Fri, 25 Oct 2019 10:23:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E5=8A=A9=E8=BF=9B=E4=BB=B6?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=90=88=E8=A7=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/ui/static/payment/partner/partner.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0e853874f..e5b72d32e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 manage - 1.2.44 + 1.2.45 UTF-8 diff --git a/src/main/ui/static/payment/partner/partner.js b/src/main/ui/static/payment/partner/partner.js index 13026c1be..45b340b58 100644 --- a/src/main/ui/static/payment/partner/partner.js +++ b/src/main/ui/static/payment/partner/partner.js @@ -321,7 +321,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo }; //修改邮箱 $scope.updateEmail = function () { - $http.put('/client/partner_info/complianceAudit').then( + $http.put('/client/partner_info/compliance_audit').then( ); }; @@ -355,7 +355,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo }).then(function (choice) { $scope.submitted = true; if (choice == 1) { - $http.post('/client/partner_info/complianceAudit').then(function () { + $http.post('/client/partner_info/compliance_audit').then(function () { commonDialog.alert({title: 'Success', content: '已提交至合规,请耐心等待审核!', type: 'info'}); $state.reload(); }, function () { @@ -834,7 +834,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo $scope.commitPartner = function () { if ($scope.file) { if ($scope.file.file_bank_info != null && $scope.file.file_company_info != null && $scope.file.file_id_info != null && $scope.file_apply_info != null) { - $http.put('/client/partner_info/complianceAudit').then(function (resp) { + $http.put('/client/partner_info/compliance_audit').then(function (resp) { }); } else {