quguofeng 2 năm trước cách đây
mục cha
commit
044abe5419
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/apidoc.php

+ 1 - 1
config/apidoc.php

@@ -19,7 +19,7 @@ return [
         ]
     ],
     // (必须)指定通用注释定义的文件地址
-    'definitions'        => "app\api\controller\Login",
+    'definitions'        => "application\api\controller\Login",
     // (必须)自动生成url规则,当接口不添加@Apidoc\Url ("xxx")注解时,使用以下规则自动生成
     'auto_url' => [
         // 字母规则,lcfirst=首字母小写;ucfirst=首字母大写;