浏览代码

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();
         }