ソースを参照

正式服中心地址

JiahengHe 1 年間 前
コミット
b638dd07f8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      strategy/src/clear_core.rs

+ 1 - 1
strategy/src/clear_core.rs

@@ -642,7 +642,7 @@ pub async fn send_clear_msg_request(body_params: &ClearPositionResult) {
 
 
     // 发送 POST 请求
     // 发送 POST 请求
     let res = client
     let res = client
-        .post("https://t4lapi.skyfffire.com/api/report/searchPositions")
+        .post("https://4lapi.skyfffire.com/api/report/searchPositions")
         .body(body)
         .body(body)
         .headers(headers)
         .headers(headers)
         .send()
         .send()