- 公共请求参数
- 公共返回结果
- 接口说明模板
- 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
新增DEMO账户回调接口
开发中
POST
/client/app/relation/update
请求参数
Header 参数
X-Auth-Appid
string
appid
Body 参数application/json
uuid
string
用户ID
demo_omnibus_id
string
交易demo账号
示例
{
"uuid": "string",
"demo_omnibus_id": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/client/app/relation/update' \
--header 'X-Auth-Appid;' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
integer
0 代表成功
data
boolean
是否成功
traceId
string
必需
success
boolean
true
msg
string
"success"
示例
{
"code": 0,
"data": true,
"traceId": "string",
"success": true,
"msg": "string"
}
修改于 2024-11-27 06:41:18