Skip to content

Commit

Permalink
修改端口
Browse files Browse the repository at this point in the history
  • Loading branch information
NIANIANKNIA committed Feb 9, 2025
1 parent 5f9e2d9 commit 43c3cef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class QQBotSystem {
}

exchange_data(data) {
const req_exchange_data = new HttpRequest(`${server_url}:${port}/exchange_data`)
const req_exchange_data = new HttpRequest(`${server_url}:10086/exchange_data`)
.setBody(JSON.stringify(data))
.setMethod(HttpRequestMethod.Post)
.addHeader("Content-Type", "text/plain")
Expand Down

0 comments on commit 43c3cef

Please sign in to comment.