文档
测试

月报表

POST
http://app.test.babazhixing.com/Financial/monthlist

请求头

参数名
类型
描述
必填
token
string
示例:uyhfuwhui2121
必填

请求参数

参数名
类型
描述
必填
page
int
示例:1(页码)
必填
limit
int
示例:10 (条数)
必填
parkid
string
示例:14 (停车场编号)
必填
stime
string
示例:2020-05 (开始月份)
必填
etime
string
示例:2020-06月份(结束日期)
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
所有数据
必填
rows
array
列表数据
必填
parking_id
int
示例:13 (停车场编号)
必填
total_fee
int
示例:635 (单位:元)单月总收入
必填
cash_fee
int
示例:635 (单位:元)单月现金收入
必填
alipay_fee
int
示例:635 (单位:元)单月支付宝收入
必填
weixin_fee
int
示例:635 (单位:元)单月微信收入
必填
unionPay_fee
int
示例:635 (单位:元)单月银联收入
必填
month
string
示例:2020-05 月份
必填
totalmoney
int
示例:6356 (单位:元),总收入合计
必填
weixinmoney
int
示例:6356 (单位:元)微信总收入合计
必填
alipaymoney
int
示例:6356 (单位:元)支付宝总收入合计
必填
cashmoney
int
示例:6356 (单位:元)现金总收入合计
必填
unionpaymoney
int
示例:6356 (单位:元)银联总收入合计
必填
total
int
总条数
必填
msg
string
任何信息
必填

说明 / 示例

## 返回示例 { "code": 200, "data": { "rows": [ { "id": 1, "create_time": 0, "parking_id": 14, "total_fee": 1709, "cash_fee": 365, "alipay_fee": 654, "weixin_fee": 565, "unionPay_fee": 125, "month": "2020-05" } ], "totalmoney": 1709, "weixinmoney": 565, "alipaymoney": 654, "cashmoney": 365, "unionpaymoney": 125 }, "msg": "" }