Explorar el Código

排除VerifyCsrfToken验证

chenxiqiang hace 7 años
padre
commit
04d50b8dd0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      manage-server/app/Http/Middleware/VerifyCsrfToken.php

+ 4
- 0
manage-server/app/Http/Middleware/VerifyCsrfToken.php Ver fichero

13
      */
13
      */
14
     protected $except = [
14
     protected $except = [
15
         'wechat',
15
         'wechat',
16
+        'upload',
17
+        '*/store',
18
+        '*/status',
16
     ];
19
     ];
20
+
17
 }
21
 }

Loading…
Cancelar
Guardar