mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【优化】微信支付失败的情况下,返回微信回调的详细异常说明。
This commit is contained in:
@@ -250,7 +250,7 @@ namespace CoreCms.Net.Services
|
||||
{
|
||||
jm.status = false;
|
||||
jm.msg = "微信建立支付请求失败";
|
||||
//jm.otherData = response;
|
||||
jm.otherData = response;
|
||||
NLogUtil.WriteAll(NLog.LogLevel.Error, LogType.Web, "微信支付失败", JsonConvert.SerializeObject(response));
|
||||
}
|
||||
return jm;
|
||||
|
||||
Reference in New Issue
Block a user