系统账户列表
POST
http://192.168.1.192:9091/v1.2/api/account/list
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
id
int
示例:1 //id
必填
name
string
示例:普通账户 //分类名称
必填
type
int
示例:1 //类型:1普通账户 2信用账户 3金融账户
必填
icon
string
示例:null
必填
status
int
示例:1 //状态 1发布 2下架 3编辑
必填
createTime
int
示例:1671701960000 //创建时间
必填
id
int
示例:1 //系统账户id
必填
name
string
示例:现金 //账户名称
必填
type
int
示例:1 //类型 1普通账户 2信用账户 3金融账户
必填
url
string
示例:null //账户icon
必填
status
int
示例:1
必填
createTime
int
示例:1671593198000 //创建时间
必填
sumMoney
object
示例:null
必填
userAccounts
object
示例:null
必填
message
string
示例:操作成功
必填