fix(auth): Correct iFlow OAuth callback port to 11451

This commit is contained in:
hkfires
2025-10-05 18:53:22 +08:00
parent c8029b7166
commit eac8b1a27f
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ const DefaultAPIBaseURL = "https://apis.iflow.cn/v1"
const SuccessRedirectURL = iFlowSuccessRedirectURL
// CallbackPort defines the local port used for OAuth callbacks.
const CallbackPort = 54546
const CallbackPort = 11451
// IFlowAuth encapsulates the HTTP client helpers for the OAuth flow.
type IFlowAuth struct {