|
@@ -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)
|