【优化】微信支付失败的情况下,返回微信回调的详细异常说明。

This commit is contained in:
jianweie code
2023-02-28 22:41:56 +08:00
parent 080e07cf80
commit 10b84e044d

View File

@@ -250,7 +250,7 @@ namespace CoreCms.Net.Services
{ {
jm.status = false; jm.status = false;
jm.msg = "微信建立支付请求失败"; jm.msg = "微信建立支付请求失败";
//jm.otherData = response; jm.otherData = response;
NLogUtil.WriteAll(NLog.LogLevel.Error, LogType.Web, "微信支付失败", JsonConvert.SerializeObject(response)); NLogUtil.WriteAll(NLog.LogLevel.Error, LogType.Web, "微信支付失败", JsonConvert.SerializeObject(response));
} }
return jm; return jm;