dev
This commit is contained in:
parent
0b44edc9e3
commit
c95baa2d6d
@ -46,6 +46,7 @@ let baseUrl = 'http://147.45.237.174:8002/api'
|
||||
async function getDonatInfo(streamerID) {
|
||||
let response = await fetch(baseUrl + '/widget/donat/get/' + String(streamerID));
|
||||
let donat = await response.json();
|
||||
return donat
|
||||
}
|
||||
|
||||
async function getWidgetInfo(widgetID) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user