Example #1
0
 public function __construct()
 {
     $this->setting = get_setting();
     $this->bduss = get_robot_bduss();
     $this->un = self::getun($this->bduss[0]);
     $this->cron();
 }
Example #2
0
 public function __construct()
 {
     $this->setting = get_setting();
     $this->bduss = get_robot_bduss();
     // 黑名单加入小号,防止重复回复
     $this->setting[3] .= get_robot_name();
     $this->un = self::getun($this->bduss[0]);
     $this->cron();
 }