Skip to content

Commit f05c720

Browse files
committed
fix(AccountController): update refresh token method documentation
1 parent a223d10 commit f05c720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow-client/src/main/java/com/ligg/flowclient/controller/AccountController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public Result<Void> forgotPassword(@Valid @RequestBody ForgotPasswordDto forgotP
8282
}
8383

8484
/**
85-
* 使用 refresh_token 刷新 access_token(同时轮换 refresh_token)
85+
* 刷新 flow token
8686
*/
8787
@PostMapping("/refresh")
8888
@IpEndpointRateLimit(keyPrefix = "animeflow:account:refresh:ip:", seconds = 60, maxRequests = 30)

0 commit comments

Comments
 (0)