This commit is contained in:
SunSeekerX
2026-02-09 18:13:45 +08:00
parent 61e772fd95
commit a119cb1744
86 changed files with 3803 additions and 2618 deletions

View File

@@ -269,7 +269,7 @@ class AccountTestSchedulerService {
* @private
*/
async _testClaudeAccount(accountId, model) {
const claudeRelayService = require('./claudeRelayService')
const claudeRelayService = require('./relay/claudeRelayService')
return await claudeRelayService.testAccountConnectionSync(accountId, model)
}