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';//签名
     }
 
-    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;
 }