修复问题
parent
5319ce901d
commit
bd0fd38c6b
|
@ -511,7 +511,7 @@ public class GamesPGServiceImpl implements IGamesService {
|
|||
paramsMap.put("pageSize", pageSize);
|
||||
Map<String, String> key = this.getKey(betRecordByTimeDTO);
|
||||
|
||||
|
||||
SleepUtil.sleep(6000);
|
||||
ApiNGResponseDTO<ApiGameBetRecordPageResponseDTO> betRecordByTime = ngClient.getBetRecordByTime(paramsMap, key);
|
||||
|
||||
if (this.getIsSuccess(betRecordByTime.getCode())) {
|
||||
|
|
Loading…
Reference in New Issue