Skip to content

Commit af0d90e

Browse files
authored
Merge pull request #50 from alipay/feature-241126
CKP二期支付结果查询和支付结果通知透出支付方式信息
2 parents ac0284b + 596aa04 commit af0d90e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGE.log

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,5 @@ add AlipayVaultingSessionRequest.is3DSAuthentication 哈啰集成绑卡SDK
126126
37、Version:2.0.44
127127
update --- notify
128128
37、Version:2.0.45
129-
update --- Leg 航司场景,风控诉求
129+
update --- Leg 航司场景,风控诉求
130+
CKP二期支付结果查询和支付结果通知透出支付方式信息

src/main/java/com/alipay/global/api/request/ams/notify/AlipayPayResultNotify.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ public class AlipayPayResultNotify extends AlipayNotify {
7272

7373
private List<PromotionResult> promotionResult;
7474

75+
private String paymentMethodType;
76+
7577
}

src/main/java/com/alipay/global/api/request/ams/pay/AlipayPayQueryRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public class AlipayPayQueryRequest extends AlipayRequest<AlipayPayQueryResponse>
2525
*/
2626
private String merchantAccountId;
2727

28+
private String paymentMethodType;
29+
2830
public AlipayPayQueryRequest() {
2931
this.setPath(AntomPathConstants.INQUIRY_PAYMENT_PATH);
3032
}

0 commit comments

Comments
 (0)