Skip to content

Commit

Permalink
fix: xh 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Jun 27, 2024
1 parent cc90e38 commit 49aade9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/xinghuo/xinghuo.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ export default class XinghuoClient {
domain = 'generalv3'
} else if (Config.xhmode == 'apiv3.5') {
domain = 'generalv3.5'
} else if (Config.xhmode == 'apiv4.0') {
domain = '4.0Ultra'
}
// 编写消息内容
const wsSendData = {
Expand Down

0 comments on commit 49aade9

Please sign in to comment.