- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
获取通行证详情
已废弃
GET
/user/passport/relation/getPidByUuid/{uuid}
用户关系相关接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.6.0 | 2024-07-02 | fain mo | 下线 |
请求参数
Path 参数
uuid
string
uuid
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/user/passport/relation/getPidByUuid/'
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
object (UserDto)
可选
createTime
string <date-time>
创建时间
extra
string
额外的信息JSON
forceTwoAuth
integer <int32>
是否强制二步认证
googleSecret
string
谷歌验证码
hash-Uemail
string
邮箱hash值
hashUphone
string
手机号码hash值
isDeleted
integer <int32>
可选
isLock
integer <int32>
可选
language
string
系统默认语言
lastip
string
可选
lastlogin
string <date-time>
上次登陆时间
openAuth
integer <int32>
是否开启二步验证
password
string
用户密码
pid
string
pid
relation
array[object (RelationDto) {3}]
可选
syncSource
string
同步来源
uemail
string
邮箱号
uemailVerify
integer <int32>
可选
uhead
object (UserHeadResp)
可选
updateTime
string <date-time>
更新时间
uphone
string
手机号
uphoneVerify
integer <int32>
可选
uphonecode
string
手机区号
ustatus
integer <int32>
可选
msg
string
可选
success
boolean
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"createTime": "2019-08-24T14:15:22Z",
"extra": "string",
"forceTwoAuth": 0,
"googleSecret": "string",
"hash-Uemail": "string",
"hashUphone": "string",
"isDeleted": 0,
"isLock": 0,
"language": "string",
"lastip": "string",
"lastlogin": "2019-08-24T14:15:22Z",
"openAuth": 0,
"password": "string",
"pid": "string",
"relation": [
{
"appid": "string",
"type": "string",
"uuid": "string"
}
],
"syncSource": "string",
"uemail": "string",
"uemailVerify": 0,
"uhead": {
"aws": "string",
"bucket": "string",
"originFilename": "string",
"oss": "string",
"storageLevel": "string",
"uri": "string",
"url": {
"aws": "string"
}
},
"updateTime": "2019-08-24T14:15:22Z",
"uphone": "string",
"uphoneVerify": 0,
"uphonecode": "string",
"ustatus": 0
},
"msg": "string",
"success": true,
"traceId": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-07-02 10:31:13