소스 검색

Merge branch 'yun-group-buy' of k.zhang/duoduo into yun-master

k.zhang 3 주 전
부모
커밋
a2b6105495
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apis/shanghu/merchant.active.config.go

+ 1 - 1
apis/shanghu/merchant.active.config.go

@@ -696,7 +696,7 @@ func GetClientActiveQR(c *gin.Context) {
 
 	qr.CheckPath = false
 	qr.Page = "pages/home/home"
-	qr.EnvVersion = "release"
+	qr.EnvVersion = "develop"
 	qr.Scene = "id-" + strconv.FormatInt(inData.ActiveConfigId, 10) + "-c-" + code
 
 	data, err := json.Marshal(&qr)