💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 删除文章 - 1.通过id删除文章 ~~~[api] delete:/article/delete *int:id=0000#要删除的文章id <<< success { "status": true } <<< error { "status": false } ~~~ # 删除学院 - 1.通过id删除学院 ~~~[api] delete:/article/delete/college *int:id=0000#要删除的学院id <<< success { "status": true } <<< error { "status": false } ~~~