Commit 07613dd2 authored by chenchuanwen's avatar chenchuanwen

temp

parent 666e71c9
......@@ -73,7 +73,6 @@ class ShopkeeperServiceModel extends \Business\AbstractModel
$orderTotalOnline=$orderTotalOnline['orderTotalOnline']?$orderTotalOnline['orderTotalOnline']:ApiConst::zero;
$goodsCount = $totalOrderCount['orderGoodsCount'];
$orderTotal = $totalOrderCount['orderTotal'];
echo "1231223"."\r\n";
$data['storeId'] = $store['store_id'];
$data['storeName'] = $store['store_name'];
$data['storeLabel'] = $store['store_label'];
......
......@@ -58,7 +58,7 @@ $http->on('Connect', function (swoole_http_server $server, $fd, $reactorThreadId
$http->on('request', function ($request, $response) use($http) {
include APPLICATION_PATH . '/scripts/crontab/common.php';
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