## 获取书籍信息后,将书籍信息与用户绑定
+++
get:/1.1/functions/putBook
*userid=XXX#用户ID
*bookid=XXX#书籍ID
*rentprice=XXX#单日租赁价格
<<<
success
{
"result": {
"userid": "9787510837364",
"bookid": "0",
"rentprice": "0",
"times": 0,
"status": "可借",
"objectId": "5822f340570c350060c73b0e",
"createdAt": "2016-11-09T09:58:24.922Z",
"updatedAt": "2016-11-09T09:58:24.922Z"
}
}
<<<
+++