文档
测试

根据租期ID查询租期

GET
localhost:6666/api/rent/{rentId}

请求头

参数名
类型
描述
必填
Authorization
Bearer 5598d640-a81e-4b58-96a0-fed4225b240b(token)
必填

说明 / 示例

```json { "code": 0, "msg": null, "data": { "createTime": "2021-06-08 14:42:32", "createBy": "admin", "updateTime": "2021-06-08 15:53:12", "updateBy": "admin", "delFlag": "0", "rentId": "c0ced31193b341364e506177a3364a74", "clientId": "16bcec663de9e1fab5bc5e8d04c4d060", "searchContent": null, "devId": "1aa2438c8a714853aaf93579c9a3cc18", "principalName": "宋瑞国", "startTime": "2021-06-01 00:00:00", "endTime": "2021-06-30 00:00:00", "orderNo": "1", "orderAmount": 1111.0000000000, "orderTime": "2021-06-08 14:42:28", "maxWarn": 1.0000000000, "minWarn": 1.0000000000, "note": null } } ```