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