From 0880f26aa1bfc506fc968c2e29d8cd49d187b1f1 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 14 Sep 2020 10:53:47 +0800 Subject: [PATCH] reset --- game-server/app/consts/consts.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/game-server/app/consts/consts.ts b/game-server/app/consts/consts.ts index 8d5d5c78f..4ba501735 100644 --- a/game-server/app/consts/consts.ts +++ b/game-server/app/consts/consts.ts @@ -5,9 +5,4 @@ export const TURBO_PARM_SECRET = 'ipqw05du6ob4x130w89t31yrqd6xs005zzltcmg2zpqnvr export const ENCRYPT_IV = 'f7182j5f04e377ux'; export const ENCRYPT_KEY = 'fiqaxijabbantusmprc234fj'; -export const AUTH_SMS_CNT_PER_DAY = 8; - -export const COUNTER = { - UID: 'uid', - }; - \ No newline at end of file +export const AUTH_SMS_CNT_PER_DAY = 8; \ No newline at end of file