style(api): 更新 API 生成代码
- 将 tslint 替换为 eslint - 添加 TOTP API 的导入 - 更新文件头部注释
This commit is contained in:
@@ -66,4 +66,10 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigGetRes {
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigGetRes
|
||||
*/
|
||||
maxAccountRedeemCount?: number;
|
||||
/**
|
||||
* 充值订单调度策略
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigGetRes
|
||||
*/
|
||||
redeemOrderScheduleStrategy?: string;
|
||||
}
|
||||
|
||||
@@ -66,4 +66,10 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigSetReq {
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigSetReq
|
||||
*/
|
||||
maxAccountRedeemCount?: number;
|
||||
/**
|
||||
* 充值订单调度策略
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigSetReq
|
||||
*/
|
||||
redeemOrderScheduleStrategy: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user