1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Доработки по пропущенным тестам

This commit is contained in:
Anton
2024-09-29 19:31:54 +03:00
parent 79a60b47e4
commit 508cf5fa58
617 changed files with 6371 additions and 6006 deletions
@@ -4,13 +4,13 @@
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // Local path, URL or Binary Data
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // Local path, URL or Binary Data
DestinationID = "10842";
DestinationID = "11260";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
Result = OPI_Bitrix24.UploadFileToFolder(URL, Filename2, Image2, DestinationID);
URL = "b24-ar17wx.bitrix24.by";
Token = "c3abf666006e9f06006b12e400000001000...";
Token = "ae6af966006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.UploadFileToFolder(URL, Name, Image, DestinationID, Token);