이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
huangjiajun
/
community_team
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
1
master
huangjiajun
1 개월 전
부모
972815f2db
커밋
d9fdd2b657
2개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
파일 보기
@@ -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: "",
}
쓰기
미리보기
불러오는 중...
취소
저장