From 54207e7be52ca857bd1721625afaff4ac7b887c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Sun, 29 Sep 2024 10:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4alipay=5Fapp=5Fid=E3=80=81ali?= =?UTF-8?q?pay=5Fapp=5Ftoken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/cashierservice/service/PayService.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java index dfc3aa3..711fcd7 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java @@ -320,8 +320,6 @@ public class PayService { String appToken = thirdApply.getAppToken(); if ("aliPay".equals(payType)){ smallAppid = thirdApply.getAlipaySmallAppid(); - appId = thirdApply.getAlipayAppId(); - appToken = thirdApply.getAlipayAppToken(); } String convertPayType = "aliPay".equals(payType) ? "ALIPAY" : "WECHAT"; PublicResp publicResp = thirdPayService.scanpay(thirdUrl, @@ -668,8 +666,6 @@ public class PayService { String appToken = thirdApply.getAppToken(); if ("aliPay".equals(payType)){ smallAppid = thirdApply.getAlipaySmallAppid(); - appId = thirdApply.getAlipayAppId(); - appToken = thirdApply.getAlipayAppToken(); } String convertPayType = "aliPay".equals(payType) ? "ALIPAY" : "WECHAT"; PublicResp publicResp = thirdPayService.scanpay(