Skip to content

Commit ebadf12

Browse files
Fastfix
1 parent 6196c86 commit ebadf12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
 URL = FunctionParameters["Bitrix24_URL"];
2-
TaskID = FunctionParameters["Bitrix24_HookTaskID"];
1+
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
2+
TaskID = "6416";
33

44
Result = OPI_Bitrix24.GetTaskHistory(URL, TaskID);
55

6-
URL = FunctionParameters["Bitrix24_Domain"];
7-
Token = FunctionParameters["Bitrix24_Token"];
6+
URL = "b24-ar17wx.bitrix24.by";
7+
Token = "11ae5d68006e9f06006b12e400000001000...";
88
TaskID = "6418";
99

1010
Result = OPI_Bitrix24.GetTaskHistory(URL, TaskID, Token);

0 commit comments

Comments
 (0)