Ethan 1 mēnesi atpakaļ
vecāks
revīzija
a4b9edd41b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      service/qrcode.go

+ 1 - 1
service/qrcode.go

@@ -114,7 +114,7 @@ func (q *qrcode) GetWxQrCode(ctx context.Context, req *http_model.GetWxQRCodeReq
 		Page:       reqPath,
 		Width:      430,
 		CheckPath:  false,
-		EnvVersion: "develop",
+		EnvVersion: "trial",
 	}
 	jsonBody, err := json.Marshal(qrRequest)
 	if err != nil {