mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-22 18:11:39 +08:00
支付宝条码付修复
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user