聊天软件 V-IM 0.52 发布,支持系统消息推送

#### V-0.52 
>   1. 请更新后台(https://gitee.com/lele-666/V-IM-Server)
>   1. 主动推送消息给用户,新增一个system用户,负责给用户推送消息
>   2. 数据库语句 :INSERT INTO `im_user` (`id`, `avatar`, `name`, `sign`, `mobile`, `email`, `password`, `login_name`, `default_group_id`, `create_date`, `create_by`, `update_date`, `update_by`, `remarks`, `del_flag`) VALUES ('system', '/img/icon.png', '系统用户', 'system', '13699988999', '[email protected]', '{bcrypt}$2a$10$tcoeSq.LUagBuj6WalYUaeJjvXEI86YBDS6LVCQUfYtjoUvhHaUWC', 'system', '1048889640612864002', '2019-07-04 13:17:34', '', '2019-07-04 13:17:44', '', '', '0');
>   3. 调用方式:http://localhost:8080/api/user/sendMsg?access_token=你的token&userId=接收人&msg=我是消息

猜你喜欢

转载自www.oschina.net/news/107982/v-im-0-52-released