You've already forked OpenIntegrations
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:
@@ -7,4 +7,4 @@
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
FieldID = "257";
|
||||
|
||||
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID, );
|
||||
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID);
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingSettings(URL);
|
||||
|
||||
Hour = 3600;
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
UserID = 1;
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingSettings(URL, UserID);
|
||||
Result = OPI_Bitrix24.GetTimekeepingSettings(URL, UserID, Token);
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingStatus(URL);
|
||||
|
||||
Hour = 3600;
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
UserID = 1;
|
||||
|
||||
Result = OPI_Bitrix24.GetTimekeepingStatus(URL, UserID);
|
||||
Result = OPI_Bitrix24.GetTimekeepingStatus(URL, UserID, Token);
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
|
||||
Result = OPI_Bitrix24.PauseTimekeeping(URL);
|
||||
|
||||
Hour = 3600;
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Token = "37d1fe66006e9f06006b12e400000001000...";
|
||||
UserID = 1;
|
||||
|
||||
Result = OPI_Bitrix24.PauseTimekeeping(URL, UserID);
|
||||
Result = OPI_Bitrix24.PauseTimekeeping(URL, UserID, Token);
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
Time = OPI_Tools.GetCurrentDate() - Hour;
|
||||
Report = "Late";
|
||||
|
||||
Result = OPI_Bitrix24.StartTimekeeping(URL, UserID, Time, Report, );
|
||||
Result = OPI_Bitrix24.StartTimekeeping(URL, UserID, Time, Report, Token);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
Token = "001.3501506236.091...";
|
||||
ChatID = "689203963@chat.agent";
|
||||
ReplyID = "7419291601358293295";
|
||||
Text = "File caption";
|
||||
|
||||
File = "https://openyellow.neocities.org/test_data/song.m4a" ; // URL
|
||||
FilePath = GetTempFileName("m4a"); // Path
|
||||
|
||||
Reference in New Issue
Block a user