diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 4f438acd..949ee58f 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -224,7 +224,7 @@ mail: # 用户名(注意:如果使用foxmail邮箱,此处user为qq号) user: ageerle@163.com # 密码(填写授权码) - pass: TOGXBVPYFVPFRQMQ + pass: xxxx # 使用 STARTTLS安全连接,STARTTLS是对纯文本通信协议的扩展。 starttlsEnable: true # 使用SSL安全连接 @@ -320,7 +320,7 @@ websocket: allowedOrigins: '*' # chatgpt配置信息 chat: - apiKey: 'sk-uMCP3lTg1dQ9L7Xs2bF352Fa216a4c9280577b205dE67e12' + apiKey: 'sk-xxx' apiHost: 'https://api.pandarobot.chat/' # 微信小程序配置信息 wx: @@ -367,9 +367,9 @@ mj: cdn: https://app.pandarobot.chat/ wss: https://gateway.pandarobot.chat/ openai: - gpt-api-url: 'https://api.pandarobot.chat/' - gpt-api-key: 'sk-xxx' + gpt-api-url: 'https://api.gptgod.online/' + gpt-api-key: 'xxxxxxx' accounts: - - guild-id: 'xxxxx' + - guild-id: 'xxxxxx' channel-id: 'xxxxx' - user-token: 'xx.xx' + user-token: 'xxxxxxx' diff --git a/ruoyi-common/ruoyi-common-chat/pom.xml b/ruoyi-common/ruoyi-common-chat/pom.xml index 8629c101..169f85d8 100644 --- a/ruoyi-common/ruoyi-common-chat/pom.xml +++ b/ruoyi-common/ruoyi-common-chat/pom.xml @@ -39,10 +39,7 @@ com.xmzs ruoyi-common-satoken - - com.xmzs - ruoyi-common-json - + org.springframework.boot spring-boot-starter-websocket diff --git a/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-base/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-base/pom.xml index ed0a4eba..61cef9b3 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-base/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-base/pom.xml @@ -29,11 +29,10 @@ com.xmzs live-chat-client-commons - 1.0.0 + ${revision} + ../pom.xml - jar - live-chat-client-commons-base ordinaryroad-live-chat-client-commons-base diff --git a/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-client/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-client/pom.xml index f370872d..a2d49527 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-client/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-client/pom.xml @@ -29,7 +29,8 @@ com.xmzs live-chat-client-commons - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-util/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-util/pom.xml index 84a90753..f7a72fdc 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-util/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-client-commons/live-chat-client-commons-util/pom.xml @@ -4,7 +4,8 @@ com.xmzs live-chat-client-commons - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-client-commons/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-client-commons/pom.xml index 18f6f965..7c5bb446 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-client-commons/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-client-commons/pom.xml @@ -28,7 +28,8 @@ com.xmzs ruoyi-live - 1.0.0 + ${revision} + ../pom.xml pom diff --git a/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty-client/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty-client/pom.xml index 7e495515..c288b4bc 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty-client/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty-client/pom.xml @@ -28,7 +28,8 @@ com.xmzs live-chat-client-servers - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty/pom.xml index dd82333b..20b3c297 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-client-servers/live-chat-client-servers-netty/pom.xml @@ -28,7 +28,8 @@ com.xmzs live-chat-client-servers - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-client-servers/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-client-servers/pom.xml index 7a328907..12dddba6 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-client-servers/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-client-servers/pom.xml @@ -28,7 +28,8 @@ com.xmzs ruoyi-live - 1.0.0 + ${revision} + ../pom.xml pom diff --git a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-bilibili/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-bilibili/pom.xml index 782c460b..3db70001 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-bilibili/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-bilibili/pom.xml @@ -28,7 +28,8 @@ com.xmzs live-chat-clients - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyin/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyin/pom.xml index b205ee5a..9daf6ae2 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyin/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyin/pom.xml @@ -4,7 +4,8 @@ com.xmzs live-chat-clients - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyu/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyu/pom.xml index 07e45d1e..c710780e 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyu/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-douyu/pom.xml @@ -28,7 +28,8 @@ com.xmzs live-chat-clients - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-huya/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-huya/pom.xml index ecdf50f6..bccf66d6 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-huya/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-huya/pom.xml @@ -28,7 +28,8 @@ com.xmzs live-chat-clients - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-kuaishou/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-kuaishou/pom.xml index 47f8757f..1b1572ad 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-kuaishou/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-clients/live-chat-client-kuaishou/pom.xml @@ -4,7 +4,8 @@ com.xmzs live-chat-clients - 1.0.0 + ${revision} + ../pom.xml jar diff --git a/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml index 9ca64f38..f995abcb 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml @@ -28,7 +28,8 @@ com.xmzs ruoyi-live - 1.0.0 + ${revision} + ../pom.xml pom