فهرست منبع

创客-首页-新增商户日志,增加是否子商户

lcl 1 هفته پیش
والد
کامیت
e1c099e216
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Areas/Api/Controllers/Main/MerchantAddInfoController.cs

+ 1 - 1
Areas/Api/Controllers/Main/MerchantAddInfoController.cs

@@ -45,7 +45,7 @@ namespace MySystem.Areas.Api.Controllers.v1
         }
         public AppResultJson AddDo(string value, bool sub = false)
         {
-            Utils.WriteLog(value, "创客-首页-新增商户");
+            Utils.WriteLog(value + ";sub:" + sub, "创客-首页-新增商户");
             JsonData data = JsonMapper.ToObject(value);
             int UserId = int.Parse(function.CheckInt(data.getItem("UserId").ToString()));
             string CertMerchantName = data.getItem("CertMerchantName").ToString(); //- 商户名称