Browse Source

修改 woo

hl 1 năm trước cách đây
mục cha
commit
f2f57487c4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      exchanges/src/woo_swap_rest.rs

+ 1 - 1
exchanges/src/woo_swap_rest.rs

@@ -77,7 +77,7 @@ impl WooSwapRest {
     pub async fn get_market(&mut self,params:Value) -> ResponseData {
         let data = self.request("GET".to_string(),
                                 "/v1".to_string(),
-                                "/public/futures".to_string(),
+                                "/public/info".to_string(),
                                 false,
                                 params,
         ).await;