|
|
@@ -186,7 +186,6 @@ impl Platform for GateSwap {
|
|
|
error!("GateSwap:获取币对ct_val失败!error={}", error);
|
|
|
HashMap::new()
|
|
|
});
|
|
|
- info!("ct_val_map={:?}", ct_val_map);
|
|
|
loop {
|
|
|
let res_data = self.request.my_trades("usdt".to_string(), "".to_string(), 1000, last_id.clone()).await;
|
|
|
if res_data.code == 200 {
|