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)