ChangeAddress

@Summary(value = "修改收货地址")
@CommandRoute(action = "address", method = CommandRoute.Method.PUT, appendIdPath = CommandRoute.AppendPath.ALWAYS)
data class ChangeAddress(val shippingAddress: ShippingAddress)

ChangeAddress .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor(shippingAddress: ShippingAddress)

Properties

Link copied to clipboard