mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-31 21:09:40 +08:00
修复支付宝查询订单时out_trade_no和trade_no参数是二选一问题
This commit is contained in:
@@ -457,10 +457,6 @@ public class AliPayService extends BasePayService {
|
||||
throw new PayErrorException(new PayException("failure", "非法类型异常:" + tradeNoOrBillDate.getClass()));
|
||||
}
|
||||
|
||||
if (!(tradeNoOrBillDate instanceof String)){
|
||||
throw new PayErrorException(new PayException("failure", "非法类型异常:" + tradeNoOrBillDate.getClass()));
|
||||
}
|
||||
|
||||
//获取公共参数
|
||||
Map<String, Object> parameters = getPublicParameters(transactionType);
|
||||
//设置请求参数的集合
|
||||
|
||||
Reference in New Issue
Block a user