|
|
@@ -32,17 +32,15 @@ import org.springframework.web.bind.annotation.*;
|
|
|
import javax.servlet.http.Cookie;
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
-import javax.swing.text.html.Option;
|
|
|
import java.io.IOException;
|
|
|
import java.math.BigDecimal;
|
|
|
import java.math.RoundingMode;
|
|
|
import java.time.LocalDateTime;
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
-import java.util.Optional;
|
|
|
|
|
|
/**
|
|
|
- * /server/镜像服务
|
|
|
+ * /server/镜像服务/claude
|
|
|
*
|
|
|
* @author chan
|
|
|
* @date 2024/3/19 14:41
|
|
|
@@ -411,7 +409,7 @@ public class MirrorController {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * 获取gpt车票信息
|
|
|
+ * 获取claude车票信息
|
|
|
*/
|
|
|
@GetMapping("/claude/userInfo")
|
|
|
public Result<ClaudeUserView> getClaudeUserInfo(Long relationId) {
|