|
@@ -278,7 +278,7 @@ public class MirrorController {
|
|
|
/**
|
|
/**
|
|
|
* 根据userToken获取车队历史记录
|
|
* 根据userToken获取车队历史记录
|
|
|
*/
|
|
*/
|
|
|
- @GetMapping("/gpt/car/history")
|
|
|
|
|
|
|
+ @GetMapping("/gpt/car/history/withToken")
|
|
|
public Result<SearchResult<ChatGptUserConversationRecordHistoryView>> getCarHistory(String userToken) {
|
|
public Result<SearchResult<ChatGptUserConversationRecordHistoryView>> getCarHistory(String userToken) {
|
|
|
ChatgptUser carChatGptUser = chatGptAccountService.getCarChatGptUserWithToken(userToken);
|
|
ChatgptUser carChatGptUser = chatGptAccountService.getCarChatGptUserWithToken(userToken);
|
|
|
if (carChatGptUser == null) {
|
|
if (carChatGptUser == null) {
|