问题详情
-
类型:
缺陷
-
状态: 关闭 (查看工作流)
-
优先级:
重要
-
解决结果: 解决
-
影响版本: V1.0.20250315_release
-
解决版本: V1.0.20250330_release
-
模块: 自助查勘-无迪
-
标签:无
-
项目环境:SIT
描述
1、接口定义:入参:众安token;出参:查勘token、高德key、高德安全秘钥:
key:4c9a50f9026bf59fdb5d0b7a905282d2
安全秘钥:2c706daf43f192b25f974f26e492edc9
高德key放配置文件,其他地方可能也需要使用
2、众安接口地址:
sit:
http://10.2.8.15:8083/api/v1/crtic/wx/mini/user/queryUserBaseInfo
uat:
http://10.2.8.32:8083/api/v1/crtic/wx/mini/user/queryUserBaseInfo
prod:
http://10.1.2.42:8080/api/v1/crtic/wx/mini/user/queryUserBaseInfo
就一个token参数,header传递 get请求;header key值是token
响应报文:
{
"status": 200,
"message": "请求成功",
"data":
}
参数说明:
/**
- 姓名
*/
private String name;
/**
- 性别:0-未知,1-男,2-女
*/
private String gender;
/**
- 出生日期
*/
private String birthday;
/**
- 证件类型-111(身份证)
*/
private String idType;
/**
- 身份证号
*/
private String idNumber;
/**
- 手机号码
*/
private String cellPhoneNumber;