文档
测试

03.单个账户查询

GET
/account/load

接口描述

该接口目前在ac-ssc提供,通过 客户号或者 管理账号,查询托管账号,

请求参数

参数名
类型
描述
必填
customerAccountId
string
客户账号(accountCisId)
可选
customerClientId
string
客户id(clientCisId)
可选

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
obj
必填
accountId
string
存管账号
必填
status
int
0:冻结 1:可用
必填
inited
int
1:初始化完成(已经设置过密码)0:未初始化(未设置过密码)
必填