Authored by 朱小军

修改字段

... ... @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = "YHEventReport"
s.version = "1.2.8"
s.version = "1.2.9"
s.summary = "YHEventReport."
s.description = "无埋点SDK"
s.homepage = "http://git.yoho.cn/mobile/YH_EventReport"
... ...
... ... @@ -58,7 +58,7 @@
NSString *fromPage = [[NSUserDefaults standardUserDefaults] objectForKey:@"UFO_FromPage"];
NSDictionary *trafficDict = @{ @"url" : videoUrl?videoUrl:@"",
@"traffic" : trafficBytes?trafficBytes:@"",
@"target" : trafficBytes?trafficBytes:@"",
@"fromPage" : fromPage?fromPage:@""
};
[[YHEventReport sharedInstance] reportWithPointType:YHPT_UFOBUSINESS pointName:YHPN_BUSINESS_UFO_VIDEO_TRAFFIC parameters:trafficDict];
... ...