更新账户

更新账户

post
Header parameters
companyIdstringRequired

公司ID

Example: {{company}}
tracestringRequired

全局链路唯一标志

Example: {{mock_trace}}
apiKeystringRequired

apiKey

Example: {{apikey}}
recvWindowstringOptional

时间窗口

Example: 5000
signaturestringRequired

签名

Example: {{sign}}
langstringOptional

语言

Example: zh-CN
versionstringRequired

接口版本

Example: 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