Commit 38ff7ceb authored by 吴春's avatar 吴春

提交代码

parent 9fe7ca79
...@@ -43,7 +43,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat ...@@ -43,7 +43,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat
string newStr = txtStr.Replace("$MallBaseId$", query.MallBaseId.ToString()).Replace("$TenantId$", query.TenantId.ToString()); string newStr = txtStr.Replace("$MallBaseId$", query.MallBaseId.ToString()).Replace("$TenantId$", query.TenantId.ToString());
System.IO.File.WriteAllText(path, newStr); System.IO.File.WriteAllText(path, newStr);
return ApiResult.Failed("基础信息配置成功"); return ApiResult.Success("基础信息配置成功");
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment