1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-06-11 17:43:58 +00:00 committed by Vitaly the Alpaca (bot)
parent 42ac1bb22d
commit 89267bda6b
4 changed files with 237 additions and 225 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3289,6 +3289,8 @@ Procedure B24_PostsManagment() Export
OPI_TestDataRetrieval.ParameterToCollection("Bitrix24_URL" , TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Bitrix24_Domain", TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Bitrix24_Token" , TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Picture" , TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Picture2" , TestParameters);
Bitrix24_CreatePost(TestParameters);
Bitrix24_DeletePost(TestParameters);
@ -5481,10 +5483,12 @@ Procedure Bitrix24_CreatePost(FunctionParameters)
Text = "Text of post";
Title = "Post title";
Image1 = FunctionParameters["Picture"];
Image2 = FunctionParameters["Picture2"];
Files = New Map;
Files.Insert("1.png", "C:\1.jpg");
Files.Insert("2.png", "C:\1.jpg");
Files.Insert("1.png", Image1);
Files.Insert("2.png", Image2);
URL = FunctionParameters["Bitrix24_URL"];

View File

@ -3289,6 +3289,8 @@ Procedure B24_PostsManagment() Export
OPI_TestDataRetrieval.ParameterToCollection("Bitrix24_URL" , TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Bitrix24_Domain", TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Bitrix24_Token" , TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Picture" , TestParameters);
OPI_TestDataRetrieval.ParameterToCollection("Picture2" , TestParameters);
Bitrix24_CreatePost(TestParameters);
Bitrix24_DeletePost(TestParameters);
@ -5481,10 +5483,12 @@ Procedure Bitrix24_CreatePost(FunctionParameters)
Text = "Text of post";
Title = "Post title";
Image1 = FunctionParameters["Picture"];
Image2 = FunctionParameters["Picture2"];
Files = New Map;
Files.Insert("1.png", "C:\1.jpg");
Files.Insert("2.png", "C:\1.jpg");
Files.Insert("1.png", Image1);
Files.Insert("2.png", Image2);
URL = FunctionParameters["Bitrix24_URL"];

View File

@ -3289,6 +3289,8 @@
OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("Bitrix24_URL" , ПараметрыТеста);
OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("Bitrix24_Domain", ПараметрыТеста);
OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("Bitrix24_Token" , ПараметрыТеста);
OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("Picture" , ПараметрыТеста);
OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("Picture2" , ПараметрыТеста);
Bitrix24_СоздатьНовость(ПараметрыТеста);
Bitrix24_УдалитьНовость(ПараметрыТеста);
@ -5481,10 +5483,12 @@
Текст = "Текст новости";
Заголовок = "Заголовок новости";
Картинка1 = ПараметрыФункции["Picture"];
Картинка2 = ПараметрыФункции["Picture2"];
Файлы = Новый Соответствие;
Файлы.Вставить("1.png", "C:\1.jpg");
Файлы.Вставить("2.png", "C:\1.jpg");
Файлы.Вставить("1.png", Картинка1);
Файлы.Вставить("2.png", Картинка2);
URL = ПараметрыФункции["Bitrix24_URL"];