Explorar el Código

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

lcl hace 1 semana
padre
commit
e1c099e216
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(); //- 商户名称