杨杰 hai 1 ano
pai
achega
fcf50685b2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/java/com/llisoft/pay/service/PayWxV3Service.java

+ 2 - 2
src/main/java/com/llisoft/pay/service/PayWxV3Service.java

@@ -24,9 +24,9 @@ public class PayWxV3Service {
 	
 	@Value("${mta.domain}")
 	private String domain;
-	@Value("${mta.wxpay.keyPathDongke}")
+	@Value("${wxpay.keyPathDongke}")
 	private String keyPathDongke;
-	@Value("${mta.wxpay.keyPathQinggu}")
+	@Value("${wxpay.keyPathQinggu}")
 	private String keyPathQinggu;
 	
 	private static String callbackWx = "/callback/wxpay/notify";