该接口用于客户侧引入自建专题内容。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | TopicCreateFromImport | 要执行的操作,取值:TopicCreateFromImport |
Version | String | 是 | 2021-01-01 | API的版本,取值:2021-01-01 |
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Topics | Array of ImportTopicCreateDTO | 是 | 专题列表,最大值:100。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Result | TopicCreateResult | 响应数据。 |
{ "Topics": [ { "OpenId": "ew324d", "TopicName": "duplicate topic", "CoverImgUrl": "https://testimage...", "ShareImgUrl": "https://testimage...", "Desc": "test description", "LandingPageUrl": "https://testlandingpage...", "ExtInfo": "other info", "HierarchyTags": [ { "TagName": "testTagName", "TagIdentity": "testTagIdentity", "ParentTagIdentity": "testParentTagIdentity", "TagType": "custom" } ], "Status": "online", "PublishTime": 1678947745 }, { "OpenId": "jkl3md", "TopicName": "newTestTopic", "CoverImgUrl": "https://testimage...", "ShareImgUrl": "https://testimage...", "Desc": "test description", "LandingPageUrl": "https://testlandingpage...", "ExtInfo": "other info", "HierarchyTags": [ { "TagName": "testTagName", "TagIdentity": "testTagIdentity", "ParentTagIdentity": "testParentTagIdentity", "TagType": "custom" } ], "Status": "offline" } ] }
{ "ResponseMetadata": { "RequestId": "2022052714534501021004103502946***", "Action": "TopicCreateFromImport", "Version": "2021-01-01", "Service": "volc_content_platform", "Region": "cn-north-1" }, "Result": { "Topics": [ { "Id": "1733961371358296", "TopicSource": "api", "OpenId": "jkl3md", "Name": "newTestTopic", "Description": "test description", "CoverImgUrl": "https://testimage...", "ShareImgUrl": "https://testimage...", "LandingPageUrl": "https://testlandingpage...", "Status": "offline", "ExtInfo": "other info" } ], "FailedList": [ { "OpenId": "ew324d", "TopicName": "duplicate topic", "ErrorMsg": "专题已经存在" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
200 | 600400 | 参数错误 | 内容为空,或者是入参的类型是否与文档中不一致 |
200 | 600500 | 服务未知错误 | 服务内部异常,请联系商务 |