WebSeries
批量获取用户对剧的点赞状态(map:web_series_id 加密串 => is_like)
� �参 series_ids 为 web 端加密的 series_id,逗号分隔或数组
响应契约:StatusMap。
需要登录。 需要请求签名。 响应会经过加密中间件。
认证要求:需要登录。
签名要求:需要请求签名。
响应处理:默认会经过响应加密。
get/webBatchSeriesLikeStatus
Query parameters
series_idsstring
Headers
langstring
语言代码,例如 en、zh、es。
语言代码,例如 en、zh、es。
device_numberstring
设备唯一标识。
设备唯一标识。
app_versionstring
客户端版本号。
客户端版本号。
timestampinteger
请求时间戳(秒)。
请求时间戳(秒)。
signaturestring
接口签名。
接口签名。
Response
请求成功
Example response
{
"msg": "成功"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.