Commit a452aea3 authored by chenchuanwen's avatar chenchuanwen

bridgestart

parent 529c0a6c
...@@ -43,8 +43,9 @@ class runRedisPush ...@@ -43,8 +43,9 @@ class runRedisPush
} }
} }
public function callback($instance,$channelName,$message){ public function callback($instance,$channelName,$message){
$orderService=\Business\Order\OrderServiceModel::getInstance(); echo json_encode($message);
$orderService->testPush($message); // $orderService=\Business\Order\OrderServiceModel::getInstance();
// $orderService->testPush($message);
} }
protected function status(){ protected function status(){
if (file_exists($this->pidfile)) { if (file_exists($this->pidfile)) {
......
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