Commit b2a12eb3 authored by chenchuanwen's avatar chenchuanwen

pc

parent c9adf2d8
...@@ -758,8 +758,7 @@ class OrderServiceModel extends \Business\AbstractModel ...@@ -758,8 +758,7 @@ class OrderServiceModel extends \Business\AbstractModel
} }
public function pushRecieveOrder($order){ public function pushRecieveOrder($order){
$push = Push::getInstance(); $push =new Push();
var_dump($push);
$push->recieveWait($order['storeId'], $order['orderId'], $order['orderSn']); $push->recieveWait($order['storeId'], $order['orderId'], $order['orderSn']);
$pushData=array('storeId'=>$order['storeId'], $pushData=array('storeId'=>$order['storeId'],
'type'=>ApiConst::messageWaitReceive, 'type'=>ApiConst::messageWaitReceive,
......
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