AT
Size: a a a
AT
A
const result = await fetch();
this.setState(result);
A
A
AT
const result = await fetch(window.chat_server, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
user_id: this.state.userId,
api_id: this.state.apiId,
api_name: this.state.apiName,
}),
})
A
A
A
A
П
const result = await fetch(window.chat_server, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
user_id: this.state.userId,
api_id: this.state.apiId,
api_name: this.state.apiName,
}),
})
П
П
c
c
NM
c
c
c