工会-举报功能添加公会

This commit is contained in:
2025-11-19 14:19:06 +08:00
parent 46b7767dcf
commit fd94c7815d
2 changed files with 5 additions and 2 deletions

View File

@@ -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