package
Version:
v0.0.0-...-e6e6a7d
Opens a new window with list of versions in this module.
Published: Dec 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ReqCheck struct {
ComSkuIds []int `json:"comSkuIds"`
IsCheck int `json:"isCheck"`
}
type ReqCreate struct {
TypeId int `json:"typeId"`
ComSkuId int `json:"comSkuId"`
Num int `json:"num"`
FeedId int `json:"feedId"`
}
type ReqDel struct {
Ids []ReqDelOne `json:"ids"`
}
type ReqDelOne struct {
TypeId int `json:"typeId"`
FeedId int `json:"feedId"`
ComSkuIds int `json:"comSkuIds"`
}
type ReqInfo struct {
ComSkuId int `form:"comSkuId"`
}
type ReqList struct {
CartIds []int `json:"cartIds"`
Current int `form:"current"`
}
type ReqUpdate struct {
TypeId int `json:"typeId"`
ComSkuId int `json:"comSkuId"`
Quantity int `json:"quantity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.