根据项目 id,空间 id,添加源文案
| 名称 | 内容 |
|---|---|
| 请求方式 | POST |
| Action | ProjectNamespaceSourceAdd |
| 参数名 | 是否必填 | 类型 | 描述 |
|---|---|---|---|
| projectId | required | number | 项目id |
| namespaceId | 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' }