|
|
@@ -24,7 +24,7 @@ import org.springframework.stereotype.Service;
|
|
|
public class ClaudeSessionServiceImpl extends ServiceImpl<ClaudeSessionMapper, ClaudeSession> implements ClaudeSessionService {
|
|
|
|
|
|
|
|
|
- private static final String MIRROR_CLAUDE_DOMAIN = "https://kelaode.nf.video";
|
|
|
+ private static final String MIRROR_CLAUDE_DOMAIN = "https://svc.claudeplus.com.cn";
|
|
|
|
|
|
@Override
|
|
|
public Integer getSession(String email, String password, String officialSession, Integer isPlus) {
|