更新账户
Header parameters
companyIdstringRequiredExample:
公司ID
{{company}}
tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
时间窗口
5000
signaturestringRequiredExample:
签名
{{sign}}
langstringOptionalExample:
语言
zh-CN
versionstringRequiredExample:
接口版本
0.0.1
Body
idstringRequired
记录ID
accountNamestringOptional
账号别名
accountApiKeystringOptional
apiKey(cumberland交易所为cumberland的counterpartyId)
accountSecretKeystringOptional
secretKey(cumberland交易所为cumberland的userId)
passphrasestringOptional
私钥密码,非必填,passphrase
certificatestringOptional
pkcs12格式证书的Bsae16字符串。
Responses
200Success
application/json
post
POST /global/customer.admin.CustomerDirectAccAdminApiService.edit HTTP/1.1
Host:
companyId: text
trace: text
apiKey: text
signature: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"id": "text",
"accountName": "text",
"accountApiKey": "text",
"accountSecretKey": "text",
"passphrase": "text",
"certificate": "text"
}
200Success
{
"code": "0",
"msg": "Success",
"tm": 38132770,
"trace": "t-cd06-b4650k11-il3so2-r8ix2e9-1651889609",
"ok": true,
"fail": false
}
Last updated