code refactor

This commit is contained in:
MaysWind
2025-07-07 01:20:55 +08:00
parent 0140fc7622
commit 6215f489f2
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ type TokenGenerateMCPResponse struct {
MCPUrl string `json:"mcpUrl"`
}
// TokenRefreshResponse represents all parameters of token refreshing request
// TokenRefreshResponse represents all response parameters of token refreshing
type TokenRefreshResponse struct {
NewToken string `json:"newToken,omitempty"`
OldTokenId string `json:"oldTokenId,omitempty"`