张延森 2 years ago
parent
commit
c9ed3b4b12
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      pom.xml

+ 3
- 3
pom.xml View File

@@ -108,9 +108,9 @@
108 108
 
109 109
 		<!--alipay-pay start-->
110 110
 		<dependency>
111
-			<groupId>com.alipayFactory.sdk</groupId>
112
-			<artifactId>alipayFactory-sdk-java</artifactId>
113
-			<version>4.31.12.ALL</version>
111
+			<groupId>com.alipay.sdk</groupId>
112
+			<artifactId>alipay-sdk-java</artifactId>
113
+			<version>4.31.24.ALL</version>
114 114
 		</dependency>
115 115
 		<!--alipay-pay end-->
116 116