feat: 新增接口
This commit is contained in:
@@ -54,4 +54,10 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigGetRes {
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigGetRes
|
||||
*/
|
||||
redeemCardRate?: number;
|
||||
/**
|
||||
* 是否允许重复充值
|
||||
* @type {boolean}
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigGetRes
|
||||
*/
|
||||
isCardAllowRepeated?: boolean;
|
||||
}
|
||||
|
||||
@@ -54,4 +54,10 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigSetReq {
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigSetReq
|
||||
*/
|
||||
redeemCardRate: number;
|
||||
/**
|
||||
* 是否允许重复充值
|
||||
* @type {boolean}
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigSetReq
|
||||
*/
|
||||
isCardAllowRepeated: boolean;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
batchAdd,
|
||||
downloadDataList,
|
||||
downloadWalmartCardData
|
||||
} from '@/api/card-walmart-account';
|
||||
import { batchAdd, downloadWalmartCardData } from '@/api/card-walmart-account';
|
||||
import type { KamiApiCardInfoWalmartV1AccountCookieCheckRes } from '@/api/generated';
|
||||
import { getAPIBaseUrl } from '@/api/utils';
|
||||
import useLoading from '@/hooks/loading';
|
||||
|
||||
Reference in New Issue
Block a user