后台:白名单

This commit is contained in:
luying
2021-12-08 20:45:06 +08:00
parent 46108f90f2
commit 24a9295ff3
7 changed files with 130 additions and 37 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { HERO_CE_RATIO, ABI_STAGE, GACHA_TO_FLOOR, REFRESH_TIME, ROBOT_SYS_TYPE,
import { findIndex } from 'underscore';
import { getTimeFunM } from './timeUtil';
import { Floor } from '../domain/activityField/gachaField';
import { WhiteListModel } from '../db/WhiteList';
import { WhiteListModel } from '../db/RegionWhiteList';
const randomName = require("chinese-random-name");
const moment = require('moment');
const crypto = require('crypto');