|
|
@@ -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
|