Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
honest_dong
/
accountDocs
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1fa00836
authored
May 16, 2019
by
dongzhengcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加查看具体日期的账户余额--所有虚拟账户的余额,按账户烈和企业归集
parent
50a81a48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
15 deletions
+47
-15
docs/ecrrc/stats/AcctDaily.md
+47
-15
No files found.
docs/ecrrc/stats/AcctDaily.md
View file @
1fa00836
...
...
@@ -27,15 +27,36 @@
{
'status':'SUCCESS',
'message':'操作成功',
'data':
{
'stat_date':'2019-03-01',
'acct_no':'8110701014101222604',
'amount':'646919389',
'in_amount':'12222222',
'out_amount':'66444444',
'created_at':'1554105197',
}
"data": {
"total": {
"in_amount": 95222222,
"out_amount": 69448645
},
"curt_date": {
"id": 266,
"stat_date": "2019-02-19",
"acct_no": "8110701014101222604",
"amount": 646919389,
"in_amount": 12222222,
"in_num": 2,
"out_amount": 66444444,
"out_num": 7,
"created_at": "1554105197",
"updated_at": "1554105197"
},
"prev_date": {
"id": 264,
"stat_date": "2019-02-18",
"acct_no": "8110701014101222604",
"amount": 701141611,
"in_amount": 83000000,
"in_num": 5,
"out_amount": 3004201,
"out_num": 10,
"created_at": "1554105196",
"updated_at": "1554105196"
}
}
}
```
...
...
@@ -47,12 +68,23 @@
|status_code|是|int |状态码|
|message|是|string |提示消息|
|data|是|obj | 业务数据 |
|-- stat_date|是|date| 日期|
|-- acct_no|是|int| 银行账号|
|-- amount|是|int| 账户余额 |
|-- in_amount|是|int| 当日入账金额|
|-- out_amount|是|int| 当日出账金额 |
|-- created_at|是|int| 创建时间 |
|-- total|是|obj| 总计数据|
|---- in_amount|是|int| 到当前日期(含)为止入账金额|
|---- out_amount|是|int| 到当前日期(含)为止出账金额 |
|-- curt_date|是|date| 当前日期数据|
|---- stat_date|是|date| 日期|
|---- acct_no|是|int| 银行账号|
|---- amount|是|int| 账户余额 |
|---- in_amount|是|int| 当日入账金额|
|---- out_amount|是|int| 当日出账金额 |
|---- created_at|是|int| 创建时间 |
|-- prev_date|是|date| 前一天日期数据|
|---- stat_date|是|date| 日期|
|---- acct_no|是|int| 银行账号|
|---- amount|是|int| 账户余额 |
|---- in_amount|是|int| 当日入账金额|
|---- out_amount|是|int| 当日出账金额 |
|---- created_at|是|int| 创建时间 |
**备注**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment