|
@@ -11,7 +11,7 @@ use serde_json::Value;
|
|
|
use crate::http_tool::RestTool;
|
|
use crate::http_tool::RestTool;
|
|
|
use crate::response_base::ResponseData;
|
|
use crate::response_base::ResponseData;
|
|
|
use sha2::Sha512;
|
|
use sha2::Sha512;
|
|
|
-use tracing::{error, info, trace};
|
|
|
|
|
|
|
+use tracing::{error, info};
|
|
|
|
|
|
|
|
#[derive(Clone)]
|
|
#[derive(Clone)]
|
|
|
pub struct GateSwapRest {
|
|
pub struct GateSwapRest {
|
|
@@ -217,7 +217,7 @@ impl GateSwapRest {
|
|
|
}
|
|
}
|
|
|
_ => {} // 处理未知请求类型
|
|
_ => {} // 处理未知请求类型
|
|
|
};
|
|
};
|
|
|
- trace!("----param{}", param.to_string());
|
|
|
|
|
|
|
+ // trace!("----param{}", param.to_string());
|
|
|
let data = self.swap_order(settle, param).await;
|
|
let data = self.swap_order(settle, param).await;
|
|
|
data
|
|
data
|
|
|
}
|
|
}
|