rabin 7 years ago
parent
commit
e89f9895b2
2 changed files with 1 additions and 3 deletions
  1. 1 1
      comment/src/Review.php
  2. 0 2
      content/v1/Review.php

+ 1 - 1
comment/src/Review.php

@@ -14,7 +14,7 @@ class Review extends Base
      */
     public function rlist()
     {
-        $this->check_user();
+        //$this->check_user();
         $source_table = Dever::input('type');
         $source_id = Dever::input('id');
 

+ 0 - 2
content/v1/Review.php

@@ -15,8 +15,6 @@ class Review
      * @apiDescription 评论列表
      *
      * @apiParam {Number} appid 小程序id
-     * @apiParam {Number} uid 用户id
-     * @apiParam {String} session 验证用户的session
      * @apiParam {Number} type 评论的类型:1为资讯2为课程3为会议
      * @apiParam {Number} id 评论的类型id
      *