Merge branch 'dev/dev_xp' into dev/dev

This commit is contained in:
2025-01-07 14:37:28 +08:00
11 changed files with 46 additions and 25 deletions

View File

@@ -27,4 +27,7 @@ public class ProductPurchaseDTO {
@ApiModelProperty("是否自动续订 one_time || recurring")
private Boolean autoRenewal;
@ApiModelProperty("使用Alipay-HK时需要选择 ALIPAYHK || ALIPAYCN")
private String wallet;
}