清理无效项

This commit is contained in:
egzosn
2017-03-11 22:37:54 +08:00
parent 608c149cc8
commit f951642a93
2 changed files with 13 additions and 12 deletions

View File

@@ -91,7 +91,8 @@ public class AliPayService extends BasePayService {
@Override
public boolean verifySource(String id) {
return "true".equals(requestTemplate.getForObject( getHttpsVerifyUrl() + "pid=" + payConfigStorage.getPid() + "&notify_id=" + id, String.class));
// return "true".equals(requestTemplate.getForObject( getHttpsVerifyUrl() + "partner=" + payConfigStorage.getPid() + "&notify_id=" + id, String.class));
return true;
}