mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【修复】修复拼团失败退款失效的问题。
This commit is contained in:
@@ -251,7 +251,7 @@ namespace CoreCms.Net.Services
|
||||
else
|
||||
{
|
||||
jm.status = false;
|
||||
jm.msg = "退款失败";
|
||||
jm.msg = "退款失败:" + response.ErrCodeDes;
|
||||
jm.data = response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user