Commit 7e3d4041 authored by chenchuanwen's avatar chenchuanwen

run

parent 76e3cf47
......@@ -1636,7 +1636,9 @@ class OrderServiceModel extends \Business\AbstractModel
}
return $order;
}
public function testPush($msg){
echo $msg.'abc';
}
/**
* 类实例
*
......
......@@ -43,7 +43,8 @@ class runRedisPush
}
}
public function callback($instance,$channelName,$message){
echo $message.'123456';
$orderService=\Business\Order\OrderServiceModel::getInstance();
$orderService->testPush($message);
}
private function 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