加密:增加可以选择不加密

This commit is contained in:
luying
2022-07-29 11:26:28 +08:00
parent 2806fdd9b1
commit 45802ba9e1
6 changed files with 15 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ export interface DicServerConst {
readonly TIME_STAMP_OVER: number;
// 请求参数过期时间
readonly ACCESS_CODE_EXPIRE_TIME: number;
// 是否跳过加密
readonly SKIP_ENCODE: number;
}
export const dicServerConst: DicServerConst = {} as DicServerConst;