mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-12 23:45:39 +08:00
refactor(payment): 移除支付产品配置 API 的 configured 死字段
This commit is contained in:
@@ -42,8 +42,6 @@ export interface PayProductConfigResult extends BaseEntity {
|
||||
sandboxSupport?: boolean;
|
||||
/** 生效环境: prod/sandbox */
|
||||
activeEnv?: string;
|
||||
/** 是否已配置参数 */
|
||||
configured?: boolean;
|
||||
/** 是否为服务商模式(true=服务商, false=直连) */
|
||||
isv?: boolean;
|
||||
}
|
||||
@@ -53,7 +51,6 @@ export interface PayProductConfigParam {
|
||||
product?: string;
|
||||
channel?: string;
|
||||
activeEnv?: string;
|
||||
configured?: boolean;
|
||||
remark?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user