GET api/WindVane/GetRecommended?bookclass={bookclass}&mid={mid}&pageIndex={pageIndex}&pageSize={pageSize}
获取油画屏推荐图书表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bookclass |
分类(全部就用空字符串) |
string |
Required |
mid |
机器码 |
string |
Required |
pageIndex |
页码 |
integer |
Required |
pageSize |
页大小 从1开始 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
[{"cid":"自增ID","bookname":"书名","read":"备用","bookauthor":"作者","bookhouse":"出版社","bookclass":"分类","bookabout":"简介","booktime":"出版时间","bookposition":"书架中的位置","bookimage":"封面","intime":"添加时间"}]
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.