查看我的项目, 修改配置

This commit is contained in:
小久哥
2022-06-11 16:43:35 +08:00
parent cc0c7f374e
commit f0084754ca
3 changed files with 11 additions and 7 deletions
@@ -25,13 +25,8 @@ public class WxCpConfigure {
public WxCpService wxCpService(){
WxCpDefaultConfigImpl config = new WxCpDefaultConfigImpl();
// config.setCorpId("wwb9f9734e8e124761");
// config.setCorpSecret("B2bdszjVvby6jfbZf-TQOGeslpOEzLFUYWHldYxtkWA");
config.setCorpId("ww17f8d10783494584");
config.setCorpSecret("i5t-rh8bXeNCgihcYPrG9ZPpWkivzPJ69sv570osk6I");
config.setCorpId("wwb9f9734e8e124761");
config.setCorpSecret("B2bdszjVvby6jfbZf-TQOGeslpOEzLFUYWHldYxtkWA");
WxCpServiceImpl wxCpService = new WxCpServiceImpl();
wxCpService.setWxCpConfigStorage(config);