This commit is contained in:
laodaming
2023-10-27 10:25:29 +08:00
parent ba0d6b2525
commit 058c6d6391
4 changed files with 26 additions and 22 deletions

View File

@@ -226,6 +226,7 @@ func (l *AddToCartLogic) AddToCart(req *types.AddToCartReq, userinfo *auth.UserI
CombineImage: req.CombineImage,
RenderImage: req.RenderImage,
TemplateInfo: gmodel.TemplateInfo{
SwitchInfo: req.SwitchInfo,
TemplateJson: templateJson,
TemplateTag: templateTag,
SelectColorIndex: req.SelectColorIndex,