Showing
1 changed file
with
0 additions
and
1 deletions
@@ -8,7 +8,6 @@ const captchaService = require('../models/captcha-service'); | @@ -8,7 +8,6 @@ const captchaService = require('../models/captcha-service'); | ||
8 | const helpers = global.yoho.helpers; | 8 | const helpers = global.yoho.helpers; |
9 | const CAPTCHA = 'yoho4946abcdef#$%&!@'; | 9 | const CAPTCHA = 'yoho4946abcdef#$%&!@'; |
10 | const request = require('request'); | 10 | const request = require('request'); |
11 | -const uuid = require('uuid'); | ||
12 | 11 | ||
13 | // 对比函数 | 12 | // 对比函数 |
14 | const _mustEqual = (req) => { | 13 | const _mustEqual = (req) => { |
-
Please register or login to post a comment