实时获取POI关联文章信息
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | MGetPoiArticlePlayListForSDK | 要执行的操作,取值:MGetPoiArticlePlayListForSDK。 |
Version | String | 是 | 2024-01-01 | API的版本,取值:2024-01-01。 |
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
UtmSource | String | 是 | xxx_default_content | 渠道号。 |
PoiIds | Array of String | 是 | 6601123777029867533 | 获取文章详情的poi id列表,最多100个,超过时按100返回。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PoiArticlePlayInfo | Object | { | POI 关联的文章详情。其中key为Poi id,value为文章详情。
ArticleImage
| |||||||||||||||||||||||||||
MissPoiIds | Array of String | 6601226325149616138 | 没有关联到文章的Poi id列表。 |
POST /?Action=MGetPoiArticlePlayListForSDK&Version=2024-01-01 HTTP/1.1 Host: https://mercury.volcengineapi.com?Action=MGetPoiArticlePlayListForSDK&Version=2024-01-01 Content-Type: application/json; charset=UTF-8 X-Date: 20241031T071230Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20241031/cn-beijing/volc_torchlight_api/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "UtmSource": "xxx_default_content", "PoiIds": ["6601123777029867533","6601226325149616138"] }
{ "ResponseMetadata": { "RequestId": "202410311512520390981451768A1146", "Action": "MGetPoiArticlePlayListForSDK", "Version": "2024-01-01", "Service": "volc_torchlight_api", "Region": "cn-beijing" }, "Result": { "PoiArticlePlayInfo": { "6601123777029867533": { "PoiId": "6601123777029867533", "PlayUrl": "h5 play url", "DisplayName": "title", "DisplayCoverImage": { "Width": 540, "Height": 720, "Url": "cover image url" } } }, "MissPoiIds": [ "6601226325149616138" ] } }
您可访问公共错误码,获取更多错误码信息。