浏览代码

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

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(); //- 商户名称