GET api/Bookcase/GetBuy?eqtype={eqtype}
获取书柜申请购买图书表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eqtype |
设备类型 0 自动推荐 1 用户选择 |
string |
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.