Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://mvnrepository.com/artifact/com.alipay.global.sdk/global-open-sdk-java
<dependency>
<groupId>com.alipay.global.sdk</groupId>
<artifactId>global-open-sdk-java</artifactId>
<version>2.1.21</version>
<version>2.1.23</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.alipay.global.sdk</groupId>
<artifactId>global-open-sdk-java</artifactId>
<packaging>jar</packaging>
<version>2.1.21</version>
<version>2.1.23</version>
<name>global-open-sdk-java</name>
<url>https://github.com/alipay/global-open-sdk-java</url>
<description>
Expand Down
7 changes: 7 additions & 0 deletions src/main/java/com/alipay/global/api/model/ams/Goods.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,12 @@ public class Goods {

private Amount goodsDiscountAmount;

/**
* The maximum end date for the service goods. Applicable when the merchant type is Service (e.g.,
* online courses, beauty packages). The value follows the ISO 8601 standard format. For example,
* \&quot;2025-11-27T12:00:01+08:30\&quot;.
*/
private String goodsEndsOnTime;

private Goods crossSell;
}
Loading