Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Statistics ¶
type Statistics struct { ShopId int64 `json:"shop_id"` // 门店ID,-1为总统计 StatisTime int64 `json:"statis_time"` // 统计时间,单位为毫秒 TotalUser int `json:"total_user"` // 微信连wifi成功人数 HomepageUV int `json:"homepage_uv"` // 商家主页访问人数 NewFans int `json:"new_fans"` // 新增公众号关注人数 TotalFans int `json:"total_fans"` // 累计公众号关注人数 }
Click to show internal directories.
Click to hide internal directories.