Explorar el Código

关闭crsf_token

sandm hace 1 año
padre
commit
a34fe77cb2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Http/Middleware/VerifyCsrfToken.php

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

@@ -20,6 +20,7 @@ class VerifyCsrfToken extends Middleware
         'auth/login/sms',
         'jjhc/yqfk/chaxun',
         'recruit/select_init',
-        'recruit/get_select_result'
+        'recruit/get_select_result',
+        'share/*'
     ];
 }