bianjunhui 1 éve
szülő
commit
fe011a4f93
1 módosított fájl, 2 hozzáadás és 2 törlés
  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';//签名
     }
 
-    if($countryMobile==44){//UK
+    /*if($countryMobile==44){//UK
         if($lenth==10&&$frist==7){
             $data['mobile'] = $countryMobile.$mobile;
             $data['status']=1;//待发送
@@ -180,7 +180,7 @@ function checkMobile($countryMobile,$mobile,$countryCode)
                 $data['status']=1;//待发送
             }
         }
-    }
+    }*/
 
     return $data;
 }