thinkphp框架里比如我在events.php里引入JWT JWT::decode($test,$key,array('RS256')); 就會報錯 該如何解決呢 或者說有沒有其他方式可以實現(xiàn)呢...
public function onWorkerStart($connection) { $a2 = Timer::add(5, array($this, 'auto')); } public function auto($types) { xxxxx } 假如要定時執(zhí)行auto類函數(shù)? 怎么傳$types那個值?...