文档
测试

日报表

POST
http://app.test.babazhixing.com/api/Financial/daylist

接口描述

日报表

请求头

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

请求参数

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

响应参数

参数名
类型
描述
必填
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 (单位:元)单日银联收入
必填
day
string
示例:2020-05-21 日期
必填
totalmoney
int
示例:6356 (单位:元),总收入合计
必填
weixinmoney
int
示例:6356 (单位:元)微信总收入合计
必填
alipaymoney
int
示例:6356 (单位:元)支付宝总收入合计
必填
cashmoney
int
示例:6356 (单位:元)现金总收入合计
必填
unionpaymoney
int
示例:6356 (单位:元)银联总收入合计
必填
total
int
总条数
必填
msg
string
任何信息
必填

说明 / 示例

## 返回示例 { "code": 200, "data": { "rows": [ { "id": 4, "create_time": 0, "parking_id": 13, "total_fee": 1779, "cash_fee": 395, "alipay_fee": 664, "weixin_fee": 595, "unionPay_fee": 125, "day": "2020-05-23" }, { "id": 3, "create_time": 0, "parking_id": 13, "total_fee": 1779, "cash_fee": 395, "alipay_fee": 664, "weixin_fee": 595, "unionPay_fee": 125, "day": "2020-05-22" }, { "id": 2, "create_time": 0, "parking_id": 13, "total_fee": 1779, "cash_fee": 395, "alipay_fee": 664, "weixin_fee": 595, "unionPay_fee": 125, "day": "2020-05-21" }, { "id": 1, "create_time": 0, "parking_id": 14, "total_fee": 1709, "cash_fee": 365, "alipay_fee": 654, "weixin_fee": 565, "unionPay_fee": 125, "day": "2020-05-20" } ], "totalmomey": 7046, "weixinmomey": 2350, "alipaymomey": 2646, "cashmomey": 1550, "unionpaymomey": 500 }, "msg": "" }