作者 邓超

mailbody

@@ -1121,7 +1121,7 @@ class Home extends Base { @@ -1121,7 +1121,7 @@ class Home extends Base {
1121 1121
1122 $body = getMailBody($id); 1122 $body = getMailBody($id);
1123 1123
1124 - app()->_json($body['text_html']??[]); 1124 + app()->_json(@json_decode($body['text_html']??"[]",true));
1125 1125
1126 } 1126 }
1127 1127