@@ -28,6 +28,8 @@ public class AccountGroupsReq {
@NotEmpty
private String password;
+ private String apiKey;
+
@NotNull
private Long goodsId;
@@ -35,10 +37,8 @@ public class AccountGroupsReq {
private Long skuId;
- @NotNull
private Date startTime;
private Date expiryTime;
private BigDecimal amount;