加密:接口加密解密
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user