Commit d4c2eaf7 authored by chenchuanwen's avatar chenchuanwen

temp

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