Commit cf26709d authored by 吴春's avatar 吴春

提交

parent 8d7ae863
...@@ -37,6 +37,7 @@ namespace Mall.Common.Pay.WeChatPat ...@@ -37,6 +37,7 @@ namespace Mall.Common.Pay.WeChatPat
/// </summary> /// </summary>
public ResponseHandler(IHttpContextAccessor _accessor) public ResponseHandler(IHttpContextAccessor _accessor)
{ {
xmlMap = new Hashtable();
#region #region
//注意:如果用以下读取流的方法,.net core 3.0 以后一定要加下边那段 //注意:如果用以下读取流的方法,.net core 3.0 以后一定要加下边那段
//.net core 3.0以后需加下边这段,否则Stream会报错 //.net core 3.0以后需加下边这段,否则Stream会报错
......
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