我使用了thinkphp5.0在id=0的進(jìn)程上創(chuàng)建了一個(gè)查詢數(shù)據(jù)的郵件內(nèi)容,定時(shí)發(fā)送郵件的任務(wù). worker.php如下: namespace app\push\controller; use think\worker\Server; use Workerman\Lib\Timer; use think\Log; class Worker extends Server { protected $so...