@@ -119,7 +119,7 @@
}.mutableCopy;
AppDelegate *appDelegate = (AppDelegate *)[UIApplication sharedApplication].delegate;
- NSData *data = [self get_json:@"http://192.168.0.130:8080/MyWeb/Test" parameters:params file:nil];
+ NSData *data = [self get_json:appDelegate.address parameters:params file:nil];
NSDictionary *resultDic = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableLeaves error:nil];
return resultDic;
}