| xqd
@@ -239,9 +239,9 @@ class DynamicService
|
|
|
|
|
|
//举报动态
|
|
|
public function report(UserReportParam $userReportParam){
|
|
|
- if(empty($userReportParam->report_id)){
|
|
|
- throw new Exception('参数错误');
|
|
|
- }
|
|
|
+// if(empty($userReportParam->report_id)){
|
|
|
+// throw new Exception('参数错误');
|
|
|
+// }
|
|
|
|
|
|
if(empty($userReportParam->content)){
|
|
|
throw new Exception('请输入举报内容');
|