1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-09-17 15:57:44 +03:00
parent 31ffbbaf29
commit 6bf3ad3d30
669 changed files with 6840 additions and 6840 deletions

View File

@@ -1,9 +1,9 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
 URL = FunctionParameters["Bitrix24_URL"];
StorageID = 3;
Result = OPI_Bitrix24.GetStorage(URL, StorageID);
URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
URL = FunctionParameters["Bitrix24_Domain"];
Token = FunctionParameters["Bitrix24_Token"];
Result = OPI_Bitrix24.GetStorage(URL, StorageID, Token);