BB
Size: a a a
t
BB
t
КК
W
КК
E
КК
E
js
async function auth () {
const response = await fetch('https://bookingboard.ru/bb/request.do', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=utf-8',
Accept: 'application/json',
},
body: JSON.stringify(this.requestAuth),
})
const json = await response.json()
const responseToken = json.result.token
console.log(responseToken)
}
t
t
С
t