增加打赏开关

This commit is contained in:
yangjun 2024-08-05 15:12:30 +08:00
parent f3f1aeb50d
commit a4feb5dc8e
1 changed files with 2 additions and 2 deletions

View File

@ -737,8 +737,8 @@
xhr = new XMLHttpRequest();
xhr.withCredentials = false;
// xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//
xhr.open('POST', "https://sausers.blxinchuang.com/sqx_fast/alioss/upload");
// xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
// xhr.open('POST', "https://sausers.blxinchuang.com/sqx_fast/alioss/upload");
xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
xhr.onload = function() {
var json;