fix apirequest
This commit is contained in:
parent
594c238a99
commit
67da859830
@ -1628,7 +1628,7 @@ func (a *ApiRequestService) ProcessBehaviorRiskScanRequest(params []byte) ([]byt
|
||||
results := make(chan apiResult, 5) // 5个风险检测项
|
||||
|
||||
// 并行调用五个不同的风险检测API
|
||||
wg.Add(4)
|
||||
wg.Add(5)
|
||||
|
||||
// 黑灰产检测
|
||||
go func() {
|
||||
|
Loading…
Reference in New Issue
Block a user