Browse Source

Merge branch 'master' into feature/v4.7.16

lianbingjie 3 years ago
parent
commit
4e6f4ce600
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/modules/publicapply/src/ad/entity/struct.go

+ 1 - 0
src/jfw/modules/publicapply/src/ad/entity/struct.go

@@ -17,6 +17,7 @@ type AdInfo struct {
 		Width     string `json:"width"`     //宽度
 		StartTime string `json:"startTime"` //开始时间
 		EndTime   string `json:"endTime"`   //结束时间
+		IosHref   string `json:"iosHref"`   //根据客户端不同 是否访问不同地址
 	} `json:"o_extend"` //拓展属性
 	S_script string `json:"s_script"` //脚本
 }