Răsfoiți Sursa

订单详情接口修改

JiahengHe 1 an în urmă
părinte
comite
3fd69211ab
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;