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