rabin 7 年之前
父节点
当前提交
e89f9895b2
共有 2 个文件被更改,包括 1 次插入3 次删除
  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()
     public function rlist()
     {
     {
-        $this->check_user();
+        //$this->check_user();
         $source_table = Dever::input('type');
         $source_table = Dever::input('type');
         $source_id = Dever::input('id');
         $source_id = Dever::input('id');
 
 

+ 0 - 2
content/v1/Review.php

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