跳到主要内容

ChangeLeverageResp

symbolstring

已更新杠杆的交易对。

timestampint64

服务器处理时间,Unix 时间戳(毫秒)。

statusint32

结果状态码(0 表示成功;非零表示失败)。

typeint32

交易系统返回的结果类型代码。

messagestring

可读状态消息;通常在失败时填充。

ChangeLeverageResp
{
"symbol": "string",
"timestamp": 0,
"status": 0,
"type": 0,
"message": "string"
}