mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【优化】移除后台登录默认记录账号密码功能。
【修复】修复前端提交数据可能存在风险的校验。
This commit is contained in:
@@ -481,6 +481,13 @@ namespace CoreCms.Net.Services
|
||||
}
|
||||
|
||||
var billPayments = result.data as CoreCmsBillPayments;
|
||||
|
||||
if (billPayments.money < 0)
|
||||
{
|
||||
jm.msg = "支付金额异常!";
|
||||
return jm;
|
||||
}
|
||||
|
||||
//根据支付方式返回支付配置
|
||||
//微信支付
|
||||
if (paymentCode == GlobalEnumVars.PaymentsTypes.wechatpay.ToString())
|
||||
|
||||
Reference in New Issue
Block a user