gq %!s(int64=7) %!d(string=hai) anos
pai
achega
05cb1a94fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/app/Http/Controllers/Api/V1/Controller.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/Controller.php

xqd
@@ -30,7 +30,7 @@ class Controller extends BaseController
         $this->middleware('auth:api', [
             'except' => [
                 'upload', 'getCode', 'reset', 'login', 'get', 'register', 'alipayNotify', 'wechatpayNotify',
-                'get', 'area', 'get_province', 'get_city', 'get_county', 'test','index/home','attachment/upload'
+                'get', 'area', 'get_province', 'get_city', 'get_county', 'test','index/home','attachment/download'
             ]
         ]);