Commit 9b67acbb authored by hujun's avatar hujun

新增客户推送

parent 648724d6
......@@ -277,14 +277,15 @@ class Member extends Basic
}
}
}
}
}
if (!empty($insert_data['agent_id'])) {
$push = new PushMessageService();
$content = '你有新客户【'.$user_nick.'-'.$phone.'】成功注册App';
$push->pushMessageById($insert_data['agent_id'],'邀请注册', $content);
}
}
}
$insert_data['referrer_id'] = $referrer_id; //经纪人邀请
$insert_data['referrer_source'] = $referrer_source;
$insert_data['status'] = 0;
......
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