$config
$config : \WeChat\Contracts\DataArray
当前微信配置
揺一揺周边 Class Shake
$config : \WeChat\Contracts\DataArray
当前微信配置
createApply(string $quantity, string $apply_reason, null|string $comment = null, null|string $poi_id = null) : array
申请设备ID
string | $quantity | 申请的设备ID的数量,单次新增设备超过500个,需走人工审核流程 |
string | $apply_reason | 申请理由,不超过100个汉字或200个英文字母 |
null|string | $comment | 备注,不超过15个汉字或30个英文字母 |
null|string | $poi_id | 设备关联的门店ID,关联门店后,在门店1KM的范围内有优先摇出信息的机会。 |
totalPage(integer $page_id, integer $begin_date, integer $end_date) : array
以页面为维度的数据统计接口
integer | $page_id | 指定页面的设备ID |
integer | $begin_date | 起始日期时间戳,最长时间跨度为30天,单位为秒 |
integer | $end_date | 结束日期时间戳,最长时间跨度为30天,单位为秒 |
getGroupDetail(integer $group_id, integer $begin, integer $count = 100) : array
查询分组详情
integer | $group_id | 分组唯一标识,全局唯一 |
integer | $begin | 分组里设备的起始索引值 |
integer | $count | 待查询的分组里设备的数量,不能超过1000个 |