结转模板
GET
https://v4.fenxi365.com/api/checkout/template最后修改时间: 8 个月前
责任人: 未设置
请求参数
Query 参数
year
integer
结转期间年
month
integer
结转期间月
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
code
integer
必需
msg
string
必需
data
array [object {8}]
必需
id
string
必需
accountSetsId
string
必需
title
string
必需
voucherWordId
string
必需
isDefault
boolean
必需
items
array [object {7}]
必需
voucherId
string
必需
amount
number | integer
必需
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前