hl 1 năm trước cách đây
mục cha
commit
6ab07cf543
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      exchanges/src/cointr_swap_ws.rs

+ 1 - 1
exchanges/src/cointr_swap_ws.rs

@@ -337,7 +337,7 @@ impl CointrSwapWs {
     //数据解析
     pub async fn ok_text(text: String) -> ResponseData
     {
-        info!("原始数据:{}", text);
+        // info!("原始数据:{}", text);
         let mut res_data = ResponseData::new("".to_string(), 200, "success".to_string(), Value::Null);
         let json_value: Value = serde_json::from_str(&text).unwrap();