chenbiao 2 years ago
parent
commit
9f1deb22f8

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/mirror/MirrorController.java

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