hl преди 1 година
родител
ревизия
c2645c2b1f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      strategy/src/clear_core.rs

+ 1 - 0
strategy/src/clear_core.rs

@@ -636,6 +636,7 @@ pub async fn send_clear_msg_request(body_params: &ClearPositionResult) {
     let mut headers = HeaderMap::new();
     headers.insert(CONTENT_TYPE, HeaderValue::from_static("application/json"));
     headers.insert("report_token", HeaderValue::from_static("r7T$8gBV!f&L@E2+"));
+    headers.insert("report_token22222", HeaderValue::from_static("r7T$8gBV!f&L@E2+"));
     headers.insert("auth", HeaderValue::from_static("4L"));
 
     let body = serde_json::to_string(&body_params).unwrap();