Browse Source

fixed:用户端->获取项目列表-api文档

刘学玺 4 months ago
parent
commit
612328f73a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Client/ProjectController.php

+ 2 - 2
app/Http/Controllers/Client/ProjectController.php

@@ -27,9 +27,9 @@ class ProjectController extends Controller
      *
      * @authenticated
      *
-     * @queryParam area_code string 区域代码. Example: 330100
+     * @queryParam area_code string required 区域代码. Example: 330100
      * @queryParam project_cate_id integer 项目分类ID. Example: 1
-     * @queryParam type string 项目类型(1:普通项目,2:加钟项目). Example: 1
+     * @queryParam type integer required 项目类型(1:普通项目,2:加钟项目). Example: 1
      *
      * @response {
      *   "code": 200,