瀏覽代碼

启动参数修改

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();