示例#1
0
文件: System26.php 项目: jschaedl/bav
 protected function init($account)
 {
     parent::init($account);
     if (substr($this->account, 0, 2) === '00') {
         $this->account = substr($this->account, 2) . '00';
     }
 }
示例#2
0
文件: System88.php 项目: jschaedl/bav
 protected function init($account)
 {
     parent::init($account);
     $this->setEnd($this->account[2] == 9 ? 2 : 3);
 }