Last updated 1 month ago
记录ID
账号别名
apiKey(cumberland交易所为cumberland的counterpartyId)
secretKey(cumberland交易所为cumberland的userId)
私钥密码,非必填,passphrase
pkcs12格式证书的Bsae16字符串。
系统通用返回码。0-成功,其他异常
返回信息
模块标识码
处理时长(毫秒)
全局链路标志信息
返回描述中占位符参数串,多个参数间以,分割
const response = await fetch('/global/customer.admin.CustomerDirectAccAdminApiService.edit', { method: 'POST', headers: { "companyId": "text", "trace": "text", "apiKey": "text", "signature": "text", "version": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "id": "text" }), }); const data = await response.json();
{ "code": "text", "msg": "text", "bizCode": "text", "tm": 0, "trace": "text", "msgParams": "text", "data": { "companyId": "text", "customerId": "text", "customerNo": "text", "exchangeCode": "text", "accountType": "text", "accountName": "text", "accountApiKey": "text", "certificate": "text" } }