Commit 1902ca9b authored by hujun's avatar hujun

冻结类型

parent d264c229
......@@ -296,7 +296,7 @@ class Agent extends Basic
$push = new PushMessageService();
$message_data['message'] = '你的账号被冻结。';
$message_data['agent_id'] = $ids;
$push->record(0, 0, 0, $this->userId, $message_data);
$push->record(4, 0, 0, $this->userId, $message_data);
}
return $this->response(200, '成功', $data);
} 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