From 6e1c4e564c98f7500fd2e0b0ee723d5408c462ec Mon Sep 17 00:00:00 2001 From: bootx Date: Wed, 22 Jul 2026 17:38:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor(auth):=20AuthCodeParam=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=8E=BB=E6=8E=89=E9=81=97=E7=95=99=20channel=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与后端通道认证参数对齐,H5 落地页仍只传 authType/authCode/authToken。 Co-authored-by: Cursor --- src/shared/api/channel-auth.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shared/api/channel-auth.ts b/src/shared/api/channel-auth.ts index 4b9a246..24c6a8d 100644 --- a/src/shared/api/channel-auth.ts +++ b/src/shared/api/channel-auth.ts @@ -23,8 +23,6 @@ export interface AuthCodeParam { authCode?: string /** 查询码(管理端轮询用) */ queryCode?: string - /** 通道 */ - channel?: string /** 应用号 */ appId?: string /** 认证会话码 */