Merge branch 'refs/heads/feat-user-sync'

This commit is contained in:
junleea 2024-12-15 18:51:19 +08:00
commit 366e9f2821
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func UserSyncDataFromMaster() {
confirm_req.Confirm = data confirm_req.Confirm = data
worker.SyncDataFromMasterReq2(url, confirm_req) worker.SyncDataFromMasterReq2(url, confirm_req)
} else { } else {
worker.SetRedis("user_sync_all", "2")
} }
} }