支付宝条码付修复

This commit is contained in:
egzosn@gmail.com
2017-05-11 10:28:50 +08:00
parent 38eb071d35
commit 7c5c89521e

View File

@@ -75,7 +75,7 @@ public class AliPayService extends BasePayService {
public boolean verify(Map<String, Object> params) {
if (params.get("sign") == null || params.get("notify_id") == null) {
if (params.get("sign") == null) {
log.debug("支付宝支付异常params" + params);
return false;
}