Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
shaw
2025-10-02 18:37:26 +08:00

View File

@@ -429,7 +429,7 @@ class ClaudeRelayService {
}
// 处理统一的客户端标识
if (account && account.useUnifiedClientId && account.unifiedClientId) {
if (account && account.useUnifiedClientId === 'true' && account.unifiedClientId) {
this._replaceClientId(processedBody, account.unifiedClientId)
}