Browse Source

pdd随机账号

dodo hold 2 năm trước cách đây
mục cha
commit
8a94f190ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
         }