Jelajahi Sumber

修改报错

yumeng 4 tahun lalu
induk
melakukan
730aa56237

+ 4 - 4
module-common/src/main/java/cn/com/ctop/common/module/utils/CorpWexinUtils.java

@@ -20,11 +20,11 @@ public class CorpWexinUtils {
 
     public static void initService() {
         val configStorage = new WxCpDefaultConfigImpl();
-        configStorage.setCorpId("wwef2e51064c0ac897");
+        configStorage.setCorpId("ww24b8a47826f5875f");
         configStorage.setAgentId(1000002);
-        configStorage.setCorpSecret("ieoVDAIurCOMdLrvktyQNCqWvTPqdphmXSFdk57NZ1k");
-/*        configStorage.setToken("hcst2019");
-        configStorage.setAesKey("hcst2019");*/
+        configStorage.setCorpSecret("MJIlySADGPlgvADnkFQPUpfZD4yV-4WN6066OgNnb0s");
+        configStorage.setToken("hcst2019");
+        configStorage.setAesKey("hcst2019");
         wxCpService = new WxCpServiceImpl();
         wxCpService.setWxCpConfigStorage(configStorage);
     }