Jelajahi Sumber

来客吧费率规则和盒子一样

lcl 9 bulan lalu
induk
melakukan
2bac3ff392
2 mengubah file dengan 7 tambahan dan 2 penghapusan
  1. 2 2
      AppStart/Helper/SetDepositPostService.cs
  2. 5 0
      global.json

+ 2 - 2
AppStart/Helper/SetDepositPostService.cs

@@ -62,7 +62,7 @@ namespace MySystem
                                 {
                                     decimal Fee = 0.63M;
                                     int addRate = 0;
-                                    if(pos.BrandId != 12 && pos.BrandId != 13)
+                                    if(pos.BrandId != 12 && pos.BrandId != 13 && pos.BrandId != 15)
                                     {
                                         if(Kind == 1) 
                                         {
@@ -77,7 +77,7 @@ namespace MySystem
                                             }
                                         }
                                     }
-                                    if(pos.BrandId == 12 || pos.BrandId == 13)
+                                    if(pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15)
                                     {
                                         if(Kind > 1) Fee = 0.6M;
                                     }

+ 5 - 0
global.json

@@ -0,0 +1,5 @@
+{
+  "sdk": {
+    "version": "3.0.100"
+  }
+}