##GET接口
### 1. 获取媒体列表接口 action = list
- page - int - 页码
- limit - int - 每页数量
- kw - string - 搜索关键词
##POST接口
### 1. 编辑 action = edit
- id - int - (选填,默认0) ID
- title - string - (必填) 标题
- remarks - string - (选填) 备注
- rsort - int - (选填,默认0) 排序,降序
- status - int - (选填,默认1) 状态|0不接单|1可接单
### 2. 删除 action = delete
- id - int - (选填,默认0) 删除ID