企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 请求地址 `https://www.lkdzs.cn/api/notice/detail` # 请求方式 `get / post` # 请求参数 |参数名|是否必填|说明| |-|-|-| |id|是|公告id,可在公告列表中获取| # 在线调试 ~~~[api] get:/api/notice/detail *int:id=请输入公告id#必填 <<< success { "code": 0, "msg": "success", "date": {} } <<< error { "code": 404, "msg": "fail" } ~~~