- 文档说明
- 公共分类
- 管理端
- 车行管理-区域管理
- 告警记录
- 园区管理-物业费
- 车行管理-停车缴费管理
- 园区管理-楼宇管理
- 园区管理-企业管理
- 车行管理-月卡管理
- 首页-工作台
- 车行管理-计费规则
- 系统管理
- 车行管理
- 一体杆管理
- 大屏
- 小工具
物业费-查看账单详情
开发中
GET
https://api-hmzs.itheima.net/api/park/propertyfee/{id}
请求参数
Path 参数
id
string
必需
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
token鉴权
示例值:
Bearer {{token}}
返回响应
🟢200成功
application/json
Body
code
number
必需
msg
string
报文信息
data
object
必需
id
number
主键id
billNumber
number
账单编号
enterpriseName
string
企业名称
enterpriseId
number
企业id
buildingId
number
楼宇id
buildingName
string
楼宇名称
propertyFeePrice
number
物业费价格
startTime
string
缴费周期开始时间
endTime
string
缴费周期-结束时间
paymentAmount
number
支付金额
paymentMethod
number
可选
paymentMethodValue
string
必需
createTime
string
缴费时间
示例
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"billNumber": 0,
"enterpriseName": "string",
"enterpriseId": 0,
"buildingId": 0,
"buildingName": "string",
"propertyFeePrice": 0,
"startTime": "string",
"endTime": "string",
"paymentAmount": 0,
"paymentMethod": 0,
"paymentMethodValue": "string",
"createTime": "string"
}
}