show example after api token generated

This commit is contained in:
MaysWind
2025-11-03 23:05:44 +08:00
parent 03c342f6f6
commit 7c3c1bbd6a
19 changed files with 49 additions and 7 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ type TokenRevokeRequest struct {
// TokenGenerateAPIResponse represents all response parameters of generated api token
type TokenGenerateAPIResponse struct {
Token string `json:"token"`
Token string `json:"token"`
APIBaseUrl string `json:"apiBaseUrl"`
}
// TokenGenerateMCPResponse represents all response parameters of generated mcp token