苹果绑定宠物新增限制
This commit is contained in:
@@ -671,6 +671,9 @@ public class UserServiceImpl implements UserService {
|
||||
if(device.getFirstActivate()==null){
|
||||
device.setFirstActivate(new Date());
|
||||
}
|
||||
if (device.getHardwareType() != null && device.getHardwareType().equals("3f")) {
|
||||
throw new IfishException(ResultEnum.fail101);
|
||||
}
|
||||
//设备ID
|
||||
Integer deviceId = device.getDeviceId();
|
||||
//是否已关联设备
|
||||
|
||||
Reference in New Issue
Block a user