Ver código fonte

订单详情接口修改

JiahengHe 1 ano atrás
pai
commit
3fd69211ab
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      exchanges/src/htx_swap_rest.rs

+ 1 - 1
exchanges/src/htx_swap_rest.rs

@@ -142,7 +142,7 @@ impl HtxSwapRest {
     pub async fn get_order_details(&mut self, params: Value) -> ResponseData {
         let data = self.request("POST".to_string(),
                                 "/linear-swap-api/v1".to_string(),
-                                format!("/swap_cross_order_detail"),
+                                format!("/swap_cross_order_info"),
                                 true,
                                 params,
         ).await;