|
@@ -119,15 +119,24 @@ public class ZskkConfig extends JFinalConfig {
|
|
|
/**
|
|
|
* 多个公众号时,重复调用ApiConfigKit.putApiConfig(ac)依次添加即可,第一个添加的是默认。
|
|
|
*/
|
|
|
- ApiConfigKit.putApiConfig(ac_zskk);
|
|
|
-
|
|
|
// 黑龙江省电子胶片平台
|
|
|
+ ApiConfigKit.putApiConfig(ac_zskk);
|
|
|
ApiConfig ac_hlj = new ApiConfig();
|
|
|
ac_hlj.setToken(PropKit.get("token_hlj"));
|
|
|
ac_hlj.setAppId(PropKit.get("appId_hlj"));
|
|
|
ac_hlj.setAppSecret(PropKit.get("appSecret_hlj"));
|
|
|
ac_hlj.setEncryptMessage(Boolean.FALSE);
|
|
|
ApiConfigKit.putApiConfig(ac_hlj);
|
|
|
+
|
|
|
+ ApiConfigKit.putApiConfig(ac_zskk);
|
|
|
+
|
|
|
+ // guanying
|
|
|
+ ApiConfig ac_zskk2 = new ApiConfig();
|
|
|
+ ac_zskk2.setToken(PropKit.get("token_zskk2"));
|
|
|
+ ac_zskk2.setAppId(PropKit.get("appId_zskk2"));
|
|
|
+ ac_zskk2.setAppSecret(PropKit.get("appSecret_zskk2"));
|
|
|
+ ac_zskk2.setEncryptMessage(Boolean.FALSE);
|
|
|
+ ApiConfigKit.putApiConfig(ac_zskk2);
|
|
|
|
|
|
// 辽宁省电子胶片平台
|
|
|
ApiConfig ac_ln = new ApiConfig();
|