From 387c86ab6c19bd6cdd320f6d7e9caacb1a9271f2 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 10 九月 2020 19:29:51 +0800
Subject: [PATCH] 加入公摊
---
java110-core/src/main/java/com/java110/core/factory/WechatFactory.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/java110-core/src/main/java/com/java110/core/factory/WechatFactory.java b/java110-core/src/main/java/com/java110/core/factory/WechatFactory.java
index 65d5693..c7ad368 100644
--- a/java110-core/src/main/java/com/java110/core/factory/WechatFactory.java
+++ b/java110-core/src/main/java/com/java110/core/factory/WechatFactory.java
@@ -100,6 +100,7 @@
* @return
*/
public static String getAppId(String wId) {
+ wId = wId.replace(" ", "+");
return AuthenticationFactory.decrypt(password, wId);
}
--
Gitblit v1.8.0