diff options
Diffstat (limited to 'Live2dHistoire/live2d')
-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_ }, |