stanley-king 3 năm trước cách đây
mục cha
commit
ea3d23228f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      racc/control/lzrefill.php

+ 1 - 1
racc/control/lzrefill.php

@@ -33,7 +33,7 @@ class lzrefillControl extends lzbaseControl
         }
 
         $card_no = $params['mob'];
-        if(!preg_match('/^1\d{10}$/',$card_no,$matches)) {
+        if(empty($card_no)) {
             return -11;
         }