|
@@ -17,10 +17,10 @@ class IndexController extends Controller
|
|
* @api {get} /api/index/index 首页
|
|
* @api {get} /api/index/index 首页
|
|
* @apiDescription 首页
|
|
* @apiDescription 首页
|
|
* @apiGroup Index
|
|
* @apiGroup Index
|
|
- * @apiParam {string} type (热门)hot/(潮流)trend/(最新)news
|
|
|
|
|
|
+ * @apiParam {string} type (热门)hot/(潮流)trend/(最新)news
|
|
|
|
+ * @apiParam {int} [page=1] 页码(分页参数)
|
|
* @apiPermission none
|
|
* @apiPermission none
|
|
* @apiVersion 0.1.0
|
|
* @apiVersion 0.1.0
|
|
- * @apiParam {int} [page=1] 页码(分页参数)
|
|
|
|
* @apiSuccessExample {json} Success-Response:
|
|
* @apiSuccessExample {json} Success-Response:
|
|
* HTTP/1.1 200 OK
|
|
* HTTP/1.1 200 OK
|
|
*{
|
|
*{
|