绑定闪退的

This commit is contained in:
kai60
2020-06-26 22:01:20 +08:00
parent 717a515f9f
commit 00be6a380b
3 changed files with 3 additions and 3 deletions
@@ -400,7 +400,7 @@
NSString *usId =[dataContorl dataControlGetUserIdInfo];
NSNumber *userId =(NSNumber *)usId ;
[AFNOHeaderHttpTool deviceBindCameraWith:self.cameraId userId:userId deviceId:device.deviceId success:^(id response) {
[AFNOHeaderHttpTool deviceBindCameraWith:self.cameraId userId:userId deviceId:device success:^(id response) {
NSDictionary *reDic=[NSJSONSerialization JSONObjectWithData:response options:NSJSONReadingMutableContainers error:nil];