Ethan há 1 mês atrás
pai
commit
a4b9edd41b
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {