# Spec ### 拿公告 `GET /announcement` #### Response ```json= { "data": [ { "id": doc_id, "author": User, "title": string, "content": string, "create_time": Date }, { }, ... ] } ```