huangjiajun před 1 měsícem
rodič
revize
d9fdd2b657
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      app/md/md_order.go
  2. +1
    -0
      app/svc/svc_order.go

+ 1
- 0
app/md/md_order.go Zobrazit soubor

@@ -39,6 +39,7 @@ type CouponList struct {
Img string `json:"img"`
Content string `json:"content"`
IsCanUse string `json:"is_can_use"`
Info string `json:"info"`
NotUseStr string `json:"not_use_str"`
}
type Sku struct {


+ 1
- 0
app/svc/svc_order.go Zobrazit soubor

@@ -266,6 +266,7 @@ func CommCoupon(c *gin.Context, totalPrice string) map[string]interface{} {
Label: "全部商品可用",
Img: item.Img,
Content: item.Info,
Info: item.Info,
IsCanUse: "0",
NotUseStr: "",
}


Načítá se…
Zrušit
Uložit