Authored by John Tai

修改上报的格式,list改为events

@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 10
11 s.name = "YHEventReport" 11 s.name = "YHEventReport"
12 - s.version = "0.5.2" 12 + s.version = "0.5.3"
13 s.summary = "YHEventReport." 13 s.summary = "YHEventReport."
14 s.description = "无埋点SDK" 14 s.description = "无埋点SDK"
15 s.homepage = "http://git.yoho.cn/mobile/YH_EventReport" 15 s.homepage = "http://git.yoho.cn/mobile/YH_EventReport"
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 @implementation YH_EventCacheManager 33 @implementation YH_EventCacheManager
34 34
35 static NSString *kParamKeyDevice = @"device"; 35 static NSString *kParamKeyDevice = @"device";
36 -static NSString *kParamKeyList = @"list"; 36 +static NSString *kParamKeyList = @"events";
37 static NSString *kParamKeyType = @"type"; 37 static NSString *kParamKeyType = @"type";
38 38
39 + (YH_EventCacheManager *)sharedInstance 39 + (YH_EventCacheManager *)sharedInstance