示例#1
0
文件: System99.php 项目: jschaedl/bav
 public function isValid($account)
 {
     return parent::isValid($account) || Math::isBetween($account, 396000000, 499999999);
 }
示例#2
0
文件: SystemB7.php 项目: jschaedl/bav
 protected function getResult()
 {
     return Math::isBetween($this->account, 1000000, 5999999) || Math::isBetween($this->account, 700000000, 899999999) ? parent::getResult() : true;
 }