You've already forked OpenIntegrations
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:
@@ -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";
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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Чата, Картинка);
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Файлы = Новый Соответствие;
|
||||
|
||||
@@ -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Чата);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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СтрокуИзДвоичныхДанных(Картинка);
|
||||
|
||||
Reference in New Issue
Block a user