Commit 332a7ba0 authored by lee_mingzhu's avatar lee_mingzhu

add constant

parent c5b69cf5
...@@ -8,6 +8,7 @@ package cn.quantgroup.xyqb; ...@@ -8,6 +8,7 @@ package cn.quantgroup.xyqb;
public interface Constants { public interface Constants {
// zero fill with 4 chars... // zero fill with 4 chars...
String ZERO_FILL_TEMPLATE = "%04d"; String ZERO_FILL_TEMPLATE = "%04d";
String PASSWORD_SALT = "_lkb"; String PASSWORD_SALT = "_lkb";
...@@ -44,4 +45,9 @@ public interface Constants { ...@@ -44,4 +45,9 @@ public interface Constants {
long JR58 = 175; // 58金融 long JR58 = 175; // 58金融
String LKB_CODE = "0002"; // 量化派channnel_code String LKB_CODE = "0002"; // 量化派channnel_code
} }
interface Session{
String USERS_ESSIONID_CACHE = "userid-sessionvalue:cache:";
Long ONE_DAY = 24 * 60 * 60L;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment