|
|
@@ -1590,7 +1590,7 @@
|
|
|
return [RAUtils dict2data:ret];
|
|
|
}
|
|
|
|
|
|
-+(NSDictionary*) offline_login :(NSMutableDictionary *) params
|
|
|
++(NSData*) offline_login :(NSMutableDictionary *) params
|
|
|
{
|
|
|
|
|
|
|
|
|
@@ -1690,7 +1690,7 @@
|
|
|
|
|
|
NSError* error=nil;
|
|
|
|
|
|
- NSString* statusFilter =[NSString stringWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"status_filter_cadedate_open" ofType:@"json"] encoding:NSUTF8StringEncoding error:&error];
|
|
|
+ NSString* statusFilter =[NSString stringWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"offline_status_filter_cadedate" ofType:@"json"] encoding:NSUTF8StringEncoding error:&error];
|
|
|
[header setValue:statusFilter forKey:@"statusFilter"];
|
|
|
|
|
|
|
|
|
@@ -1718,7 +1718,7 @@
|
|
|
|
|
|
DebugLog(@"data string: %@",[RAUtils dict2string:ret] );
|
|
|
|
|
|
- return ret;
|
|
|
+ return [RAUtils dict2data:ret];
|
|
|
}
|
|
|
+(NSDictionary*) offline_contactinfo :(NSMutableDictionary *) params
|
|
|
{
|