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
2dafb173
authored
May 16, 2019
by
dongzhengcheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.ecrrc.cn:honest_dong/accountDocs
parents
1fa00836
292ef1ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
19 deletions
+16
-19
docs/ecrrc/stats/AcctTrade.md
+16
-19
No files found.
docs/ecrrc/stats/AcctTrade.md
View file @
2dafb173
...
@@ -23,6 +23,9 @@
...
@@ -23,6 +23,9 @@
|keyword |否|string(10) |公司名称,|
|keyword |否|string(10) |公司名称,|
|acct_no |否|string(10) |银行主账户:空为默认主账户|
|acct_no |否|string(10) |银行主账户:空为默认主账户|
|page |否|string(10) |分页数据|
|page |否|string(10) |分页数据|
|in_account_name |否|string(10) |入金账户名称|
|out_account_name |否|string(10) |出金账户名称|
|account_sn |否|string(10) |虚拟户编号|
**返回示例**
**返回示例**
...
@@ -35,7 +38,12 @@
...
@@ -35,7 +38,12 @@
{
{
data: [
data: [
account_sn: "3110710039234028738",
account_sn: "3110710039234028738",
amount: 259888,
trade_amount: 259888,
is_plus:1,
in_account_name:'入金账户',
in_bank_name:'入金银行',
out_account_name:'出金账户',
out_bank_name:'出金银行',
bank_trade_no: "20190321BAT00030240063",
bank_trade_no: "20190321BAT00030240063",
inout_at: 1553124754,
inout_at: 1553124754,
interest: 0,
interest: 0,
...
@@ -43,16 +51,8 @@
...
@@ -43,16 +51,8 @@
remark: "利息",
remark: "利息",
service_charge: 0,
service_charge: 0,
trade_type: 21 ,
trade_type: 21 ,
trade_type_name: 利息,
trade_type_name: 利息
account:{
account_name: "公共计息收费--京津冀票据交易中心",
account_sn: "3110710039234028738",
account_type: 1,
belong_id: 1,
belong_type: "p",
company_name: "公司名称"
}
}
],
],
current_page:1,
current_page:1,
last_page:100,
last_page:100,
...
@@ -82,19 +82,16 @@
...
@@ -82,19 +82,16 @@
|---- bank_trade_no|是|int| 银行交易号|
|---- bank_trade_no|是|int| 银行交易号|
|---- trade_amount|是|int| 交易金额 |
|---- trade_amount|是|int| 交易金额 |
|---- is_plus|是|int| 1,入账, 0,出账 |
|---- is_plus|是|int| 1,入账, 0,出账 |
|---- in_account_name|是|int|入金账户|
|---- in_bank_name|是|int|入金银行 |
|---- out_account_name|是|int| 出金账户 |
|---- out_bank_name|是|int| 出金银行 |
|---- inout_at|是|int| 出入账时间|
|---- inout_at|是|int| 出入账时间|
|---- trade_type|是|int| 交易类型|
|---- trade_type|是|int| 交易类型|
|---- trade_type_name|是|string| 交易类型|
|---- trade_type_name|是|string| 交易类型|
|---- amount|是|int| 本金余额 |
|---- amount|是|int| 本金余额 |
|---- interest|是|int| 结息利息|
|---- interest|是|int| 结息利息|
|---- service_charge|是|int| 手续费|
|---- service_charge|是|int| 手续费|
|---- account|是|OBJ| 账户信息|
|------ account_name|是|string| 虚拟户名称|
|------ account_sn|是|string| 虚拟户编号|
|------ account_type|是|string| 虚拟户类型|
|------ belong_id|是|string| 公司ID、会员id|
|------ belong_type|是|string| 锁着类型:p平台,c公司,m会员|
|------ company_name|是|string| 公司名称|
**备注**
**备注**
...
...
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