Commit c9adf2d8 authored by chenchuanwen's avatar chenchuanwen

pc

parent 6d1fb6dc
......@@ -759,6 +759,7 @@ class OrderServiceModel extends \Business\AbstractModel
public function pushRecieveOrder($order){
$push = Push::getInstance();
var_dump($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