Commit c27d8484 authored by hujun's avatar hujun

推送

parent 48780222
...@@ -550,6 +550,10 @@ class OrderLog extends Basic ...@@ -550,6 +550,10 @@ class OrderLog extends Basic
$data['code'] = 101; $data['code'] = 101;
$data['msg'] = 'Add the failure.'; $data['msg'] = 'Add the failure.';
} }
//新增分佣推送
$push = new PushMessageService();
$push->pushBargainCommissionMessage($bargain_data['submit_agent_name'], $this->params['agent_id'], $bargain_data['order_id']);
} }
return $this->response($data['code'], $data['msg'], $data['data']); return $this->response($data['code'], $data['msg'], $data['data']);
......
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