Commit 185fd3e6 authored by wwccw0591's avatar wwccw0591

test

parent 4bbf557f
<?php
require_once APPLICATION_PATH . '/scripts/crontab/common.php';
if(!empty($request->post)){
try{
$respData=$request->post;
......
......@@ -58,7 +58,7 @@ $http->on('Connect', function (swoole_http_server $server, $fd, $reactorThreadId
$http->on('request', function ($request, $response) use($http) {
require_once APPLICATION_PATH . '/scripts/crontab/common.php';
require APPLICATION_PATH . '/scripts/crontab/push/bridgeBase.php';
});
$http->start();
......
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