加密:接口加密解密

This commit is contained in:
luying
2022-06-16 19:14:05 +08:00
parent 144f3ed0b0
commit 469e393f5e
18 changed files with 833 additions and 162 deletions

View File

@@ -35,6 +35,10 @@ export interface DicServerConst {
readonly CHECK_WORD: number;
// 是否可以支付
readonly CAN_PAY: number;
// 请求timestamp差距
readonly TIME_STAMP_OVER: number;
// 请求参数过期时间
readonly ACCESS_CODE_EXPIRE_TIME: number;
}
export const dicServerConst: DicServerConst = {} as DicServerConst;