File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.20 - 2025-10-22
4+ - 返回 3DS 是否无摩擦
5+
36## 1.2.19 - 2025-10-17
47- requestTime毫秒级传输
58
Original file line number Diff line number Diff line change 11```
22Language:GO
33GO version:1.22.5+
4- Tags:v1.2.19
4+ Tags:v1.2.20
55Copyright:Ant financial services group
66```
77
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ type PaymentResultInfo struct {
2222 RefusalReasonRaw string `json:"refusalReasonRaw,omitempty"`
2323 MerchantAdviceCode string `json:"merchantAdviceCode,omitempty"`
2424 AcquirerInfo AcquirerInfo `json:"acquirerInfo,omitempty"`
25+ ExemptionRequested string `json:"exemptionRequested,omitempty"`
2526}
2627
2728type ThreeDSResult struct {
@@ -32,4 +33,6 @@ type ThreeDSResult struct {
3233 Xid string `json:"xid,omitempty"`
3334 ThreeDStransactionStatusReason string `json:"threeDStransactionStatusReason,omitempty"`
3435 ChallengeCancel string `json:"challengeCancel,omitempty"`
36+ Challenged bool `json:"challenged,omitempty"`
37+ ExemptionType string `json:"exemptionType,omitempty"`
3538}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ type AlipayInquireExchangeRateRequest struct {
1212 CurrencyPairs []* model.CurrencyPair `json:"currencyPairs,omitempty"`
1313 SellCurrency string `json:"sellCurrency,omitempty"`
1414 BuyCurrency string `json:"buyCurrency,omitempty"`
15+ ProductCode model.ProductCodeType `json:"productCode,omitempty"`
1516}
1617
1718func (alipayInquireExchangeRateRequest * AlipayInquireExchangeRateRequest ) NewRequest () * request.AlipayRequest {
You can’t perform that action at this time.
0 commit comments