售后电话修改

This commit is contained in:
yiyan 2019-05-14 18:37:25 +08:00
parent 97082ce3f8
commit 7fa08e8e63
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ public class UserServiceImpl implements UserService {
User user = userDao.findUniqueByProperty(Restrictions.eq("phoneNumber", IfishFilePath.netease_phone)); User user = userDao.findUniqueByProperty(Restrictions.eq("phoneNumber", IfishFilePath.netease_phone));
if(user!=null){ if(user!=null){
String from = user.getUserId().toString(); String from = user.getUserId().toString();
neteaseIM.sendMsg(from, to, "感谢您使用爱鱼奇连接智能设备请查看下方说明书内含操作视频http://u.eqxiu.com/s/KmmVl87l \n摄像头售后021-54131006\n睿芯插排售后15757401229\n绚多插排售后18857689069\n松诺插排售后13392205468",""); neteaseIM.sendMsg(from, to, "感谢您使用爱鱼奇连接智能设备请查看下方说明书内含操作视频http://u.eqxiu.com/s/KmmVl87l \n摄像头售后18667812003\n睿芯插排售后15757401229\n绚多插排售后17301857903\n松诺插排售后13392205468","");
} }
} }
/** /**