浏览代码

二维码

k.zhang 3 周之前
父节点
当前提交
5861cdd11a
共有 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)