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