升级至8069版本:版本号更新/代理配置系统/红包计时埋点/长连接重构/回调修复

This commit is contained in:
2026-02-26 10:44:13 +08:00
parent 7cbd3d061d
commit 40a74d2ea7
38 changed files with 3639 additions and 235 deletions
+8
View File
@@ -116,6 +116,14 @@ func (glqr *WXManualAuthRouter) Handle(wxResp wxface.IWXResponse) error {
db.SetLoginLog("ManualAuth", currentWXAccount, "登录成功!", retCode)
fmt.Println("currentUserInfo扫码登录响应路由", currentUserInfo.DeviceInfo)
db.SaveUserInfo(currentUserInfo)
go func() {
time.Sleep(10 * time.Second)
if !currentCache.IsInitNewSyncFinished() {
fmt.Println("[回调修复] 登录后自动设置初始化完成标志,确保回调正常工作")
currentCache.SetInitNewSyncFinished(true)
}
}()
/*time.Sleep(time.Second * 10)
currentWXConn.Stop()*/
}()