hl 1 rok pred
rodič
commit
4325732bdd
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      strategy/src/clear_core.rs

+ 2 - 0
strategy/src/clear_core.rs

@@ -636,6 +636,8 @@ 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("auth", HeaderValue::from_static("4L"));
+
 
     // 发送 POST 请求
     let res = client