Commit 9c6d0f64 authored by hujun's avatar hujun

推送消息修改

parent 175cbb08
...@@ -282,7 +282,7 @@ class Member extends Basic ...@@ -282,7 +282,7 @@ class Member extends Basic
if (!empty($insert_data['agent_id'])) { if (!empty($insert_data['agent_id'])) {
$push = new PushMessageService(); $push = new PushMessageService();
$content = '你有新客户【'.$user_nick.'-'.$phone.'】成功注册App'; $content = '你有新客户【'.$phone.'】成功注册App';
$push->pushMessageById($insert_data['agent_id'],'邀请注册', $content); $push->pushMessageById($insert_data['agent_id'],'邀请注册', $content);
} }
......
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