|
@@ -20,13 +20,13 @@ func (s *RiskControl) MultipleFingerprintInIp(req entity.WhitelistListReq) (*ent
|
|
|
|
|
|
// 同tg号码下,有多个提现地址
|
|
|
func (s *RiskControl) MultipleAddressInTg(req entity.WhitelistListReq) (*entity.WhitelistListResp, *code.Result) {
|
|
|
- // TODO MultipleAddressInTg 同tg号码,提现地址数量>5
|
|
|
+ // TODO MultipleAddressInTg 同tg号码,提现地址数量>5 提现记录 根据tgid过滤
|
|
|
return nil, nil
|
|
|
}
|
|
|
|
|
|
// 同提现地址下,有多个tg号码
|
|
|
func (s *RiskControl) MultipleTgInAddress(req entity.WhitelistListReq) (*entity.WhitelistListResp, *code.Result) {
|
|
|
- // TODO MultipleTg 同提现地址,tg号码数量>5
|
|
|
+ // TODO MultipleTg 同提现地址,tg号码数量>5 提现记录 根据address过滤
|
|
|
return nil, nil
|
|
|
}
|
|
|
|