stanley-king 7 年之前
父节点
当前提交
f957c26a75
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      helper/bonus/parameters.php

+ 4 - 5
helper/bonus/parameters.php

@@ -72,11 +72,10 @@ class parameters
     {
         $rate_moneys = [
             ['amount' => 10,  'num' => 1, 'rate' => 100],
-            ['amount' => 1,   'num' => 1, 'rate' => 100],
-            ['amount' => 0.5, 'num' => 1, 'rate' => 100],
-            ['amount' => 0.25,'num' => 1, 'rate' => 100],
-            ['amount' => 0.10,'num' => 1, 'rate' => 100],
-            ['amount' => 0.01,'num' => 1, 'rate' => 100],
+            ['amount' => 1,   'num' => 1, 'rate' => 40],
+            ['amount' => 0.5, 'num' => 1, 'rate' => 40],
+            ['amount' => 0.25,'num' => 1, 'rate' => 40],
+            ['amount' => 0.10,'num' => 1, 'rate' => 40],
         ];
 
         $count = count($rate_moneys);