|
@@ -112,7 +112,7 @@ public class ZskkConfig extends JFinalConfig {
|
|
// * 1:true进行加密且必须配置 encodingAesKey
|
|
// * 1:true进行加密且必须配置 encodingAesKey
|
|
// * 2:false采用明文模式,同时也支持混合模式
|
|
// * 2:false采用明文模式,同时也支持混合模式
|
|
// */
|
|
// */
|
|
- ac.setEncryptMessage(PropKit.getBoolean("encryptMessage", false));
|
|
|
|
|
|
+ ac.setEncryptMessage(Boolean.FALSE);
|
|
// ac.setEncodingAesKey(PropKit.get("encodingAesKey", "setting it in config file"));
|
|
// ac.setEncodingAesKey(PropKit.get("encodingAesKey", "setting it in config file"));
|
|
//
|
|
//
|
|
// /**
|
|
// /**
|