1)创建 .env
文件
cp .env.example .env
2)添加相应配置
# 端口
# 请勿修改此端口值
PORT = 4000
# 极验配置
# 输入自己的极验配置
GEETEST_ID = XXXX
GEETEST_KEY = XXX
# 防水墙配置
# 输入自己的waterproof-wall
WATERPROOF_WALL_AID = XXXX
WATERPROOF_WALL_SECRET_KEY = XXXX
yarn install
yarn start // 或 npm start
1)极验 DEMO
http://127.0.0.1:4000/geetest.html
2)防水 DEMO
http://127.0.0.1:4000/007.html
3)腾讯天御 DEMO
4)阿里云盾 DEMO