- 公共请求参数
- 公共返回结果
- 接口说明模板
- 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
根据uuid查询用户信息
将废弃
GET
/user/user/{uuid}
crm-app-user/用户接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-10-27 | fain mo | 出入参变更:下划线替换成驼峰 | |
V1.0.0 | 2023-10-27 | fain mo | 出参变更:新增手机、邮箱是否验证字段;新增用户语言字段 | |
V1.5.0 | 2024-06-17 | fain mo | 下线 |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
接口压测#
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
请求参数
Path 参数
uuid
string
必需
示例代码
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/user/'
返回响应
🟢200OK
application/json
Body
code
integer
必需
success
boolean
必需
data
object
必需
uuid
string
uuid
appid
string
appid
uname
string
昵称
firstname
string
姓氏
lastname
string
名字
uphone
string
手机号
uphonecode
string
区号
uemail
string
邮箱
usex
null
必需
utype
string
必需
uroleid
string
角色ID
lastlogin
string
上次登陆时间
lastip
string
必需
extra
object
额外的信息JSON
ustatus
string
必需
country
string
国家
province
null
必需
city
null
必需
birthday
null
必需
createTime
string
创建时间
documentType
null
必需
localName
null
必需
contactLang
null
必需
hashUemail
string
邮箱hash值
hashUphone
string
手机号码hash值
isDeleted
string
必需
disableReason
null
必需
auditStatus
string
审核状态
tags
array[string]
标签
uhead
object
必需
password
null
必需
lastupdate
string
必需
address
string
必需
documentNum
null
必需
remark
null
必需
googleSecret
string
必需
hashDocumentNum
string
必需
hideUphone
string
必需
hideUemail
string
必需
enableTime
string
必需
encryptVersion
integer
必需
uemailVerify
integer
邮箱是否验证
uphoneVerify
integer
手机是否验证
language
string
用户语言
msg
string
必需
traceId
string
必需
示例
{
"code": 0,
"success": true,
"data": {
"uuid": "Q5367438",
"appid": "app972e7ff6917d",
"uname": "xdt|dtx",
"firstname": "DT",
"lastname": "X",
"uphone": "18888888887",
"uphonecode": "+886",
"uemail": "fpdev_public@outlook.com",
"uhead": {
"aws": "/gateway/v1/storage/file/download/sc-kqjk-efdicv71z.jpg",
"url": null,
"bucket": "",
"oss": "https://v5-crm-client-stg.fpdev.tech/gateway/v1/storage/file/download/sc-kqjk-efdicv71z.jpg",
"uri": "common-cdn-file/w/qa26-wn6z-qa26.jpg",
"originFilename": "1692169709030.jpg",
"storageLevel": "common-cdn-file"
},
"usex": null,
"utype": "admin",
"uroleid": "2892-7d064a096",
"password": null,
"createTime": "2019-04-02 02:42:13",
"lastlogin": "2023-08-25 03:28:52",
"lastupdate": "2023-08-25 03:28:52",
"lastip": "10.6.0.32",
"extra": {},
"ustatus": "0",
"country": "81",
"province": null,
"city": null,
"address": "XXXX",
"documentType": null,
"documentNum": null,
"birthday": null,
"remark": null,
"googleSecret": "",
"localName": null,
"contactLang": null,
"hashUemail": "112993ad70a0a7e4ec67df582b2fc13e",
"hashUphone": "f481d18ba11a232308f551857a40e60a",
"hashDocumentNum": "d41d8cd98f00b204e9800998ecf8427e",
"hideUphone": "****8887",
"hideUemail": "fpd****@outlook.com",
"isDeleted": "0",
"enableTime": "2019-11-07 16:28:20",
"disableReason": null,
"encryptVersion": 1,
"auditStatus": "reject",
"tags": []
},
"msg": "success",
"traceId": "TWPQs5W2WsfvFSHR1-207484"
}
修改于 2024-07-03 02:48:40