Commit 53741b29 authored by liudong1993's avatar liudong1993

增加异常记录

parent bd9b6316
......@@ -363,8 +363,9 @@ namespace Mall.Common.Plugin
stream = rsp.GetResponseStream();
return ReadImageForStream_V2(stream, path);
}
catch
catch(Exception ex)
{
LogHelper.Write(ex, "GetResponseAsStringBase64_V2");
return "";
}
finally
......
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