lizhen_gitee 1 سال پیش
والد
کامیت
2a0d18f816
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      application/api/controller/Usercenter.php

+ 4 - 4
application/api/controller/Usercenter.php

@@ -746,7 +746,7 @@ class UserCenter extends Common
     /**
      * 举报用户
      */
-    public function addReport() {
+    /*public function addReport() {
         $ruser_id = $this->request->request('ruser_id'); // 被举报用户ID
         $content = $this->request->request('content'); // 举报内容
         $image = $this->request->request('image'); // 图片描述(多个用半角逗号隔开)
@@ -768,12 +768,12 @@ class UserCenter extends Common
         } else {
             $this->error("网络错误,请稍后重试");
         }
-    }
+    }*/
 
     /**
      * 举报
      */
-    public function addReportNew() {
+    /*public function addReportNew() {
         $params = $this->request->param();
         $validate = new Report();
         $result = $validate->check($params);
@@ -796,7 +796,7 @@ class UserCenter extends Common
         } else {
             $this->error("网络错误,请稍后重试");
         }
-    }
+    }*/
 
     /**
      * redis 数据恢复---非redis数据丢失请勿使用!!!!