🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取公告详情接口 +++ post:http://tadev.sp11.cn/Taindex/Api/get_noticeta_detail *notice_id= #公告id *member_no= #人员编号 <<< success { "status": 1, "msg": "提示信息", 公告标题 notice_title, 发起人 add_staff, 发起时间 update_time, 公告简介 notice_content, "file_list":[ { 附件名称, 附件大小, 附件链接 } ] } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++