k.zhang 2 tygodni temu
rodzic
commit
5861cdd11a
1 zmienionych plików z 1 dodań i 1 usunięć
  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)