Commit ba65ca49 authored by hujun's avatar hujun

b to a

parent 3351ffbd
...@@ -385,7 +385,7 @@ class SquareService ...@@ -385,7 +385,7 @@ class SquareService
if ($res == 1) { if ($res == 1) {
$push_service = new PushMessageService(); $push_service = new PushMessageService();
$push_service->record(11, $square_id, [$agent_id_a], $agent_id_b, ['message' => $agent_name . '回复了你的开盘评论']); $push_service->record(11, $square_id, [$agent_id_b], $agent_id_a, ['message' => $agent_name . '回复了你的开盘评论']);
return true; return true;
} else { } else {
return false; return false;
......
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