소스 검색

屏蔽国家

bianjunhui 1 년 전
부모
커밋
fe011a4f93
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application/api/common.php

+ 2 - 2
application/api/common.php

@@ -131,7 +131,7 @@ function checkMobile($countryMobile,$mobile,$countryCode)
         $data['sign']='13013071800';//签名
         $data['sign']='13013071800';//签名
     }
     }
 
 
-    if($countryMobile==44){//UK
+    /*if($countryMobile==44){//UK
         if($lenth==10&&$frist==7){
         if($lenth==10&&$frist==7){
             $data['mobile'] = $countryMobile.$mobile;
             $data['mobile'] = $countryMobile.$mobile;
             $data['status']=1;//待发送
             $data['status']=1;//待发送
@@ -180,7 +180,7 @@ function checkMobile($countryMobile,$mobile,$countryCode)
                 $data['status']=1;//待发送
                 $data['status']=1;//待发送
             }
             }
         }
         }
-    }
+    }*/
 
 
     return $data;
     return $data;
 }
 }