💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 Order/delSeason ### 接口描述 添加档期 ### 演示地址 `http://URL/Order/delSeason` ### 输入参数 ~~~ (int) user_id 用户id (int)season_id 档期id (string) date,档期(如2015-05-05) ~~~ ### 输出结果 ~~~ 成功 { "status": 0, "msg": "删除失败" } 失败 { "status": 1, "msg": "删除成功" } ~~~