更新账户
Header parameters
companyIdstringRequiredExample:
公司ID
{{company}}tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}apiKeystringRequiredExample:
apiKey
{{apikey}}recvWindowstringOptionalExample:
时间窗口
5000signaturestringRequiredExample:
签名
{{sign}}langstringOptionalExample:
语言
zh-CNversionstringRequiredExample:
接口版本
0.0.1Body
idstringRequired
记录ID
accountNamestringOptional
账号别名
accountApiKeystringOptional
apiKey(cumberland交易所为cumberland的counterpartyId)
accountSecretKeystringOptional
secretKey(cumberland交易所为cumberland的userId)
passphrasestringOptional
私钥密码,非必填,passphrase
certificatestringOptional
pkcs12格式证书的Bsae16字符串。
Responses
200Success
application/json
codestringRequired
系统通用返回码。0-成功,其他异常
msgstringRequired
返回信息
bizCodestringRequired
模块标识码
tmnumberRequired
处理时长(毫秒)
tracestringRequired
全局链路标志信息
msgParamsstring · nullableRequired
返回描述中占位符参数串,多个参数间以,分割
post/global/customer.admin.CustomerDirectAccAdminApiService.edit
POST /global/customer.admin.CustomerDirectAccAdminApiService.edit HTTP/1.1
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