|
...
|
...
|
@@ -33,6 +33,6 @@ class WebSettingReceivingController extends BaseController |
|
|
|
if(!empty($result)){
|
|
|
|
$this->response('不符合规则的号码及邮箱:'.json_encode($result));
|
|
|
|
}
|
|
|
|
$this->response('success',Code::SUCCESS,$result);
|
|
|
|
$this->response('success');
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|