示例#1
0
文件: cron.php 项目: vNative/vnative
 protected function _minutely()
 {
     Shared\Services\Campaign::minutely();
     Click::minutely();
 }