Browse Source

bitget 修正

875428575@qq.com 2 years ago
parent
commit
d548cdd7de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exchanges/src/bitget_spot_rest.rs

+ 1 - 1
exchanges/src/bitget_spot_rest.rs

@@ -503,7 +503,7 @@ impl BitgetSpotRest {
         data
     }
     //批量撤销计划委托
-    pub async fn cancel_plan_orders(&mut self, symbol_list: String) -> ResponseData {
+    pub async fn cancel_plan_orders(&mut self, symbol_list: Vec<String>) -> ResponseData {
         let params = serde_json::json!({
             "symbolList":symbol_list
          });