style(api): 更新 API 生成代码

- 将 tslint 替换为 eslint
- 添加 TOTP API 的导入
- 更新文件头部注释
This commit is contained in:
danial
2025-03-30 20:40:41 +08:00
parent 6a2cef6c2e
commit f03ca80132
2 changed files with 12 additions and 0 deletions

View File

@@ -66,4 +66,10 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigGetRes {
* @memberof KamiApiCardInfoWalmartV1RedeemConfigGetRes
*/
maxAccountRedeemCount?: number;
/**
* 充值订单调度策略
* @type {string}
* @memberof KamiApiCardInfoWalmartV1RedeemConfigGetRes
*/
redeemOrderScheduleStrategy?: string;
}

View File

@@ -66,4 +66,10 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigSetReq {
* @memberof KamiApiCardInfoWalmartV1RedeemConfigSetReq
*/
maxAccountRedeemCount?: number;
/**
* 充值订单调度策略
* @type {string}
* @memberof KamiApiCardInfoWalmartV1RedeemConfigSetReq
*/
redeemOrderScheduleStrategy: string;
}