Commit 1fa967a3 authored by hujun's avatar hujun

.

parent 28cfb0fd
......@@ -358,7 +358,7 @@ class SquareService
$square_data = $this->m_square->getSquare('agent_id,title', ['id'=>$square_id]);
$message = "你的开盘【{$square_data[0]['title']}】有了一条";
$push_service = new PushMessageService();
$push_service->record(10, $square_id, [$square_data[0]['agent_id']], $agent_id, ['status'=>1 ,'message' => $message.'新评论']);
$push_service->record(10, $square_id, [$square_data[0]['agent_id']], $agent_id, ['message' => $message.'新评论']);
}
return true;
} else {
......
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