GET api/GetEvaluationUserTel?UserInfo={UserInfo}&UserFrom={UserFrom}
风险测算_获取用户联系方式/判断用户是否完善联系方式
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserInfo | string |
Required |
|
| UserFrom | integer |
Default value is 1 |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfWxDataEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| data | WxDataEnt |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"OpenID": "sample string 1",
"WXNickName": "sample string 2",
"WXImg": "sample string 3",
"ID": "sample string 4",
"UserName": "sample string 5",
"Tel": "sample string 6",
"Code": 7
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.