k.zhang 2 週間 前
コミット
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)