hid的初始seqId改为10000

This commit is contained in:
luying
2020-11-20 17:05:52 +08:00
parent d9e1bc2bcb
commit 90a3c9f7d4
6 changed files with 25 additions and 17 deletions

View File

@@ -8,10 +8,13 @@ export const ENCRYPT_KEY = 'fiqaxijabbantusmprc234fj';
export const AUTH_SMS_CNT_PER_DAY = 8;
export const COUNTER = {
UID: 'uid',
GMUID: 'gmuid',
API: 'api',
GM_GROUP: 'gmgroup'
UID: {name:'uid',def:1},
GMUID: {name:'gmuid',def:1},
API: {name:'api',def:1},
GM_GROUP: {name:'gmgroup',def:1},
HID: {name:'hid',def:10000},
EID: {name:'eid',def:1},
ROLE: {name:'role',def:1}
};
export const ACTION_POIN = {