Update pv_uv_shopcard.md
Showing
1 changed file
with
5 additions
and
5 deletions
@@ -67,7 +67,7 @@ | @@ -67,7 +67,7 @@ | ||
67 | #### 请求参数 | 67 | #### 请求参数 |
68 | | Param Name | Param Type | Required | Param Value | Desc | | 68 | | Param Name | Param Type | Required | Param Value | Desc | |
69 | | :-- | --: | --: | --: | --: | | 69 | | :-- | --: | --: | --: | --: | |
70 | -| apptype | String | true |android/ios/wap/web| 客户端类类型| | 70 | +| appType | String | true |android/ios/wap/web| 客户端类类型| |
71 | | from | int | false | |时间段-开始时间 | | 71 | | from | int | false | |时间段-开始时间 | |
72 | | to | int | false | |时间段-结束时间 | | 72 | | to | int | false | |时间段-结束时间 | |
73 | | channel | int | true | 1-男生 2-女生 3-潮童 4-创意生活 |频道 | | 73 | | channel | int | true | 1-男生 2-女生 3-潮童 4-创意生活 |频道 | |
@@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
77 | get http://ip:port/data-analysis-web/resources_click?apptype=**&from=*** | 77 | get http://ip:port/data-analysis-web/resources_click?apptype=**&from=*** |
78 | ### 请求内容json | 78 | ### 请求内容json |
79 | { | 79 | { |
80 | - "apptype":"android", | 80 | + "appType":"android", |
81 | "timetype":"1", | 81 | "timetype":"1", |
82 | "from":1482757176, | 82 | "from":1482757176, |
83 | "to":1482757776, | 83 | "to":1482757776, |
@@ -92,7 +92,7 @@ | @@ -92,7 +92,7 @@ | ||
92 | "data": [ | 92 | "data": [ |
93 | { | 93 | { |
94 | "time": "2016-12-26 00:00:00", | 94 | "time": "2016-12-26 00:00:00", |
95 | - "apptype": "android", | 95 | + "appType": "android", |
96 | "channel": "男生", | 96 | "channel": "男生", |
97 | "position": "搜索", | 97 | "position": "搜索", |
98 | "name": "搜索", | 98 | "name": "搜索", |
@@ -107,7 +107,7 @@ | @@ -107,7 +107,7 @@ | ||
107 | }, | 107 | }, |
108 | { | 108 | { |
109 | "time": "2016-12-26 00:00:00", | 109 | "time": "2016-12-26 00:00:00", |
110 | - "apptype": "android", | 110 | + "appType": "android", |
111 | "channel": "男生", | 111 | "channel": "男生", |
112 | "position": "搜索", | 112 | "position": "搜索", |
113 | "name": "搜索", | 113 | "name": "搜索", |
@@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
122 | }, | 122 | }, |
123 | { | 123 | { |
124 | "time": "2016-12-26 00:00:00", | 124 | "time": "2016-12-26 00:00:00", |
125 | - "apptype": "android", | 125 | + "appType": "android", |
126 | "channel": "男生", | 126 | "channel": "男生", |
127 | "position": "搜索", | 127 | "position": "搜索", |
128 | "name": "搜索", | 128 | "name": "搜索", |
-
Please register or login to post a comment