作者 Your Name
@@ -94,7 +94,7 @@ class EmailController extends BaseController @@ -94,7 +94,7 @@ class EmailController extends BaseController
94 94
95 public function get_smtp(Smtp $smtp){ 95 public function get_smtp(Smtp $smtp){
96 $info = $smtp->read(['project_id' => $this->param['project_id']]); 96 $info = $smtp->read(['project_id' => $this->param['project_id']]);
97 - $this->response('success', $info); 97 + $this->response($info);
98 } 98 }
99 99
100 public function group_send(GroupSendTask $groupSendTask) 100 public function group_send(GroupSendTask $groupSendTask)