From c45fcd071efa413f115000544bfe76e86292c034 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 18 十一月 2024 12:12:08 +0800
Subject: [PATCH] 已修改        serverrep/ImportAccountLoginpay.php(支持重新导出)

---
 serverrep/ImportAccountLoginpay.php |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/serverrep/ImportAccountLoginpay.php b/serverrep/ImportAccountLoginpay.php
index 1b5d57d..4cac79e 100644
--- a/serverrep/ImportAccountLoginpay.php
+++ b/serverrep/ImportAccountLoginpay.php
@@ -18,7 +18,23 @@
 	exit();
 }
 logweb("寮�濮嬪鍏�:" . $Channel);
-
+if (array_key_exists("reset", $_GET)) {
+	logweb("閲嶇疆閲嶆柊瀵煎嚭:" . $Channel);
+	$AccountFirstLoginOK = \DBOper\Remove("AccountFirstLogin", array("Channel" => $Channel));
+	$AccountFirstPayOK = \DBOper\Remove("AccountFirstPay", array("Channel" => $Channel));
+	$AccountDayActiveOK = \DBOper\Remove("AccountDayActive", array("Channel" => $Channel));
+	$DailyReportOK = \DBOper\Remove("DailyReport", array("Channel" => $Channel));
+	$AccountFirstLoginReportOK = \DBOper\Remove("AccountFirstLoginReport", array("Channel" => $Channel));
+	$AccountFirstPayReportOK = \DBOper\Remove("AccountFirstPayReport", array("Channel" => $Channel));
+	$eventYMDOK = \DBOper\Remove("ServerEvent", array("Key" => "AccountFirstKeepReportYMD"));
+	logweb("AccountFirstLoginOK:" . $AccountFirstLoginOK);
+	logweb("AccountFirstPayOK:" . $AccountFirstPayOK);
+	logweb("AccountDayActiveOK:" . $AccountDayActiveOK);
+	logweb("DailyReportOK:" . $DailyReportOK);
+	logweb("AccountFirstLoginReportOK:" . $AccountFirstLoginReportOK);
+	logweb("AccountFirstPayReportOK:" . $AccountFirstPayReportOK);
+	logweb("eventYMDOK:" . $eventYMDOK);
+}
 if (!$opt || $opt == "first") {
 	logweb("firstfirstfirst:" . $Channel);
 	impAccountFirstLogin();

--
Gitblit v1.8.0