企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 获取乐园门票七天通行记录列表 ~~~[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|卡号|