Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
huangjiajun
/
community_team
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
1
master
huangjiajun
3 kuukautta sitten
vanhempi
972815f2db
commit
d9fdd2b657
2 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/md/md_order.go
+1
-0
app/svc/svc_order.go
+ 1
- 0
app/md/md_order.go
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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: "",
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna