工会-举报功能添加公会
This commit is contained in:
@@ -22,7 +22,7 @@ class Report extends BaseCom
|
||||
public function report(){
|
||||
// $user_id = input('user_id', '');//举报者
|
||||
$type_id = input('type_id', '');//举报类型
|
||||
$report_type = input('report_type', '');//1-用户,2房间,3动态
|
||||
$report_type = input('report_type', '');//1-用户,2房间,3动态,4公会
|
||||
$content = input('content', '');//举报内容
|
||||
$image = input('image', '');//举报图片,多个用英文逗号隔开
|
||||
$from_id = input('from_id', '');//举报来源id
|
||||
|
||||
Reference in New Issue
Block a user