Browse Source

排除VerifyCsrfToken验证

chenxiqiang 6 years ago
parent
commit
04d50b8dd0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      manage-server/app/Http/Middleware/VerifyCsrfToken.php

+ 4
- 0
manage-server/app/Http/Middleware/VerifyCsrfToken.php View File

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

Loading…
Cancel
Save