1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-13 23:36:04 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-04 13:35:56 +03:00
parent 690d525b70
commit 1dd489de49
191 changed files with 5195 additions and 5073 deletions

View File

@@ -1,8 +1,8 @@
 Наименование2 = "Картинка2.jpg";
Наименование = "Картинка1.jpg";
Картинка2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // Локальный путь, URL или Двоичные данные
Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // Локальный путь, URL или Двоичные данные
Картинка2 = "https://openyellow.neocities.org/test_data/picture.jpg"; // Локальный путь, URL или Двоичные данные
Картинка = "https://openyellow.neocities.org/test_data/picture2.jpg"; // Локальный путь, URL или Двоичные данные
IDПриемника = "10842";

View File

@@ -1,8 +1,8 @@
 Наименование2 = "Картинка2.jpg";
Наименование = "Картинка1.jpg";
Картинка2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // Локальный путь, URL или Двоичные данные
Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // Локальный путь, URL или Двоичные данные
Картинка2 = "https://openyellow.neocities.org/test_data/picture.jpg"; // Локальный путь, URL или Двоичные данные
Картинка = "https://openyellow.neocities.org/test_data/picture2.jpg"; // Локальный путь, URL или Двоичные данные
IDПриемника = 3;

View File

@@ -1,7 +1,7 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
IDЧата = "872";
Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg";
Картинка = "https://openyellow.neocities.org/test_data/picture2.jpg";
Результат = OPI_Bitrix24.ИзменитьКартинкуЧата(URL, IDЧата, Картинка);

View File

@@ -1,6 +1,6 @@
 Текст = "Новый текст новости";
Заголовок = "Новый заголовок новости";
Картинка1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Путь или Двоичные данные
Картинка1 = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Путь или Двоичные данные
IDНовости = "836";
Файлы = Новый Соответствие;

View File

@@ -1,6 +1,6 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
IDЧата = "872";
Файл = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"; // Двоичные данные, URL или путь к файлу
Файл = "https://openyellow.neocities.org/test_data/document.docx"; // Двоичные данные, URL или путь к файлу
Описание = "Очень важный файл";
Каталог = OPI_Bitrix24.ПолучитьКаталогФайловЧата(URL, IDЧата);

View File

@@ -1,4 +1,4 @@
 Наименование = "Картинка";
URL = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
URL = "https://openyellow.neocities.org/test_data/picture.jpg";
Результат = OPI_Bitrix24.ПолучитьБлокКартинки(Наименование, URL);

View File

@@ -1,4 +1,4 @@
 Наименование = "Картинка";
URL = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";
URL = "https://openyellow.neocities.org/test_data/document.docx";
Результат = OPI_Bitrix24.ПолучитьБлокФайла(Наименование, URL);

View File

@@ -1,7 +1,7 @@
 Текст = "Текст новости";
Заголовок = "Заголовок новости";
Картинка1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Путь или Двоичные данные
Картинка2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Путь или Двоичные данные
Картинка1 = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Путь или Двоичные данные
Картинка2 = "https://openyellow.neocities.org/test_data/picture2.jpg"; // URL, Путь или Двоичные данные
Файлы = Новый Соответствие;
Файлы.Вставить("1.png", Картинка1);

View File

@@ -1,4 +1,4 @@
 Картинка = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
 Картинка = "https://openyellow.neocities.org/test_data/picture.jpg";
OPI_ПреобразованиеТипов.ПолучитьДвоичныеДанные(Картинка);
B64Картинка = ПолучитьBase64СтрокуИзДвоичныхДанных(Картинка);