作者 邓超

mailbody

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