From 0cb5cb598d5a31b8e116b7e549159615401bcbe0 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 11 Nov 2024 18:43:41 +0800 Subject: [PATCH] no message --- js/common.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/common.js b/js/common.js index c380d30..ea80921 100644 --- a/js/common.js +++ b/js/common.js @@ -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) {