소스 검색

pdd随机账号

dodo hold 2 년 전
부모
커밋
8a94f190ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      molilian.core/Core/pdd/PddPoolCore.cs

+ 1 - 1
molilian.core/Core/pdd/PddPoolCore.cs

@@ -35,7 +35,7 @@ namespace molilian.core
         {
             var list = List();
             if (!list.Any()) return null;
-            return list.Where(e => IsMatch(e, mode, accountid)).FirstOrDefault();
+            return list.Where(e => IsMatch(e, mode, accountid)).OrderBy(l => Guid.NewGuid()).FirstOrDefault();
         }