|
|
@@ -70,7 +70,7 @@ public class MirrorController {
|
|
|
* @param carId 车票id
|
|
|
* @return 登陆结果
|
|
|
*/
|
|
|
- @GetMapping("/gpt/oauth")
|
|
|
+ @RequestMapping("/gpt/oauth")
|
|
|
public Result<String> gptOauth(@RequestParam("usertoken") String userToken, @RequestParam("carid") String carId) {
|
|
|
try {
|
|
|
ChatgptUser user = chatGptAccountService.findByUserTokenAndExpireTimeAfter(userToken, LocalDateTime.now());
|