💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 Order/getUserDate ### 接口描述 添加档期 ### 演示地址 `http://URL/Order/getUserDate` ### 输入参数 ~~~ (int) user_id 用户id (string)start_time 开始时间(如2015-05-05)不输入表示获取当天的档期 (string) end_time 结束时间(如2015-05-05) ~~~ ### 输出结果 ~~~ [ { "season_id": "1", "uid": "1", "time": "2015-06-27", "order_no": "1505278091622", "is_active": "1" }, { "season_id": "2", "uid": "1", "time": "2015-08-01", "order_no": "1505272259042", "is_active": "1" } ] ~~~ ### 其他说明 ~~~ uid用户id, time 档期时间; order_no 订单号; season_id:档期id ~~~