fly %!s(int64=5) %!d(string=hai) anos
pai
achega
26a2f1b0a6
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      app/Http/Controllers/QuickApp/Book/ChapterController.php

+ 6 - 6
app/Http/Controllers/QuickApp/Book/ChapterController.php

@@ -46,7 +46,7 @@ class ChapterController extends BaseController
      * @apiSuccess {Int}         data.list.prev_cid   上一章节id
      * @apiSuccess {Int}         data.list.next_cid   下一章节
      * @apiSuccess {String}      data.list.recent_update_at   更新时间
-     * @apiSuccess {String}      data.list.is_need_charge  是否需要充值
+     * @apiSuccess {Boolean}      data.list.is_need_charge  是否需要充值
      * @apiSuccess {object}      data.meta   分页信息
      * @apiSuccess {Int}         data.meta.total  总条数
      * @apiSuccess {Int}         data.meta.per_page  每页条数
@@ -71,7 +71,7 @@ class ChapterController extends BaseController
      *               prev_cid: 0,
      *               next_cid: 0,
      *               recent_update_at: 2017-11-20 15:01:56,
-     *               is_need_charge: 1,
+     *               is_need_charge: false,
      *            },
      *             {
      *               bid: 5,
@@ -83,7 +83,7 @@ class ChapterController extends BaseController
      *               prev_cid: 0,
      *               next_cid: 0,
      *               recent_update_at: 2017-11-20 15:01:56,
-     *               is_need_charge: 1,
+     *               is_need_charge: false,
      *            },
      *          ]
      *       }
@@ -123,7 +123,7 @@ class ChapterController extends BaseController
      * @apiSuccess {Int}         data.list.prev_cid   上一章节id
      * @apiSuccess {Int}         data.list.next_cid   下一章节
      * @apiSuccess {String}      data.list.recent_update_at   更新时间
-     * @apiSuccess {String}      data.list.is_need_charge  是否需要充值
+     * @apiSuccess {Boolean}      data.list.is_need_charge  是否需要充值
      * @apiSuccess {object}      data.meta   分页信息
      * @apiSuccess {Int}         data.meta.total  总条数
      * @apiSuccess {Int}         data.meta.per_page  每页条数
@@ -148,7 +148,7 @@ class ChapterController extends BaseController
      *               prev_cid: 0,
      *               next_cid: 0,
      *               recent_update_at: 2017-11-20 15:01:56,
-     *               is_need_charge: 1,
+     *               is_need_charge: false,
      *            },
      *             {
      *               bid: 5,
@@ -160,7 +160,7 @@ class ChapterController extends BaseController
      *               prev_cid: 0,
      *               next_cid: 0,
      *               recent_update_at: 2017-11-20 15:01:56,
-     *               is_need_charge: 1,
+     *               is_need_charge: false,
      *            },
      *          ]
      *          meta:{