Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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) |
-
请 注册 或 登录 后发表评论