|
@@ -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);
|
|
|
}
|