go-common/app/job/main/passport-user-compare/README.md
2019-04-22 18:49:16 +08:00

22 lines
662 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## passport-user-compare
### 项目简介
> 账号项目重构,用户基本信息数据对比脚本;
### 功能介绍
#### 1. 全量对比和修复
依赖于老库数据;每隔一天进行全量对比用户密码和盐、手机、邮箱、二次登录状态、密保问题等核心字段
#### 2. 增量对比和修复
1. 定时对比信息,并且依赖于老库进行修复(10分钟比对最近10分钟修改过的数据)
2. 当用户行为处罚需要要进行数据对比吗,并依赖于老库进行修复
#### 编译环境
> 请只用golang v1.8.x以上版本编译执行。
#### 依赖包
> 1.公共包go-common
#### 特别说明