Skip to content

Commit

Permalink
add log getid
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyutin753 committed Apr 3, 2024
1 parent 2f6a449 commit aefda7b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public ResponseEntity<Result> getUserID(HttpServletRequest request) {
.build();

Response response = client.newCall(req).execute();

log.info("response: {}", response.body().toString());
if (!response.isSuccessful()) {
return ResponseEntity.status(HttpStatus.UNAUTHORIZED)
.body(Result.error(response.message()));
Expand Down
Binary file not shown.
Binary file modified target/refresh-gpt-chat-0.4.0.jar
Binary file not shown.
Binary file modified target/refresh-gpt-chat-0.4.0.jar.original
Binary file not shown.

0 comments on commit aefda7b

Please sign in to comment.