summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2023-12-30 14:41:55 +0100
committermayx <mayx@outlook.com>2023-12-30 14:41:55 +0100
commit7609bb0b8f4c7b244278ffe30490cfe4ba7c9dea (patch)
tree3ff6d4ae4e6fde4f1f1d17e0805bb4e73c953040
parent2298c9b2714ab38697526bbc085a202f401ab350 (diff)
Update message.js
-rw-r--r--Live2dHistoire/live2d/js/message.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Live2dHistoire/live2d/js/message.js b/Live2dHistoire/live2d/js/message.js
index 032fcf6..90a5e88 100644
--- a/Live2dHistoire/live2d/js/message.js
+++ b/Live2dHistoire/live2d/js/message.js
@@ -287,8 +287,9 @@ if(!norunFlag){
showMessage('思考中~', 0);
$.ajax({
type: 'POST',
- url: talkAPI,
+ url: "https://www.tuling123.com/openapi/api",
data: {
+ "key": "ae8933884bcc4bac96289a43d8a864db",
"info":info_,
"userid":userid_
},