Commit 5f1ac347 authored by 翟国钧's avatar 翟国钧

usertype 类型的数据不需要序列化

parent ce8e917f
...@@ -342,7 +342,7 @@ static NSString *sdkVersion = @"110"; ...@@ -342,7 +342,7 @@ static NSString *sdkVersion = @"110";
self.appName, @"name", self.appName, @"name",
self.appVersion, @"version", self.appVersion, @"version",
self.channelId,@"channel", self.channelId,@"channel",
[NSString dataToJsonString:_userType],@"user_type", _userType,@"user_type",
self.currentCityId,@"current_city_id", nil]; self.currentCityId,@"current_city_id", nil];
[dict setObject:eventId forKey:@"type"]; [dict setObject:eventId forKey:@"type"];
[dict setObject:appParams forKey:@"app"]; [dict setObject:appParams forKey:@"app"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment