🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取乐园门票七天通行记录列表 ~~~[api] post:/childhood/Tickets/countLog?framework=api *panterid=默认值#商户号 *storeid#档口号 *key#md5(keycode+storeid+panterid) <<< success { "code": 0, "msg": "", "data": [ { "placeddate": "1587722658", "num": "1" }, { "placeddate": "1587722646", "num": "1" }, { "placeddate": "1587722609", "num": "1" }, { "placeddate": "1587722549", "num": "1" }, { "placeddate": "1587721612", "num": "1" }, { "placeddate": "1587720733", "num": "1" }, { "placeddate": "1587720653", "num": "1" } ] } <<< error { "code": -1, "msg": "", "data": [] } ~~~ --- **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | tickets_id| string| yes |门票id| | tickets_name| string| yes |门票名| | createtime| string| yes |使用时间| |cardno|string|yes|卡号|