toggle menu
Wow
3.16.8
jvm
switch theme
search in API
example-api
/
me.ahoo.wow.example.api.cart
/
ChangeQuantity
Change
Quantity
@
Order
(
value
=
2
)
@
Summary
(
value
=
"变更购买数量"
)
@
CommandRoute
(
appendIdPath
=
CommandRoute.AppendPath.ALWAYS
)
data
class
ChangeQuantity
(
val
id
:
String
,
val
productId
:
String
,
val
quantity
:
Int
)
Members
Constructors
Change
Quantity
Link copied to clipboard
constructor
(
id
:
String
,
productId
:
String
,
quantity
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
String
product
Id
Link copied to clipboard
@
NotBlank
val
productId
:
String
quantity
Link copied to clipboard
@
Positive
val
quantity
:
Int