This website works better with JavaScript.
Home
Explore
Help
Sign In
huangjiajun
/
community_team
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
huangjiajun
1 month ago
parent
972815f2db
commit
d9fdd2b657
2 changed files
with
2 additions
and
0 deletions
Split View
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
View File
@@ -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
View File
@@ -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: "",
}
Write
Preview
Loading…
Cancel
Save