Commit 77c67495 authored by hujun's avatar hujun

转为报备返回参数

parent a6d0746a
...@@ -143,7 +143,7 @@ class AppointmentShop extends Basic ...@@ -143,7 +143,7 @@ class AppointmentShop extends Basic
$push = new PushMessageService(); $push = new PushMessageService();
$push->pushReportMessage($appoint_data["house_id"], $agent_id, 1, $this->agentId); $push->pushReportMessage($appoint_data["house_id"], $agent_id, 1, $this->agentId);
return $this->response("200", $data['msg']); return $this->response("200", $data['msg'], ['user_id'=>$appoint_data["user_id"], 'order_id'=>$is_ok]);
} else { } else {
$appoint_watch->rollback(); //回滚事务 $appoint_watch->rollback(); //回滚事务
return $this->response("101", "save exception"); return $this->response("101", "save exception");
......
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