fix
This commit is contained in:
@@ -97,7 +97,7 @@ func (l *CartListLogic) CartList(req *types.CartListReq, userinfo *auth.UserInfo
|
||||
Cover: *v.Cover,
|
||||
Name: name,
|
||||
Capacity: "",
|
||||
ETA: time.Now().AddDate(0, 0, 60).Format("2006-01-02 15:04:05"),
|
||||
ETA: time.Now().UTC().AddDate(0, 0, 60).Format("2006-01-02 15:04:05"),
|
||||
Pcs: *v.BuyNum,
|
||||
ProductSn: productSn,
|
||||
DesignSn: designSn,
|
||||
|
||||
Reference in New Issue
Block a user