- 公共请求参数
- 公共返回结果
- 接口说明模板
- 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
/client/app/relation/info
用户关系相关接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 | |
V1.6.0 | 2023年11月15日 | antony.zhou | 新增 | |
客户模块V1.2.0 | 2024年10月09日 | fain mo | 新增 | 出参新增omnibusId字段;调整入参,删除无效字段 |
客户模块V1.3.0 | 2024年11月20日 | fain mo | 新增 | 出参新增demoOmnibusId字段;调整入参 |
错误码#
code | msg | msg_cn |
---|
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
接口压测#
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
请求参数
Query 参数
pid
string
通行证ID
type
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 '/client/app/relation/info?pid&type'
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
object
可选
appid
string
经纪商ID
createTime
string <date-time>
创建时间
id
string
主键
isDeleted
integer <int32>
可选
pid
string
通行证ID
type
string
项目类型
updateTime
string <date-time>
更新时间
uuid
string
用户ID
omnibusId
string
综合交易账号
demoOmnibusId
string
必需
msg
string
可选
success
boolean
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"appid": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"isDeleted": 0,
"pid": "string",
"type": "string",
"updateTime": "2019-08-24T14:15:22Z",
"uuid": "string",
"omnibusId": "string",
"demoOmnibusId": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-11-28 02:23:59