正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -33,6 +33,6 @@ class WebSettingReceivingController extends BaseController | @@ -33,6 +33,6 @@ class WebSettingReceivingController extends BaseController | ||
| 33 | if(!empty($result)){ | 33 | if(!empty($result)){ |
| 34 | $this->response('不符合规则的号码及邮箱:'.json_encode($result)); | 34 | $this->response('不符合规则的号码及邮箱:'.json_encode($result)); |
| 35 | } | 35 | } |
| 36 | - $this->response('success',Code::SUCCESS,$result); | 36 | + $this->response('success'); |
| 37 | } | 37 | } |
| 38 | } | 38 | } |
-
请 注册 或 登录 后发表评论