Bundle: extraInfo

Bundle: extraInfo

书本的额外信息。

Request

HTTP request

GET https://www.featapi.com/api/dimzou/bundle/extra-info/

Parameters

  • Path parameters
Parameter nameValueDescription
ids[]string出版的bundle id,可传多个。如:
ids[]=1&ids[]=2
types[]string额外信息的类型,可传多个。如:
types[]=card_v1&types[]=card_v2

授权

此请求需要具有以下所有范围的授权:

Scopes
dimzou_bundle

有关更多信息,请参阅认证和授权页面。

Response

如果成功,则此方法在响应正文中返回 Dimzou.extra_info 资源。注意访问不存在的id或类型不会报错。

200 查询成功

[{ "bundle": 1,
   "type": "card_v1",
   "data": { "_base": { "cover": "..." } }
},{"bundle": 2,
   "type": "card_v2",
   "data": { "xxx": ooo }
},{"bundle": 2,
   "type": "card_v1",
   "data": { "_base": { "cover": "..." } }
}]

400 参数错误

示例返回参考 API Common – Validation Exception

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code