Compare commits

..

No commits in common. "366e9f2821b04ed7bb911174fb4e6b2986e29be2" and "d0619ca01bf59bab55596851f1adffb07525e4d7" have entirely different histories.

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")
} }
} }