This commit is contained in:
aozhiwei 2024-06-26 13:03:52 +08:00
parent af852fa33b
commit 89643584de

View File

@ -20,7 +20,6 @@ func GetShopCartByOpenId(openId string) *common.ShopCart {
return
}
if ds.Next() {
cartDb := common.NewShopCart()
if q5.DecodeJson(ds.GetByName("data"), cartDb) == nil {
}
}