文档
测试

自动取数(对私)

POST
http://localhost:8081/dgp_api/fxq/import/queryAccountList

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

请求参数

参数名
类型
描述
必填
cstTp
string
客户类型
必填
cstIpId
string
客户内码
必填

响应参数

参数名
类型
描述
必填
success
string
true
必填
msg
string
查询成功
必填
obj
object
列表(对象)
必填
acgDt
string
数据日期
必填
cstDepLnId
string
可选
ouIpId
string
机构号
必填
ouIpNm
string
机构名称
必填
cstId
string
客户号
必填
cstIpId
string
客户内码
必填
cstNm
string
客户名称
必填
address
string
地址
必填
ccbiwork
string
职业
必填
cpnoteln
string
手机号码
必填
depLnId
string
账号
可选
bal
string
余额
可选
ctrInfo
string
签约信息
可选
ywFlag
string
业务标志
可选
dfgzFlag
string
代发工资标志
必填
emconm5b
string
单位名称
必填
khFlag
string
护照或港澳通行证
必填
ydFlag
string
异地客户标志
必填

说明 / 示例

{ "success": true, "msg": "查询成功", "obj": { "maxCursor": null, "total": 2, "rows": [ { "acgDt": "2020-06-30", "cstDepLnId": "1234565431", "ouIpId": null, "ouIpNm": null, "cstId": "12345676542", "cstIpId": "1991115", "cstNm": "咋咋滴", "address": "浙江省衢州市柯城区", "ccbiwork": "未知", "cpnoteln": "2345672345", "depLnId": "2344345632", "bal": 100000.000000, "ctrInfo": "普惠建档,信用卡", "ywFlag": "N", "dfgzFlag": "(null)", "emconm5b": "", "khFlag": "(null)", "ydFlag": "(null)" }, { "acgDt": "2020-06-29", "cstDepLnId": "1234565435", "ouIpId": null, "ouIpNm": null, "cstId": "12345676545", "cstIpId": "1991110", "cstNm": "山地车", "address": "浙江省衢州市柯城区", "ccbiwork": "未知", "cpnoteln": "1231231234", "depLnId": "(null)", "bal": 7700.000000, "ctrInfo": "E互通", "ywFlag": "贷款", "dfgzFlag": "(null)", "emconm5b": "衢州市中医院", "khFlag": "(null)", "ydFlag": "Y" } ] } }