Skip to content

Commit 00a6148

Browse files
committed
更新了接口数据
1 parent 12b96ac commit 00a6148

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
* @Date: 2019-12-31 19:21:38
3+
* @Author: MemoryShadow
4+
* @LastEditors: MemoryShadow
5+
* @LastEditTime: 2020-07-01 16:02:01
6+
* @Effect: Do not edit
7+
-->
18
<!DOCTYPE html>
29
<html lang="zh">
310

@@ -15,7 +22,7 @@
1522
document.getElementById(id).innerHTML = XmlHttp.responseText;
1623
}
1724
}
18-
XmlHttp.open("GET", "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=ajax&Function=CaiHongPi", true);
25+
XmlHttp.open("GET", "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=Ajax&Function=CaiHongPi", true);
1926
XmlHttp.send();
2027
}
2128
function GetErrorMsg(ErrorCode) {
@@ -29,7 +36,7 @@
2936
document.getElementById('ErrorInfo').innerHTML = XmlHttp.responseText;
3037
}
3138
}
32-
XmlHttp.open("GET", "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=ajax&Function=ErrorMsg&ErrorCode=" + ErrorCode, true);
39+
XmlHttp.open("GET", "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=Ajax&Function=ErrorMsg&ErrorCode=" + ErrorCode, true);
3340
XmlHttp.send();
3441
}
3542
var Data;
@@ -43,7 +50,7 @@
4350
document.getElementById('TranslateResultSource').innerHTML = XmlHttp.responseText;
4451
}
4552
}
46-
XmlHttp.open("GET", "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=ajax&Function=Translate&Query=" + Query, true);
53+
XmlHttp.open("GET", "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=Ajax&Function=Translate&Query=" + Query, true);
4754
XmlHttp.send();
4855
}
4956
function GetXmlHttp() {

0 commit comments

Comments
 (0)