## 公告上下架 ### 请求地址:/tips/shelf ### 请求方法: post ### 请求参数 |参数|类型|是否必传|说明| |--|--|--|--| |tip_id|integer|是|公告id ### 返回格式: ``` { "code":"200", "message":"", "data":{} } ```