mirror of
https://gitee.com/bootx/dax-pay-h5
synced 2026-08-07 21:55:48 +08:00
refactor(auth): AuthCodeParam 类型去掉遗留 channel 字段
与后端通道认证参数对齐,H5 落地页仍只传 authType/authCode/authToken。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -23,8 +23,6 @@ export interface AuthCodeParam {
|
||||
authCode?: string
|
||||
/** 查询码(管理端轮询用) */
|
||||
queryCode?: string
|
||||
/** 通道 */
|
||||
channel?: string
|
||||
/** 应用号 */
|
||||
appId?: string
|
||||
/** 认证会话码 */
|
||||
|
||||
Reference in New Issue
Block a user