售后电话修改

This commit is contained in:
yiyan
2019-05-14 18:37:25 +08:00
parent 97082ce3f8
commit 7fa08e8e63
@@ -600,7 +600,7 @@ public class UserServiceImpl implements UserService {
User user = userDao.findUniqueByProperty(Restrictions.eq("phoneNumber", IfishFilePath.netease_phone));
if(user!=null){
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","");
}
}
/**