xiaogang 4 년 전
부모
커밋
9f2a3aa5c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

xqd
@@ -247,7 +247,7 @@ class DynamicService
            "content"=>htmlspecialchars($userReportParam->content),
            "info"=>htmlspecialchars($userReportParam->info),
            "status"=>0,
-           "img_url"=>$userReportParam->img_url,
+           "img_url"=>json_encode($userReportParam->img_url),
         ]);
         return true;
     }