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
24afa5fe
authored
Apr 09, 2019
by
honest_dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AcctTrade.md
parent
50a81a48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
19 deletions
+15
-19
docs/ecrrc/stats/AcctTrade.md
+15
-19
No files found.
docs/ecrrc/stats/AcctTrade.md
View file @
24afa5fe
...
...
@@ -23,6 +23,8 @@
|keyword |否|string(10) |公司名称,|
|acct_no |否|string(10) |银行主账户:空为默认主账户|
|page |否|string(10) |分页数据|
|in_account_name |否|string(10) |入金账户名称|
|out_account_name |否|string(10) |出金账户名称|
**返回示例**
...
...
@@ -35,7 +37,12 @@
{
data: [
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",
inout_at: 1553124754,
interest: 0,
...
...
@@ -43,16 +50,8 @@
remark: "利息",
service_charge: 0,
trade_type: 21 ,
trade_type_name: 利息,
account:{
account_name: "公共计息收费--京津冀票据交易中心",
account_sn: "3110710039234028738",
account_type: 1,
belong_id: 1,
belong_type: "p",
company_name: "公司名称"
}
}
trade_type_name: 利息
],
current_page:1,
last_page:100,
...
...
@@ -82,19 +81,16 @@
|---- bank_trade_no|是|int| 银行交易号|
|---- trade_amount|是|int| 交易金额 |
|---- is_plus|是|int| 1,入账, 0,出账 |
|---- in_account_name|是|int|入金账户|
|---- in_bank_name|是|int|入金银行 |
|---- out_account_name|是|int| 出金账户 |
|---- out_bank_name|是|int| 出金银行 |
|---- inout_at|是|int| 出入账时间|
|---- trade_type|是|int| 交易类型|
|---- trade_type_name|是|string| 交易类型|
|---- amount|是|int| 本金余额 |
|---- interest|是|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| 公司名称|
|---- service_charge|是|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