refactor(auth): AuthCodeParam 类型去掉遗留 channel 字段

与后端通道认证参数对齐,H5 落地页仍只传 authType/authCode/authToken。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
bootx
2026-07-22 17:38:22 +08:00
parent 4ce75af6e8
commit 6e1c4e564c

View File

@@ -23,8 +23,6 @@ export interface AuthCodeParam {
authCode?: string
/** 查询码(管理端轮询用) */
queryCode?: string
/** 通道 */
channel?: string
/** 应用号 */
appId?: string
/** 认证会话码 */