Browse Source

手续费改为0

zhoulj 4 years ago
parent
commit
72d96e19cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Consts/BillConst.php

+ 1 - 1
app/Consts/BillConst.php

@@ -7,7 +7,7 @@ namespace App\Consts;
 class BillConst
 {
     // 手续费1%
-    public const SERVICE_RATE = 0.01;
+    public const SERVICE_RATE = 0;
 
     // 开放时间
     public const SERVICE_START = '2020-10-02 00:00:00';