杀菌倒计时,恒温温度设定修改
This commit is contained in:
@@ -297,7 +297,13 @@
|
||||
-(void)shareDeviceWithUserId:(NSNumber*)userId addDeviceId:(NSString*)deviceId{
|
||||
|
||||
NSString *userID =[NSString stringWithFormat:@"%@",userId];
|
||||
[AFHttpTool shareDeviceWhth:userID deviceId:deviceId success:^(id response) {
|
||||
|
||||
|
||||
NSString *url = [NSString stringWithFormat:@"%@%@",kshareDeviceByQrCode,userID];
|
||||
NSDictionary*para=@{
|
||||
@"deviceId":deviceId
|
||||
};
|
||||
[AFHttpTool requestWihtMethod:RequestMethodTypePost url:url params:para success:^(id response) {
|
||||
|
||||
NSDictionary*resultDic=[NSJSONSerialization JSONObjectWithData:response options:NSJSONReadingMutableContainers error:nil];
|
||||
NSLog(@"result:%@",resultDic[@"result"]);
|
||||
@@ -317,6 +323,8 @@
|
||||
|
||||
}];
|
||||
|
||||
|
||||
|
||||
}
|
||||
- (void)reStartScan
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user