Browse Source

入库费率默认为0.38

lcl 1 year ago
parent
commit
b770d60414
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Areas/Api/Controllers/v1/MainServer/MerchantAddInfoController.cs

+ 1 - 1
Areas/Api/Controllers/v1/MainServer/MerchantAddInfoController.cs

@@ -147,7 +147,7 @@ namespace MySystem.Areas.Api.Controllers.v1
             query.MerchantShortname = MerchantShortname;
             query.Qualifications = Qualifications; //特殊资质图片
             query.ActivitiesId = "20191030111cff5b5e";
-            query.ActivitiesRate = "0.60";
+            query.ActivitiesRate = "0.38";
             query.CreateMan = AlipayAccount;
             query.UpdateMan = AlipayMccCode;
             MerchantInfo merchant = maindb.MerchantInfo.FirstOrDefault(m => m.Id == query.Id);