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