DmitrMakeev
commited on
Update biz_v.html
Browse files- biz_v.html +7 -6
biz_v.html
CHANGED
@@ -75,7 +75,7 @@
|
|
75 |
<h1>Комменты Бизон 365</h1>
|
76 |
|
77 |
<div class="form-group">
|
78 |
-
<label for="tokenInput">
|
79 |
<input type="text" id="tokenInput" placeholder="Your Token">
|
80 |
</div>
|
81 |
|
@@ -92,14 +92,15 @@
|
|
92 |
<div class="form-group">
|
93 |
<label for="typeSelect">Type:</label>
|
94 |
<select id="typeSelect">
|
95 |
-
<option value="
|
96 |
-
<option value="
|
|
|
97 |
</select>
|
98 |
</div>
|
99 |
|
100 |
-
<button id="sendRequestButton"
|
101 |
<div id="dropdown-container"></div>
|
102 |
-
<button id="sendGetRequestButton"
|
103 |
|
104 |
<script src="https://cdn.jsdelivr.net/npm/notyf/notyf.min.js"></script>
|
105 |
<script>
|
@@ -177,7 +178,7 @@
|
|
177 |
.then(response => response.json())
|
178 |
.then(data => {
|
179 |
console.log('GET Response:', data);
|
180 |
-
notyf.success('
|
181 |
})
|
182 |
.catch(error => {
|
183 |
console.error('Error:', error);
|
|
|
75 |
<h1>Комменты Бизон 365</h1>
|
76 |
|
77 |
<div class="form-group">
|
78 |
+
<label for="tokenInput">API-токен администратора Бизон 365:</label>
|
79 |
<input type="text" id="tokenInput" placeholder="Your Token">
|
80 |
</div>
|
81 |
|
|
|
92 |
<div class="form-group">
|
93 |
<label for="typeSelect">Type:</label>
|
94 |
<select id="typeSelect">
|
95 |
+
<option value="AutoWebinars">Автовебинарные комнаты</option>
|
96 |
+
<option value="LiveWebinars">Вебинарные комнаты</option>
|
97 |
+
|
98 |
</select>
|
99 |
</div>
|
100 |
|
101 |
+
<button id="sendRequestButton">Получить список комнат</button>
|
102 |
<div id="dropdown-container"></div>
|
103 |
+
<button id="sendGetRequestButton">Обновить базу пользователей</button>
|
104 |
|
105 |
<script src="https://cdn.jsdelivr.net/npm/notyf/notyf.min.js"></script>
|
106 |
<script>
|
|
|
178 |
.then(response => response.json())
|
179 |
.then(data => {
|
180 |
console.log('GET Response:', data);
|
181 |
+
notyf.success('Пользователи добавлены в базу данных WhatsGRM');
|
182 |
})
|
183 |
.catch(error => {
|
184 |
console.error('Error:', error);
|