评论

## 评论 ### 请求地址:/v1/task/comment ### 请求方法: post ### 请求参数 |参数|类型|是否必传|说明| |--|--|--|--| |task_id|integer|是|任务id |type|integer|是|类型 1 文字 2 图片 3 音频 4 视频 |content|string|是|评论内容(或者链接) |cover|string|否|视频封面 ### 返回格式: ``` { "code":"200", "message":"", "data":{} } ```