|
|
@@ -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();
|
|
|
|