thinkphp框架里比如我在events.php里引入JWT JWT::decode($test,$key,array('RS256')); 就会报错 该如何解决呢 或者说有没有其他方式可以实现呢...
public function onWorkerStart($connection) { $a2 = Timer::add(5, array($this, 'auto')); } public function auto($types) { xxxxx } 假如要定时执行auto类函数 怎么传$types那个值?...