根据项目 id,任务 id,为任务添加源文案
| 名称 | 内容 |
|---|---|
| 请求方式 | POST |
| Action | ProjectTaskSourceAdd |
| 参数名 | 是否必填 | 类型 | 描述 |
|---|---|---|---|
| projectId | required | number | 项目id |
| taskId | required | number | 任务id |
| texts | required | array | object[] 文案列表数组 |
| key | required | string | - texts[x].key - 文案key |
| content | required | string | - texts[x].content - 文案内容 |
| lengthLimit | optional | string | - texts[x].lengthLimit - 文案超长字符 |
| commentary | optional | string | - texts[x].commentary - 文案注释 |
// HTTP Status: 200 { message: 'success' }