Browse Source

增加流调数据查重功能

sandm 3 years ago
parent
commit
177ba5e42c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Middleware/VerifyCsrfToken.php

+ 2 - 1
app/Http/Middleware/VerifyCsrfToken.php

@@ -17,6 +17,7 @@ class VerifyCsrfToken extends Middleware
         'auth/gt/init',
         'common/sms/send',
         'api/checkuser',
-        'auth/login/sms'
+        'auth/login/sms',
+        'jjhc/chaxun'
     ];
 }