优特云
[ { "name": "首页", "url": "http://www.utyun.com/", "target": "0", "child": [] }, { "name": "活动", "url": "http://www.utyun.com/h-col-141.html", "target": "0", "child": [] }, { "name": "产品", "url": "", "target": "1", "child": [ { "name": "U语言", "url": "http://www.utyun.com/h-col-176.html", "target": "0", "child": [] }, { "name": "U平台", "url": "http://www.utyun.com/h-col-150.html", "target": "0", "child": [] } ] }, { "name": "技术与服务", "url": "", "target": "1", "child": [ { "name": "运维服务", "url": "http://www.utyun.com/h-col-161.html", "target": "0", "child": [] }, { "name": "技术方案", "url": "http://www.utyun.com/h-col-178.html", "target": "0", "child": [] } ] }, { "name": "优特云学院", "url": "", "target": "1", "child": [ { "name": "教程", "url": "http://www.utyun.com/h-col-166.html", "target": "0", "child": [] }, { "name": "下载中心", "url": "http://www.utyun.com/h-col-170.html", "target": "0", "child": [] }, { "name": "论坛", "url": "http://www.utyun.com/h-col-169.html", "target": "0", "child": [] } ] }, { "name": "关于优特云", "url": "", "target": "1", "child": [ { "name": "企业概况", "url": "http://www.utyun.com/h-col-171.html", "target": "0", "child": [] }, { "name": "新闻动态", "url": "http://www.utyun.com/h-col-172.html", "target": "0", "child": [] }, { "name": "加入我们", "url": "http://www.utyun.com/h-col-173.html", "target": "0", "child": [] }, { "name": "团队风采", "url": "http://www.utyun.com/h-col-140.html", "target": "0", "child": [] } ] } ]
V1.00.00
店铺服务(shop)-店铺关注统计

伟 最后一次编辑

3 年多前 25

店铺服务(shop)-店铺关注统计

店铺某日期段内统计量(V0.8)

基本信息

Path: /shop/storefollow/followCountstatTotalList

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
store_id string 必须 店铺ID
unit integer 必须 时间单位:1:日,2:月,3:年
start_time string 必须 开始时间
end_time string 必须 结束时间

返回数据

名称 类型 是否必须 默认值 备注 其他信息
code number 非必须
data object [] 非必须 item 类型: object
├─ follow_count number 非必须 关注量
├─ store_id string 非必须 店铺ID
├─ time string 非必须 时间段(可以是日期,可以是月,可以是年)
├─ unfollow_count number 非必须 取消关注量
msg string 非必须
page object 非必须
├─ pageno number 非必须
├─ pagesize number 非必须
├─ records number 非必须
├─ total number 非必须

昨天统计量(V0.8)

基本信息

Path: /shop/storefollow/followCountstatYesterday

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
store_id string 必须 店铺ID

返回数据

名称 类型 是否必须 默认值 备注 其他信息
code number 非必须
msg string 非必须
data object 非必须
├─ follow_count number 非必须 关注量
├─ follow_count_total number 非必须 总关注量
├─ store_id string 非必须 店铺ID
├─ unfollow_count number 非必须 取消关注量
page object 非必须
├─ pageno number 非必须
├─ pagesize number 非必须
├─ records number 非必须
├─ total number 非必须

优特云