no message
This commit is contained in:
parent
de24be8f6e
commit
0cb5cb598d
@ -33,6 +33,8 @@ function $ajax(url) {
|
||||
}
|
||||
|
||||
function $ajaxget(url, data) {
|
||||
data["authorization"] = "6f167d28205b143c880382cd8408ea93"
|
||||
|
||||
url = url.indexOf("https://") > -1 ? url : projectBaseURL + url
|
||||
url += objectToQueryString(data)
|
||||
return new Promise(function (resolve, reject) {
|
||||
|
Loading…
Reference in New Issue
Block a user