stanley-king 4 年之前
父节点
当前提交
8ca4c0f2d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/refill/policy/xyz/policy.php

+ 1 - 1
helper/refill/policy/xyz/policy.php

@@ -35,7 +35,7 @@ class policy extends ProviderManager implements IPolicy
         };
         usort($providers, $ascending);
 
-        return $providers;
+        return [$providers,false];
     }
 
     public function can_retry(array $refill_info, array $order_info) : bool