fix
This commit is contained in:
@@ -15,7 +15,7 @@ type VerifyShoppingCartSnapshotDataChangeReq struct {
|
||||
MapTemplate map[int64]gmodel.FsProductTemplateV2
|
||||
MapCartChange map[int64]string
|
||||
MapSnapshot map[int64]CartSnapshot
|
||||
MapProduct map[int64]struct{}
|
||||
MapProduct map[int64]gmodel.FsProduct
|
||||
}
|
||||
|
||||
func VerifyShoppingCartSnapshotDataChange(req VerifyShoppingCartSnapshotDataChangeReq) error {
|
||||
|
||||
Reference in New Issue
Block a user