瀏覽代碼

订单详情接口修改

JiahengHe 1 年之前
父節點
當前提交
3fd69211ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;