dyjh 6 năm trước cách đây
mục cha
commit
cbe09c5a36
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Http/Middleware/VerifyCsrfToken.php

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

xqd
@@ -15,7 +15,8 @@ class VerifyCsrfToken extends BaseVerifier
         //
         "wechat",
         "notify",
-        "admin/Base/Attachment/*"
+        "admin/Base/Attachment/*",
+        '/web/notify-account'
     ];
 
 }