Browse Source

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

xiaoyu 2 years ago
parent
commit
60f5f1d23f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/policy/channel_filter.php

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

@@ -70,7 +70,7 @@ class channel_filter
         } elseif ($this->mCardType == mtopcard\ThirdRefillCard) {
             return $inProviders;
         } elseif ($this->mQuality == Quality::Normal) {
-            return $this->asc($inProviders,1,10);
+            return $this->asc($inProviders,1,50);
         } elseif ($this->mQuality == Quality::Quick) {
             return $this->asc($inProviders,1,10);
         } else {