文档
测试

查询黑名单详情

GET
/v1/blacklist/detail

接口描述

查询黑名单详情

请求头

参数名
类型
描述
必填
authorization
string
登录成功后服务端返回的token
必填

请求参数

参数名
类型
描述
必填
target_id
number
目标id
必填

响应参数

参数名
类型
描述
必填
error_code
number
错误码
必填
error_msg
string
错误信息
必填
data
object
必填
target_id
number
目标id
必填
name
string
名称
必填
gender
string
male或female
必填
card_type
number
证件类型 (0身份证)
必填
card_no
string
证件号
必填
birthday
string
出生年月,格式YYYY-MM-DD
必填
phone_no
string
手机号
必填
country
string
国家
必填
province
string
省份
必填
city
string
城市
必填
face_pic
string
图像base64编码
必填
discription
string
备注
必填