Authored by quintin.zhang

Update pv_uv_shopcard.md

... ... @@ -67,7 +67,7 @@
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| apptype | String | true |android/ios/wap/web| 客户端类类型|
| appType | String | true |android/ios/wap/web| 客户端类类型|
| from | int | false | |时间段-开始时间 |
| to | int | false | |时间段-结束时间 |
| channel | int | true | 1-男生 2-女生 3-潮童 4-创意生活 |频道 |
... ... @@ -77,7 +77,7 @@
get http://ip:port/data-analysis-web/resources_click?apptype=**&from=***
### 请求内容json
{
"apptype":"android",
"appType":"android",
"timetype":"1",
"from":1482757176,
"to":1482757776,
... ... @@ -92,7 +92,7 @@
"data": [
{
"time": "2016-12-26 00:00:00",
"apptype": "android",
"appType": "android",
"channel": "男生",
"position": "搜索",
"name": "搜索",
... ... @@ -107,7 +107,7 @@
},
{
"time": "2016-12-26 00:00:00",
"apptype": "android",
"appType": "android",
"channel": "男生",
"position": "搜索",
"name": "搜索",
... ... @@ -122,7 +122,7 @@
},
{
"time": "2016-12-26 00:00:00",
"apptype": "android",
"appType": "android",
"channel": "男生",
"position": "搜索",
"name": "搜索",
... ...