if(preg_match("/^1[34578]{1}\d{9}$/",$data['tel'])){ $this->result('',200,'','json'); }else{ $this->result('',400,'请填写正确电话','json'); }