|
|
@@ -352,7 +352,6 @@ impl Platform for HtxSwap {
|
|
|
if response.code != 200 || response.data["errors"].as_array().unwrap_or(&vec![]).len() > 0 {
|
|
|
return Err(Error::new(ErrorKind::NotFound, format!("htx_swap 取消订单异常{:?}", response).to_string()));
|
|
|
}
|
|
|
- info!("取消订单完成 order_id {} custom_id {} 响应体 {:?}", order_id, custom_id, response);
|
|
|
let res_data_json = response.data;
|
|
|
let mut id = order_id.to_string();
|
|
|
let mut custom_id = custom_id.to_string();
|