mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-22 18:11:39 +08:00
清理无效项
This commit is contained in:
@@ -91,7 +91,8 @@ public class AliPayService extends BasePayService {
|
||||
@Override
|
||||
public boolean verifySource(String id) {
|
||||
|
||||
return "true".equals(requestTemplate.getForObject( getHttpsVerifyUrl() + "pid=" + payConfigStorage.getPid() + "¬ify_id=" + id, String.class));
|
||||
// return "true".equals(requestTemplate.getForObject( getHttpsVerifyUrl() + "partner=" + payConfigStorage.getPid() + "¬ify_id=" + id, String.class));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user