mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
【优化】微信支付失败的情况下,返回微信回调的详细异常说明。
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user