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(