diff options
author | mayx | 2023-12-30 13:41:55 +0000 |
---|---|---|
committer | mayx | 2023-12-30 13:41:55 +0000 |
commit | 7609bb0b8f4c7b244278ffe30490cfe4ba7c9dea (patch) | |
tree | 3ff6d4ae4e6fde4f1f1d17e0805bb4e73c953040 /Live2dHistoire | |
parent | 2298c9b2714ab38697526bbc085a202f401ab350 (diff) |
Update message.js
Diffstat (limited to 'Live2dHistoire')
-rw-r--r-- | Live2dHistoire/live2d/js/message.js | 3 |
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_ }, |