文档
测试

未入住 支付明细

GET
http://localhost:8085/tenant/getRentDetail?hId=2230

请求头

参数名
类型
描述
必填
token
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyLTE4ODU4NDQyMzg1IiwiY3JlYXRlZCI6MTU5NzEyMzU3NjU2Nn0.4g93CUNO0tyxzAu_Qc6EQwcGOvr7bs64U0dl4QAm4O5qO83kxRsABL81Pfm3GeEXDJdxreZVgO9ZKIokAVVIHw
必填

请求参数

参数名
类型
描述
必填
hId
int
示例:2230
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
eelectricCharge
int
(电费)示例:0
必填
eotherMoney
int
(其他)示例:0
必填
egasFee
int
(煤气)示例:0
必填
erental
int
(房租)示例:1234
必填
ewaterRate
int
(水费)示例:0
必填