Commit e9a1bed0 authored by chenchuanwen's avatar chenchuanwen

bridgeedit

parent 8b46d0a3
......@@ -59,7 +59,7 @@ $http->on('Connect', function (swoole_http_server $server, $fd, $reactorThreadId
// 每次打开链接页面默认都是接收两个请求, 一个是正常的数据请求, 一个 favicon.ico 的请求
$http->on('request', function ($request, $response) {
$http->on('request', function ($request, $response) use($http) {
require_once APPLICATION_PATH . '/scripts/crontab/common.php';
require APPLICATION_PATH . '/scripts/crontab/push/bridgeBase.php';
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment