DmitrMakeev commited on
Commit
6506d29
·
verified ·
1 Parent(s): 13b77e1

Update biz_v.html

Browse files
Files changed (1) hide show
  1. 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">Enter Token:</label>
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="LiveWebinars">Live Webinars</option>
96
- <option value="AutoWebinars">Auto Webinars</option>
 
97
  </select>
98
  </div>
99
 
100
- <button id="sendRequestButton">Send Request</button>
101
  <div id="dropdown-container"></div>
102
- <button id="sendGetRequestButton">Send GET Request</button>
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('User data saved successfully');
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);