LAPTOP-5NTQJPUS\LT 9 months ago
parent
commit
5c1fcbce56

+ 2 - 2
PacsOnline_Wechat_Doctor/pom.xml

@@ -44,7 +44,7 @@
 		<dependency>
 			<groupId>com.alibaba</groupId>
 			<artifactId>fastjson</artifactId>
-			<version>1.2.62</version>
+			<version>1.2.83</version>
 		</dependency>
 		<dependency>
 			<groupId>com.squareup.okhttp3</groupId>
@@ -59,7 +59,7 @@
 		<dependency>
 			<groupId>redis.clients</groupId>
 			<artifactId>jedis</artifactId>
-			<version>5.1.4</version>
+			<version>3.6.3</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>

+ 0 - 2
PacsOnline_Wechat_Doctor/src/main/java/com/zskk/service/SmsService.java

@@ -72,11 +72,9 @@ public class SmsService {
 		if (content != null && content.equals(code)) {
 			try {
 				Redis.use("weixin_doctor").del(cacheKey);
-
 			} catch (Exception e) {
 				// TODO: handle exception
 				return e.toString();
-
 			}
 			return content;
 		}else {