资金类型模板列表
GET
https://v4.fenxi365.com/api/cashier/io/template最后修改时间: 8 个月前
责任人: 未设置
请求参数
Query 参数
type
string
可选
收 :收
支 :支
accountType
string
可选
现金 :现金
银行存款 :银行存款
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
<p>****************************************************************************</p>
<p><b>Copyright © 2010-2019纷析云(杭州)科技有限公司All Rights Reserved<b></p>
<ul style="margin:15px;">
<li>Description : 统一返回请求结果</li>
<li>Version : 1.0</li>
<li>Creation : 2019年11月18日</li>
<li>@author : ____′↘夏悸</li>
</ul>
<p>****************************************************************************</p>
success
boolean
必需
code
integer
必需
msg
string
必需
data
array[object (CashierIoTypeVoucherTemplateDto) {11}]
必需
id
integer
必需
ioTypeId
integer
必需
ioTypeName
string
必需
wordId
integer
必需
word
string
必需
accountSetsId
integer
必需
subjectTitle
string
必需
subjectId
string
必需
type
string
必需
journalType
string
必需
direction
string
必需
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前