作者 邓超

x

@@ -187,6 +187,9 @@ class Body { @@ -187,6 +187,9 @@ class Body {
187 // message/delivery-status 投递状态 187 // message/delivery-status 投递状态
188 188
189 $data->body = $text; 189 $data->body = $text;
  190 + if(!$data->get('content-type')){
  191 + $data->set('content-type','text/html');
  192 + }
190 $this->items[] = $this->bodyDeCode($data); 193 $this->items[] = $this->bodyDeCode($data);
191 } 194 }
192 195