|
|
@@ -1475,7 +1475,7 @@ repeat:
|
|
|
{
|
|
|
NSMutableDictionary* off_params = [params mutableCopy];;
|
|
|
|
|
|
- params[@"off_params"]=off_params;
|
|
|
+ params[@"off_params"]=[RAUtils dict2string:off_params];;
|
|
|
AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
|
|
if(appDelegate.user!=nil)
|
|
|
[params setValue:appDelegate.user forKey:@"user"];
|
|
|
@@ -1590,7 +1590,7 @@ repeat:
|
|
|
|
|
|
NSMutableDictionary* off_params = [params mutableCopy];;
|
|
|
|
|
|
- params[@"off_params"]=off_params;
|
|
|
+ params[@"off_params"]=[RAUtils dict2string:off_params];
|
|
|
// NSMutableDictionary* params = [[NSMutableDictionary alloc] init];
|
|
|
AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
|
|
if(appDelegate.user!=nil)
|