文档
测试

对私基本信息查询

POST
http://127.0.0.1:8085/dgp_api/fxq/fctMonRiskPnList/listByCstIpId

请求头

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

请求参数param

参数名
类型
描述
必填
cstIpId
string
客户内码
必填
cstTp
string
客户类型(对私传”1")(对公传“2”)
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:查询成功
必填
obj
object
数据列表(返回一个对象 fctMonRiskPnList)
必填
cstIpId
string
客户内码
必填
cstNm
string
客户名称
必填
sex
string
客户性别
必填
country
string
客户国籍
必填
ccbiwkdt
int
客户职业
必填
addr
string
地址
必填
phone
string
联系方式
必填
centTp
string
证件类型
必填
centId
string
证件号码
必填
centBgDt
date
证件开始时间
必填
centEdDt
date
证件到期时间
必填

说明 / 示例

{ "success": true, "msg": "查询成功", "obj": { "acgDt": null, "cstIpId": "1991120", "cstNm": "张三9", "sex": "男", "country": "美国", "ccbiwkdt": "h5", "addr": "杭州柯城区", "phone": "18940984111", "centTp": "身份证", "centId": "2.302232996040223e15", "centBgDt": "2008-04-03", "centEdDt": "2028-04-03", "flag": null } }