Browse Source

微信静态token获取

小么熊🐻 1 year ago
parent
commit
39fb02c33e

+ 2 - 2
nbjk-service/src/main/java/com/miaxis/wx/service/impl/WxGzhServiceImpl.java

@@ -56,10 +56,10 @@ public class WxGzhServiceImpl implements IWxGzhService {
     private final ISysDictTypeService dictTypeService;
 
 
-    @Value("${gzh2.appid}")
+    @Value("${gzh.appid}")
     private String appid;
 
-    @Value("${gzh2.appSecret}")
+    @Value("${gzh.appSecret}")
     private String secret;