Commit b2a12eb3 authored by chenchuanwen's avatar chenchuanwen

pc

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