feat: 更新多个请求模型,添加状态字段和优化参数传递方式,调整界面组件以支持新功能
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"clean:cache": "rimraf .eslintcache && rimraf node_modules && pnpm install",
|
||||
"prepare": "husky && husky install",
|
||||
"release": "bumpp",
|
||||
"gen:api": "openapi-generator-cli generate -i http://127.0.0.1:12401/api.json -g typescript-axios -o ./src/api/generated -p withSeparateModelsAndApi=true,modelPackage=models,apiPackage=apis,useTagAsApiPackage=true,sortParamsByRequiredFlag=true,useSquareBracketsInArrayNames=true"
|
||||
"gen:api": "openapi-generator-cli generate -i http://127.0.0.1:12401/api.json -g typescript-axios -o ./src/api/generated -p withSeparateModelsAndApi=true,modelPackage=models,apiPackage=apis,useTagAsApiPackage=true,sortParamsByRequiredFlag=true,useSquareBracketsInArrayNames=true,withInterfaces=true,useSingleRequestParameter=true,stringEnums=true"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx}": [
|
||||
@@ -54,7 +54,7 @@
|
||||
"@milkdown/kit": "^7.7.0",
|
||||
"@milkdown/theme-nord": "^7.7.0",
|
||||
"@milkdown/vue": "^7.7.0",
|
||||
"@openapitools/openapi-generator-cli": "^2.19.1",
|
||||
"@openapitools/openapi-generator-cli": "^2.20.0",
|
||||
"@vueuse/core": "^10.11.1",
|
||||
"axios": "^1.8.4",
|
||||
"codemirror": "^6.0.1",
|
||||
@@ -101,6 +101,7 @@
|
||||
"lint-staged": "^15.5.1",
|
||||
"mockjs": "^1.1.0",
|
||||
"postcss-html": "^1.8.0",
|
||||
"postcss-less": "^6.0.0",
|
||||
"prettier": "^3.5.3",
|
||||
"rollup-plugin-visualizer": "^5.14.0",
|
||||
"stylelint": "^16.19.0",
|
||||
@@ -109,6 +110,7 @@
|
||||
"stylelint-config-standard": "^37.0.0",
|
||||
"stylelint-config-standard-less": "^3.0.1",
|
||||
"stylelint-config-standard-vue": "^1.0.0",
|
||||
"stylelint-less": "^3.0.1",
|
||||
"stylelint-order": "^6.0.4",
|
||||
"stylelint-prettier": "^5.0.3",
|
||||
"typescript": "^5.8.3",
|
||||
|
||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@@ -46,8 +46,8 @@ importers:
|
||||
specifier: ^7.7.0
|
||||
version: 7.7.0(@codemirror/language@6.11.0)(@codemirror/state@6.5.2)(@codemirror/view@6.36.6)(element-internals-polyfill@0.1.55)(vue@3.5.13(typescript@5.8.3))
|
||||
'@openapitools/openapi-generator-cli':
|
||||
specifier: ^2.19.1
|
||||
version: 2.19.1
|
||||
specifier: ^2.20.0
|
||||
version: 2.20.0
|
||||
'@vueuse/core':
|
||||
specifier: ^10.11.1
|
||||
version: 10.11.1(vue@3.5.13(typescript@5.8.3))
|
||||
@@ -181,6 +181,9 @@ importers:
|
||||
postcss-html:
|
||||
specifier: ^1.8.0
|
||||
version: 1.8.0
|
||||
postcss-less:
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0(postcss@8.5.3)
|
||||
prettier:
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
@@ -205,6 +208,9 @@ importers:
|
||||
stylelint-config-standard-vue:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0(postcss-html@1.8.0)(stylelint@16.19.0(typescript@5.8.3))
|
||||
stylelint-less:
|
||||
specifier: ^3.0.1
|
||||
version: 3.0.1(postcss@8.5.3)(stylelint@16.19.0(typescript@5.8.3))
|
||||
stylelint-order:
|
||||
specifier: ^6.0.4
|
||||
version: 6.0.4(stylelint@16.19.0(typescript@5.8.3))
|
||||
@@ -1252,8 +1258,8 @@ packages:
|
||||
engines: {node: '>=8.0.0', npm: '>=5.0.0'}
|
||||
hasBin: true
|
||||
|
||||
'@openapitools/openapi-generator-cli@2.19.1':
|
||||
resolution: {integrity: sha512-APP3EPI/m7bg220qS+7UAFiyLJFbNCjlsEEjrP2sLmW4Za44U8e3Lb2zDy3sbvJvIUnpYWe+hu9RbrxrPP9djQ==}
|
||||
'@openapitools/openapi-generator-cli@2.20.0':
|
||||
resolution: {integrity: sha512-Amtd7/9Lodaxnmfsru8R5n0CW9lyWOI40UsppGMfuNFkFFbabq51/VAJFsOHkNnDRwVUc7AGKWjN5icphDGlTQ==}
|
||||
engines: {node: '>=16'}
|
||||
hasBin: true
|
||||
|
||||
@@ -6600,7 +6606,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
|
||||
'@openapitools/openapi-generator-cli@2.19.1':
|
||||
'@openapitools/openapi-generator-cli@2.20.0':
|
||||
dependencies:
|
||||
'@nestjs/axios': 4.0.0(@nestjs/common@11.0.20(reflect-metadata@0.2.2)(rxjs@7.8.2))(axios@1.8.4)(rxjs@7.8.2)
|
||||
'@nestjs/common': 11.0.20(reflect-metadata@0.2.2)(rxjs@7.8.2)
|
||||
|
||||
13
pnpm-workspace.yaml
Normal file
13
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
ignoredBuiltDependencies:
|
||||
- '@openapitools/openapi-generator-cli'
|
||||
onlyBuiltDependencies:
|
||||
- '@nestjs/core'
|
||||
- cwebp-bin
|
||||
- esbuild
|
||||
- gifsicle
|
||||
- jpegtran-bin
|
||||
- mozjpeg
|
||||
- optipng-bin
|
||||
- pngquant-bin
|
||||
- vue-demi
|
||||
- vue-echarts
|
||||
@@ -1,6 +1,5 @@
|
||||
.gitignore
|
||||
.npmignore
|
||||
.openapi-generator-ignore
|
||||
api.ts
|
||||
apis/ck-api.ts
|
||||
apis/default-api.ts
|
||||
|
||||
@@ -803,17 +803,17 @@ export const CkApiFactory = function (
|
||||
/**
|
||||
*
|
||||
* @summary 添加京东ck
|
||||
* @param {KamiApiCardRedeemJdV1AccountAddReq} [kamiApiCardRedeemJdV1AccountAddReq]
|
||||
* @param {CkApiApiCookieInfoJdAccountAddPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdAccountAddPost(
|
||||
kamiApiCardRedeemJdV1AccountAddReq?: KamiApiCardRedeemJdV1AccountAddReq,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountAddPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdAccountAddPost(
|
||||
kamiApiCardRedeemJdV1AccountAddReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1AccountAddReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
@@ -821,59 +821,51 @@ export const CkApiFactory = function (
|
||||
/**
|
||||
*
|
||||
* @summary 删除京东ck
|
||||
* @param {number} id
|
||||
* @param {CkApiApiCookieInfoJdAccountDeleteDeleteRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdAccountDeleteDelete(
|
||||
id: number,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountDeleteDeleteRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdAccountDeleteDelete(id, options)
|
||||
.apiCookieInfoJdAccountDeleteDelete(requestParameters.id, options)
|
||||
.then(request => request(axios, basePath));
|
||||
},
|
||||
/**
|
||||
*
|
||||
* @summary 获取京东ck
|
||||
* @param {number} id
|
||||
* @param {CkApiApiCookieInfoJdAccountGetGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdAccountGetGet(
|
||||
id: number,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountGetGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1AccountGetRes> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdAccountGetGet(id, options)
|
||||
.apiCookieInfoJdAccountGetGet(requestParameters.id, options)
|
||||
.then(request => request(axios, basePath));
|
||||
},
|
||||
/**
|
||||
*
|
||||
* @summary 获取京东ck列表
|
||||
* @param {number} current 页数
|
||||
* @param {ApiCookieInfoJdAccountListGetPageSizeEnum} pageSize 页码
|
||||
* @param {ApiCookieInfoJdAccountListGetStatusEnum} [status] 状态
|
||||
* @param {string} [name] 昵称
|
||||
* @param {string} [cookie] ck
|
||||
* @param {CkApiApiCookieInfoJdAccountListGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdAccountListGet(
|
||||
current: number,
|
||||
pageSize: ApiCookieInfoJdAccountListGetPageSizeEnum,
|
||||
status?: ApiCookieInfoJdAccountListGetStatusEnum,
|
||||
name?: string,
|
||||
cookie?: string,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountListGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1AccountListRes> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdAccountListGet(
|
||||
current,
|
||||
pageSize,
|
||||
status,
|
||||
name,
|
||||
cookie,
|
||||
requestParameters.current,
|
||||
requestParameters.pageSize,
|
||||
requestParameters.status,
|
||||
requestParameters.name,
|
||||
requestParameters.cookie,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
@@ -881,17 +873,17 @@ export const CkApiFactory = function (
|
||||
/**
|
||||
*
|
||||
* @summary 修改京东ck状态
|
||||
* @param {KamiApiCardRedeemJdV1AccountStatusReq} [kamiApiCardRedeemJdV1AccountStatusReq]
|
||||
* @param {CkApiApiCookieInfoJdAccountStatusPutRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdAccountStatusPut(
|
||||
kamiApiCardRedeemJdV1AccountStatusReq?: KamiApiCardRedeemJdV1AccountStatusReq,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountStatusPutRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdAccountStatusPut(
|
||||
kamiApiCardRedeemJdV1AccountStatusReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1AccountStatusReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
@@ -899,17 +891,17 @@ export const CkApiFactory = function (
|
||||
/**
|
||||
*
|
||||
* @summary 更新京东ck
|
||||
* @param {KamiApiCardRedeemJdV1AccountUpdateReq} [kamiApiCardRedeemJdV1AccountUpdateReq]
|
||||
* @param {CkApiApiCookieInfoJdAccountUpdatePutRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdAccountUpdatePut(
|
||||
kamiApiCardRedeemJdV1AccountUpdateReq?: KamiApiCardRedeemJdV1AccountUpdateReq,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountUpdatePutRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdAccountUpdatePut(
|
||||
kamiApiCardRedeemJdV1AccountUpdateReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1AccountUpdateReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
@@ -917,29 +909,21 @@ export const CkApiFactory = function (
|
||||
/**
|
||||
*
|
||||
* @summary 获取订单列表
|
||||
* @param {number} current 页数
|
||||
* @param {ApiCookieInfoJdOrderListGetPageSizeEnum} pageSize 页码
|
||||
* @param {number} [cookieId] cookieId
|
||||
* @param {string} [cookie] cookie
|
||||
* @param {ApiCookieInfoJdOrderListGetStatusEnum} [status] 状态
|
||||
* @param {CkApiApiCookieInfoJdOrderListGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdOrderListGet(
|
||||
current: number,
|
||||
pageSize: ApiCookieInfoJdOrderListGetPageSizeEnum,
|
||||
cookieId?: number,
|
||||
cookie?: string,
|
||||
status?: ApiCookieInfoJdOrderListGetStatusEnum,
|
||||
requestParameters: CkApiApiCookieInfoJdOrderListGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1OrderListRes> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdOrderListGet(
|
||||
current,
|
||||
pageSize,
|
||||
cookieId,
|
||||
cookie,
|
||||
status,
|
||||
requestParameters.current,
|
||||
requestParameters.pageSize,
|
||||
requestParameters.cookieId,
|
||||
requestParameters.cookie,
|
||||
requestParameters.status,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
@@ -947,17 +931,17 @@ export const CkApiFactory = function (
|
||||
/**
|
||||
*
|
||||
* @summary 下单
|
||||
* @param {KamiApiCardRedeemJdV1PlaceOrderReq} [kamiApiCardRedeemJdV1PlaceOrderReq]
|
||||
* @param {CkApiApiCookieInfoJdOrderPlaceOrderPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiCookieInfoJdOrderPlaceOrderPost(
|
||||
kamiApiCardRedeemJdV1PlaceOrderReq?: KamiApiCardRedeemJdV1PlaceOrderReq,
|
||||
requestParameters: CkApiApiCookieInfoJdOrderPlaceOrderPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1PlaceOrderRes> {
|
||||
return localVarFp
|
||||
.apiCookieInfoJdOrderPlaceOrderPost(
|
||||
kamiApiCardRedeemJdV1PlaceOrderReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1PlaceOrderReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
@@ -965,28 +949,307 @@ export const CkApiFactory = function (
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* CkApi - interface
|
||||
* @export
|
||||
* @interface CkApi
|
||||
*/
|
||||
export interface CkApiInterface {
|
||||
/**
|
||||
*
|
||||
* @summary 添加京东ck
|
||||
* @param {CkApiApiCookieInfoJdAccountAddPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdAccountAddPost(
|
||||
requestParameters?: CkApiApiCookieInfoJdAccountAddPostRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 删除京东ck
|
||||
* @param {CkApiApiCookieInfoJdAccountDeleteDeleteRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdAccountDeleteDelete(
|
||||
requestParameters: CkApiApiCookieInfoJdAccountDeleteDeleteRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 获取京东ck
|
||||
* @param {CkApiApiCookieInfoJdAccountGetGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdAccountGetGet(
|
||||
requestParameters: CkApiApiCookieInfoJdAccountGetGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1AccountGetRes>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 获取京东ck列表
|
||||
* @param {CkApiApiCookieInfoJdAccountListGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdAccountListGet(
|
||||
requestParameters: CkApiApiCookieInfoJdAccountListGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1AccountListRes>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 修改京东ck状态
|
||||
* @param {CkApiApiCookieInfoJdAccountStatusPutRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdAccountStatusPut(
|
||||
requestParameters?: CkApiApiCookieInfoJdAccountStatusPutRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 更新京东ck
|
||||
* @param {CkApiApiCookieInfoJdAccountUpdatePutRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdAccountUpdatePut(
|
||||
requestParameters?: CkApiApiCookieInfoJdAccountUpdatePutRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 获取订单列表
|
||||
* @param {CkApiApiCookieInfoJdOrderListGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdOrderListGet(
|
||||
requestParameters: CkApiApiCookieInfoJdOrderListGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1OrderListRes>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 下单
|
||||
* @param {CkApiApiCookieInfoJdOrderPlaceOrderPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApiInterface
|
||||
*/
|
||||
apiCookieInfoJdOrderPlaceOrderPost(
|
||||
requestParameters?: CkApiApiCookieInfoJdOrderPlaceOrderPostRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardRedeemJdV1PlaceOrderRes>;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdAccountAddPost operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdAccountAddPostRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdAccountAddPostRequest {
|
||||
/**
|
||||
*
|
||||
* @type {KamiApiCardRedeemJdV1AccountAddReq}
|
||||
* @memberof CkApiApiCookieInfoJdAccountAddPost
|
||||
*/
|
||||
readonly kamiApiCardRedeemJdV1AccountAddReq?: KamiApiCardRedeemJdV1AccountAddReq;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdAccountDeleteDelete operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdAccountDeleteDeleteRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdAccountDeleteDeleteRequest {
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof CkApiApiCookieInfoJdAccountDeleteDelete
|
||||
*/
|
||||
readonly id: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdAccountGetGet operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdAccountGetGetRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdAccountGetGetRequest {
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof CkApiApiCookieInfoJdAccountGetGet
|
||||
*/
|
||||
readonly id: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdAccountListGet operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdAccountListGetRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdAccountListGetRequest {
|
||||
/**
|
||||
* 页数
|
||||
* @type {number}
|
||||
* @memberof CkApiApiCookieInfoJdAccountListGet
|
||||
*/
|
||||
readonly current: number;
|
||||
|
||||
/**
|
||||
* 页码
|
||||
* @type {5 | 10 | 15 | 20 | 50 | 100}
|
||||
* @memberof CkApiApiCookieInfoJdAccountListGet
|
||||
*/
|
||||
readonly pageSize: ApiCookieInfoJdAccountListGetPageSizeEnum;
|
||||
|
||||
/**
|
||||
* 状态
|
||||
* @type {'disable' | 'normal'}
|
||||
* @memberof CkApiApiCookieInfoJdAccountListGet
|
||||
*/
|
||||
readonly status?: ApiCookieInfoJdAccountListGetStatusEnum;
|
||||
|
||||
/**
|
||||
* 昵称
|
||||
* @type {string}
|
||||
* @memberof CkApiApiCookieInfoJdAccountListGet
|
||||
*/
|
||||
readonly name?: string;
|
||||
|
||||
/**
|
||||
* ck
|
||||
* @type {string}
|
||||
* @memberof CkApiApiCookieInfoJdAccountListGet
|
||||
*/
|
||||
readonly cookie?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdAccountStatusPut operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdAccountStatusPutRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdAccountStatusPutRequest {
|
||||
/**
|
||||
*
|
||||
* @type {KamiApiCardRedeemJdV1AccountStatusReq}
|
||||
* @memberof CkApiApiCookieInfoJdAccountStatusPut
|
||||
*/
|
||||
readonly kamiApiCardRedeemJdV1AccountStatusReq?: KamiApiCardRedeemJdV1AccountStatusReq;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdAccountUpdatePut operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdAccountUpdatePutRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdAccountUpdatePutRequest {
|
||||
/**
|
||||
*
|
||||
* @type {KamiApiCardRedeemJdV1AccountUpdateReq}
|
||||
* @memberof CkApiApiCookieInfoJdAccountUpdatePut
|
||||
*/
|
||||
readonly kamiApiCardRedeemJdV1AccountUpdateReq?: KamiApiCardRedeemJdV1AccountUpdateReq;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdOrderListGet operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdOrderListGetRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdOrderListGetRequest {
|
||||
/**
|
||||
* 页数
|
||||
* @type {number}
|
||||
* @memberof CkApiApiCookieInfoJdOrderListGet
|
||||
*/
|
||||
readonly current: number;
|
||||
|
||||
/**
|
||||
* 页码
|
||||
* @type {5 | 10 | 15 | 20 | 50 | 100}
|
||||
* @memberof CkApiApiCookieInfoJdOrderListGet
|
||||
*/
|
||||
readonly pageSize: ApiCookieInfoJdOrderListGetPageSizeEnum;
|
||||
|
||||
/**
|
||||
* cookieId
|
||||
* @type {number}
|
||||
* @memberof CkApiApiCookieInfoJdOrderListGet
|
||||
*/
|
||||
readonly cookieId?: number;
|
||||
|
||||
/**
|
||||
* cookie
|
||||
* @type {string}
|
||||
* @memberof CkApiApiCookieInfoJdOrderListGet
|
||||
*/
|
||||
readonly cookie?: string;
|
||||
|
||||
/**
|
||||
* 状态
|
||||
* @type {'fail' | 'init' | 'success'}
|
||||
* @memberof CkApiApiCookieInfoJdOrderListGet
|
||||
*/
|
||||
readonly status?: ApiCookieInfoJdOrderListGetStatusEnum;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiCookieInfoJdOrderPlaceOrderPost operation in CkApi.
|
||||
* @export
|
||||
* @interface CkApiApiCookieInfoJdOrderPlaceOrderPostRequest
|
||||
*/
|
||||
export interface CkApiApiCookieInfoJdOrderPlaceOrderPostRequest {
|
||||
/**
|
||||
*
|
||||
* @type {KamiApiCardRedeemJdV1PlaceOrderReq}
|
||||
* @memberof CkApiApiCookieInfoJdOrderPlaceOrderPost
|
||||
*/
|
||||
readonly kamiApiCardRedeemJdV1PlaceOrderReq?: KamiApiCardRedeemJdV1PlaceOrderReq;
|
||||
}
|
||||
|
||||
/**
|
||||
* CkApi - object-oriented interface
|
||||
* @export
|
||||
* @class CkApi
|
||||
* @extends {BaseAPI}
|
||||
*/
|
||||
export class CkApi extends BaseAPI {
|
||||
export class CkApi extends BaseAPI implements CkApiInterface {
|
||||
/**
|
||||
*
|
||||
* @summary 添加京东ck
|
||||
* @param {KamiApiCardRedeemJdV1AccountAddReq} [kamiApiCardRedeemJdV1AccountAddReq]
|
||||
* @param {CkApiApiCookieInfoJdAccountAddPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdAccountAddPost(
|
||||
kamiApiCardRedeemJdV1AccountAddReq?: KamiApiCardRedeemJdV1AccountAddReq,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountAddPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdAccountAddPost(
|
||||
kamiApiCardRedeemJdV1AccountAddReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1AccountAddReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
@@ -995,64 +1258,56 @@ export class CkApi extends BaseAPI {
|
||||
/**
|
||||
*
|
||||
* @summary 删除京东ck
|
||||
* @param {number} id
|
||||
* @param {CkApiApiCookieInfoJdAccountDeleteDeleteRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdAccountDeleteDelete(
|
||||
id: number,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountDeleteDeleteRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdAccountDeleteDelete(id, options)
|
||||
.apiCookieInfoJdAccountDeleteDelete(requestParameters.id, options)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 获取京东ck
|
||||
* @param {number} id
|
||||
* @param {CkApiApiCookieInfoJdAccountGetGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdAccountGetGet(
|
||||
id: number,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountGetGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdAccountGetGet(id, options)
|
||||
.apiCookieInfoJdAccountGetGet(requestParameters.id, options)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 获取京东ck列表
|
||||
* @param {number} current 页数
|
||||
* @param {ApiCookieInfoJdAccountListGetPageSizeEnum} pageSize 页码
|
||||
* @param {ApiCookieInfoJdAccountListGetStatusEnum} [status] 状态
|
||||
* @param {string} [name] 昵称
|
||||
* @param {string} [cookie] ck
|
||||
* @param {CkApiApiCookieInfoJdAccountListGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdAccountListGet(
|
||||
current: number,
|
||||
pageSize: ApiCookieInfoJdAccountListGetPageSizeEnum,
|
||||
status?: ApiCookieInfoJdAccountListGetStatusEnum,
|
||||
name?: string,
|
||||
cookie?: string,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountListGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdAccountListGet(
|
||||
current,
|
||||
pageSize,
|
||||
status,
|
||||
name,
|
||||
cookie,
|
||||
requestParameters.current,
|
||||
requestParameters.pageSize,
|
||||
requestParameters.status,
|
||||
requestParameters.name,
|
||||
requestParameters.cookie,
|
||||
options
|
||||
)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
@@ -1061,18 +1316,18 @@ export class CkApi extends BaseAPI {
|
||||
/**
|
||||
*
|
||||
* @summary 修改京东ck状态
|
||||
* @param {KamiApiCardRedeemJdV1AccountStatusReq} [kamiApiCardRedeemJdV1AccountStatusReq]
|
||||
* @param {CkApiApiCookieInfoJdAccountStatusPutRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdAccountStatusPut(
|
||||
kamiApiCardRedeemJdV1AccountStatusReq?: KamiApiCardRedeemJdV1AccountStatusReq,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountStatusPutRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdAccountStatusPut(
|
||||
kamiApiCardRedeemJdV1AccountStatusReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1AccountStatusReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
@@ -1081,18 +1336,18 @@ export class CkApi extends BaseAPI {
|
||||
/**
|
||||
*
|
||||
* @summary 更新京东ck
|
||||
* @param {KamiApiCardRedeemJdV1AccountUpdateReq} [kamiApiCardRedeemJdV1AccountUpdateReq]
|
||||
* @param {CkApiApiCookieInfoJdAccountUpdatePutRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdAccountUpdatePut(
|
||||
kamiApiCardRedeemJdV1AccountUpdateReq?: KamiApiCardRedeemJdV1AccountUpdateReq,
|
||||
requestParameters: CkApiApiCookieInfoJdAccountUpdatePutRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdAccountUpdatePut(
|
||||
kamiApiCardRedeemJdV1AccountUpdateReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1AccountUpdateReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
@@ -1101,30 +1356,22 @@ export class CkApi extends BaseAPI {
|
||||
/**
|
||||
*
|
||||
* @summary 获取订单列表
|
||||
* @param {number} current 页数
|
||||
* @param {ApiCookieInfoJdOrderListGetPageSizeEnum} pageSize 页码
|
||||
* @param {number} [cookieId] cookieId
|
||||
* @param {string} [cookie] cookie
|
||||
* @param {ApiCookieInfoJdOrderListGetStatusEnum} [status] 状态
|
||||
* @param {CkApiApiCookieInfoJdOrderListGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdOrderListGet(
|
||||
current: number,
|
||||
pageSize: ApiCookieInfoJdOrderListGetPageSizeEnum,
|
||||
cookieId?: number,
|
||||
cookie?: string,
|
||||
status?: ApiCookieInfoJdOrderListGetStatusEnum,
|
||||
requestParameters: CkApiApiCookieInfoJdOrderListGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdOrderListGet(
|
||||
current,
|
||||
pageSize,
|
||||
cookieId,
|
||||
cookie,
|
||||
status,
|
||||
requestParameters.current,
|
||||
requestParameters.pageSize,
|
||||
requestParameters.cookieId,
|
||||
requestParameters.cookie,
|
||||
requestParameters.status,
|
||||
options
|
||||
)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
@@ -1133,18 +1380,18 @@ export class CkApi extends BaseAPI {
|
||||
/**
|
||||
*
|
||||
* @summary 下单
|
||||
* @param {KamiApiCardRedeemJdV1PlaceOrderReq} [kamiApiCardRedeemJdV1PlaceOrderReq]
|
||||
* @param {CkApiApiCookieInfoJdOrderPlaceOrderPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof CkApi
|
||||
*/
|
||||
public apiCookieInfoJdOrderPlaceOrderPost(
|
||||
kamiApiCardRedeemJdV1PlaceOrderReq?: KamiApiCardRedeemJdV1PlaceOrderReq,
|
||||
requestParameters: CkApiApiCookieInfoJdOrderPlaceOrderPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return CkApiFp(this.configuration)
|
||||
.apiCookieInfoJdOrderPlaceOrderPost(
|
||||
kamiApiCardRedeemJdV1PlaceOrderReq,
|
||||
requestParameters.kamiApiCardRedeemJdV1PlaceOrderReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
@@ -1153,46 +1400,42 @@ export class CkApi extends BaseAPI {
|
||||
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export const ApiCookieInfoJdAccountListGetPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
export type ApiCookieInfoJdAccountListGetPageSizeEnum =
|
||||
(typeof ApiCookieInfoJdAccountListGetPageSizeEnum)[keyof typeof ApiCookieInfoJdAccountListGetPageSizeEnum];
|
||||
export enum ApiCookieInfoJdAccountListGetPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export const ApiCookieInfoJdAccountListGetStatusEnum = {
|
||||
Disable: 'disable',
|
||||
Normal: 'normal'
|
||||
} as const;
|
||||
export type ApiCookieInfoJdAccountListGetStatusEnum =
|
||||
(typeof ApiCookieInfoJdAccountListGetStatusEnum)[keyof typeof ApiCookieInfoJdAccountListGetStatusEnum];
|
||||
export enum ApiCookieInfoJdAccountListGetStatusEnum {
|
||||
Disable = 'disable',
|
||||
Normal = 'normal'
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export const ApiCookieInfoJdOrderListGetPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
export type ApiCookieInfoJdOrderListGetPageSizeEnum =
|
||||
(typeof ApiCookieInfoJdOrderListGetPageSizeEnum)[keyof typeof ApiCookieInfoJdOrderListGetPageSizeEnum];
|
||||
export enum ApiCookieInfoJdOrderListGetPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export const ApiCookieInfoJdOrderListGetStatusEnum = {
|
||||
Fail: 'fail',
|
||||
Init: 'init',
|
||||
Success: 'success'
|
||||
} as const;
|
||||
export type ApiCookieInfoJdOrderListGetStatusEnum =
|
||||
(typeof ApiCookieInfoJdOrderListGetStatusEnum)[keyof typeof ApiCookieInfoJdOrderListGetStatusEnum];
|
||||
export enum ApiCookieInfoJdOrderListGetStatusEnum {
|
||||
Fail = 'fail',
|
||||
Init = 'init',
|
||||
Success = 'success'
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -390,46 +390,52 @@ export const TOTPApiFactory = function (
|
||||
/**
|
||||
*
|
||||
* @summary 查看两步验证图像
|
||||
* @param {string} code
|
||||
* @param {TOTPApiApiUserTotpImageGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiUserTotpImageGet(
|
||||
code: string,
|
||||
requestParameters: TOTPApiApiUserTotpImageGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiSysUserV1TotpImageGetRes> {
|
||||
return localVarFp
|
||||
.apiUserTotpImageGet(code, options)
|
||||
.apiUserTotpImageGet(requestParameters.code, options)
|
||||
.then(request => request(axios, basePath));
|
||||
},
|
||||
/**
|
||||
*
|
||||
* @summary 重置两步验证
|
||||
* @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq]
|
||||
* @param {TOTPApiApiUserTotpResetPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiUserTotpResetPost(
|
||||
kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq,
|
||||
requestParameters: TOTPApiApiUserTotpResetPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiSysUserV1TotpResetRes> {
|
||||
return localVarFp
|
||||
.apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq, options)
|
||||
.apiUserTotpResetPost(
|
||||
requestParameters.kamiApiSysUserV1TotpResetReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
},
|
||||
/**
|
||||
*
|
||||
* @summary 设置二步验证
|
||||
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq]
|
||||
* @param {TOTPApiApiUserTotpSetPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
apiUserTotpSetPost(
|
||||
kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq,
|
||||
requestParameters: TOTPApiApiUserTotpSetPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object> {
|
||||
return localVarFp
|
||||
.apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq, options)
|
||||
.apiUserTotpSetPost(
|
||||
requestParameters.kamiApiSysUserV1TotpSetReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(axios, basePath));
|
||||
},
|
||||
/**
|
||||
@@ -448,58 +454,163 @@ export const TOTPApiFactory = function (
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* TOTPApi - interface
|
||||
* @export
|
||||
* @interface TOTPApi
|
||||
*/
|
||||
export interface TOTPApiInterface {
|
||||
/**
|
||||
*
|
||||
* @summary 查看两步验证图像
|
||||
* @param {TOTPApiApiUserTotpImageGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof TOTPApiInterface
|
||||
*/
|
||||
apiUserTotpImageGet(
|
||||
requestParameters: TOTPApiApiUserTotpImageGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiSysUserV1TotpImageGetRes>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 重置两步验证
|
||||
* @param {TOTPApiApiUserTotpResetPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof TOTPApiInterface
|
||||
*/
|
||||
apiUserTotpResetPost(
|
||||
requestParameters?: TOTPApiApiUserTotpResetPostRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiSysUserV1TotpResetRes>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 设置二步验证
|
||||
* @param {TOTPApiApiUserTotpSetPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof TOTPApiInterface
|
||||
*/
|
||||
apiUserTotpSetPost(
|
||||
requestParameters?: TOTPApiApiUserTotpSetPostRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<object>;
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 确认当前用户是否开启totp
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof TOTPApiInterface
|
||||
*/
|
||||
apiUserTotpStatusGet(
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiSysUserV1TotpStatusGetRes>;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiUserTotpImageGet operation in TOTPApi.
|
||||
* @export
|
||||
* @interface TOTPApiApiUserTotpImageGetRequest
|
||||
*/
|
||||
export interface TOTPApiApiUserTotpImageGetRequest {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof TOTPApiApiUserTotpImageGet
|
||||
*/
|
||||
readonly code: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiUserTotpResetPost operation in TOTPApi.
|
||||
* @export
|
||||
* @interface TOTPApiApiUserTotpResetPostRequest
|
||||
*/
|
||||
export interface TOTPApiApiUserTotpResetPostRequest {
|
||||
/**
|
||||
*
|
||||
* @type {KamiApiSysUserV1TotpResetReq}
|
||||
* @memberof TOTPApiApiUserTotpResetPost
|
||||
*/
|
||||
readonly kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq;
|
||||
}
|
||||
|
||||
/**
|
||||
* Request parameters for apiUserTotpSetPost operation in TOTPApi.
|
||||
* @export
|
||||
* @interface TOTPApiApiUserTotpSetPostRequest
|
||||
*/
|
||||
export interface TOTPApiApiUserTotpSetPostRequest {
|
||||
/**
|
||||
*
|
||||
* @type {KamiApiSysUserV1TotpSetReq}
|
||||
* @memberof TOTPApiApiUserTotpSetPost
|
||||
*/
|
||||
readonly kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq;
|
||||
}
|
||||
|
||||
/**
|
||||
* TOTPApi - object-oriented interface
|
||||
* @export
|
||||
* @class TOTPApi
|
||||
* @extends {BaseAPI}
|
||||
*/
|
||||
export class TOTPApi extends BaseAPI {
|
||||
export class TOTPApi extends BaseAPI implements TOTPApiInterface {
|
||||
/**
|
||||
*
|
||||
* @summary 查看两步验证图像
|
||||
* @param {string} code
|
||||
* @param {TOTPApiApiUserTotpImageGetRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof TOTPApi
|
||||
*/
|
||||
public apiUserTotpImageGet(code: string, options?: RawAxiosRequestConfig) {
|
||||
public apiUserTotpImageGet(
|
||||
requestParameters: TOTPApiApiUserTotpImageGetRequest,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return TOTPApiFp(this.configuration)
|
||||
.apiUserTotpImageGet(code, options)
|
||||
.apiUserTotpImageGet(requestParameters.code, options)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 重置两步验证
|
||||
* @param {KamiApiSysUserV1TotpResetReq} [kamiApiSysUserV1TotpResetReq]
|
||||
* @param {TOTPApiApiUserTotpResetPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof TOTPApi
|
||||
*/
|
||||
public apiUserTotpResetPost(
|
||||
kamiApiSysUserV1TotpResetReq?: KamiApiSysUserV1TotpResetReq,
|
||||
requestParameters: TOTPApiApiUserTotpResetPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return TOTPApiFp(this.configuration)
|
||||
.apiUserTotpResetPost(kamiApiSysUserV1TotpResetReq, options)
|
||||
.apiUserTotpResetPost(
|
||||
requestParameters.kamiApiSysUserV1TotpResetReq,
|
||||
options
|
||||
)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @summary 设置二步验证
|
||||
* @param {KamiApiSysUserV1TotpSetReq} [kamiApiSysUserV1TotpSetReq]
|
||||
* @param {TOTPApiApiUserTotpSetPostRequest} requestParameters Request parameters.
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof TOTPApi
|
||||
*/
|
||||
public apiUserTotpSetPost(
|
||||
kamiApiSysUserV1TotpSetReq?: KamiApiSysUserV1TotpSetReq,
|
||||
requestParameters: TOTPApiApiUserTotpSetPostRequest = {},
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return TOTPApiFp(this.configuration)
|
||||
.apiUserTotpSetPost(kamiApiSysUserV1TotpSetReq, options)
|
||||
.apiUserTotpSetPost(requestParameters.kamiApiSysUserV1TotpSetReq, options)
|
||||
.then(request => request(this.axios, this.basePath));
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,14 +44,15 @@ export interface KamiApiCardInfoAppleV1CardHistoryInfoListReq {
|
||||
accountId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1CardHistoryInfoListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoAppleV1CardInfoListReq {
|
||||
pageSize: KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1CardInfoListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,17 +32,18 @@ export interface KamiApiCardInfoAppleV1CardInfoUpdateStatusReq {
|
||||
status: KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum = {
|
||||
NUMBER_1: 1,
|
||||
NUMBER_5: 5,
|
||||
NUMBER_6: 6,
|
||||
NUMBER_8: 8,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_2: 2,
|
||||
NUMBER_9: 9,
|
||||
NUMBER_7: 7,
|
||||
NUMBER_3: 3
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum {
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_8 = 8,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_9 = 9,
|
||||
NUMBER_7 = 7,
|
||||
NUMBER_3 = 3
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -62,19 +62,20 @@ export interface KamiApiCardInfoAppleV1RechargeItunesCallbackReq {
|
||||
remark?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum = {
|
||||
NUMBER_30: 30,
|
||||
NUMBER_31: 31,
|
||||
NUMBER_40: 40,
|
||||
NUMBER_32: 32,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_12: 12,
|
||||
NUMBER_11: 11,
|
||||
NUMBER_14: 14,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_13: 13,
|
||||
NUMBER_15: 15
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum {
|
||||
NUMBER_30 = 30,
|
||||
NUMBER_31 = 31,
|
||||
NUMBER_40 = 40,
|
||||
NUMBER_32 = 32,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_12 = 12,
|
||||
NUMBER_11 = 11,
|
||||
NUMBER_14 = 14,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_13 = 13,
|
||||
NUMBER_15 = 15
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -86,14 +86,15 @@ export interface KamiApiCardInfoAppleV1RechargeListReq {
|
||||
EndDate?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -62,10 +62,11 @@ export interface KamiApiCardInfoAppleV1RechargeStealRuleAddReq {
|
||||
intervalTime: number;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeStealRuleAddReqStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_1 = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,14 +32,15 @@ export interface KamiApiCardInfoAppleV1RechargeStealRuleListReq {
|
||||
pageSize: KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeStealRuleListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,11 +32,11 @@ export interface KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReq {
|
||||
status: KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum =
|
||||
{
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeStealRuleStatusUpdateReqStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_1 = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -68,10 +68,11 @@ export interface KamiApiCardInfoAppleV1RechargeStealRuleUpdateReq {
|
||||
intervalTime: number;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeStealRuleUpdateReqStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_1 = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -26,10 +26,11 @@ export interface KamiApiCardInfoAppleV1RechargeStealSettingGetRes {
|
||||
stealStatus?: KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_1 = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -26,10 +26,11 @@ export interface KamiApiCardInfoAppleV1RechargeStealSettingReq {
|
||||
stealStatus: KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeStealSettingReqStealStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_1 = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,25 +32,26 @@ export interface KamiApiCardInfoAppleV1RechargeSubmitQueryRes {
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum = {
|
||||
NUMBER_13: 13,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_6: 6,
|
||||
NUMBER_14: 14,
|
||||
NUMBER_5: 5,
|
||||
NUMBER_0: 0,
|
||||
NUMBER_16: 16,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_2: 2,
|
||||
NUMBER_9: 9,
|
||||
NUMBER_12: 12,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_11: 11,
|
||||
NUMBER_7: 7,
|
||||
NUMBER_8: 8,
|
||||
NUMBER_1: 1,
|
||||
NUMBER_3: 3
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum {
|
||||
NUMBER_13 = 13,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_14 = 14,
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_16 = 16,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_9 = 9,
|
||||
NUMBER_12 = 12,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_11 = 11,
|
||||
NUMBER_7 = 7,
|
||||
NUMBER_8 = 8,
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_3 = 3
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,25 +38,26 @@ export interface KamiApiCardInfoAppleV1RechargeSubmitRes {
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum = {
|
||||
NUMBER_13: 13,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_6: 6,
|
||||
NUMBER_14: 14,
|
||||
NUMBER_5: 5,
|
||||
NUMBER_0: 0,
|
||||
NUMBER_16: 16,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_2: 2,
|
||||
NUMBER_9: 9,
|
||||
NUMBER_12: 12,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_11: 11,
|
||||
NUMBER_7: 7,
|
||||
NUMBER_8: 8,
|
||||
NUMBER_1: 1,
|
||||
NUMBER_3: 3
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum {
|
||||
NUMBER_13 = 13,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_14 = 14,
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_16 = 16,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_9 = 9,
|
||||
NUMBER_12 = 12,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_11 = 11,
|
||||
NUMBER_7 = 7,
|
||||
NUMBER_8 = 8,
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_3 = 3
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,14 +50,15 @@ export interface KamiApiCardInfoCTripV1AccountListReq {
|
||||
cookie?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoCTripV1AccountListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoCTripV1AccountListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoCTripV1AccountListReqPageSizeEnum)[keyof typeof KamiApiCardInfoCTripV1AccountListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoCTripV1AccountListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,17 +32,18 @@ export interface KamiApiCardInfoCTripV1AccountUpdateStatusReq {
|
||||
status: KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_5: 5,
|
||||
NUMBER_3: 3,
|
||||
NUMBER_6: 6,
|
||||
NUMBER_2: 2,
|
||||
NUMBER_8: 8,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_1: 1,
|
||||
NUMBER_7: 7
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum =
|
||||
(typeof KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_3 = 3,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_8 = 8,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_7 = 7
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoCTripV1AccountWalletListReq {
|
||||
accountId: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum)[keyof typeof KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoCTripV1AccountWalletListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -68,14 +68,15 @@ export interface KamiApiCardInfoCTripV1ListReq {
|
||||
dateRange?: Array<string>;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoCTripV1ListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoCTripV1ListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoCTripV1ListReqPageSizeEnum)[keyof typeof KamiApiCardInfoCTripV1ListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoCTripV1ListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -43,21 +43,22 @@ export interface KamiApiCardInfoJdV1JDAccountListReq {
|
||||
*/
|
||||
nickName?: string;
|
||||
/**
|
||||
*
|
||||
* cookie
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoJdV1JDAccountListReq
|
||||
*/
|
||||
cookie?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoJdV1JDAccountListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,17 +32,18 @@ export interface KamiApiCardInfoJdV1JDAccountUpdateStatusReq {
|
||||
status: KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_5: 5,
|
||||
NUMBER_3: 3,
|
||||
NUMBER_6: 6,
|
||||
NUMBER_2: 2,
|
||||
NUMBER_8: 8,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_1: 1,
|
||||
NUMBER_7: 7
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum =
|
||||
(typeof KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_3 = 3,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_8 = 8,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_7 = 7
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoJdV1JDAccountWalletListReq {
|
||||
accountId: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoJdV1JDAccountWalletListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -68,14 +68,15 @@ export interface KamiApiCardInfoJdV1ListReq {
|
||||
accountCk?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoJdV1ListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoJdV1ListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoJdV1ListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1ListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoJdV1ListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoJdV1OrderSummaryListReq {
|
||||
pageSize: KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum)[keyof typeof KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoJdV1OrderSummaryListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,14 +50,15 @@ export interface KamiApiCardInfoOriginalJdV1OriginalJDAccountListReq {
|
||||
cookie?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoOriginalJdV1OriginalJDAccountListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoOriginalJdV1OriginalJDAccountListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoOriginalJdV1OriginalJDAccountListReqPageSizeEnum)[keyof typeof KamiApiCardInfoOriginalJdV1OriginalJDAccountListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoOriginalJdV1OriginalJDAccountListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,18 +32,18 @@ export interface KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReq {
|
||||
status: KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReqStatusEnum =
|
||||
{
|
||||
NUMBER_0: 0,
|
||||
NUMBER_5: 5,
|
||||
NUMBER_3: 3,
|
||||
NUMBER_6: 6,
|
||||
NUMBER_2: 2,
|
||||
NUMBER_8: 8,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_1: 1,
|
||||
NUMBER_7: 7
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReqStatusEnum =
|
||||
(typeof KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReqStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_3 = 3,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_8 = 8,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_7 = 7
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,15 +38,15 @@ export interface KamiApiCardInfoOriginalJdV1OriginalJDAccountWalletListReq {
|
||||
accountId: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoOriginalJdV1OriginalJDAccountWalletListReqPageSizeEnum =
|
||||
{
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoOriginalJdV1OriginalJDAccountWalletListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoOriginalJdV1OriginalJDAccountWalletListReqPageSizeEnum)[keyof typeof KamiApiCardInfoOriginalJdV1OriginalJDAccountWalletListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoOriginalJdV1OriginalJDAccountWalletListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,11 +32,11 @@ export interface KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReq
|
||||
channel?: KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum =
|
||||
{
|
||||
_12352: '12352',
|
||||
_12351: '12351'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum {
|
||||
_12352 = '12352',
|
||||
_12351 = '12351'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoTMallGameV1TMallGameAccountListReq {
|
||||
pageSize: KamiApiCardInfoTMallGameV1TMallGameAccountListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameAccountListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameAccountListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameAccountListReqPageSizeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameAccountListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameAccountListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,16 +50,17 @@ export interface KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReq {
|
||||
sign?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReqAopicEnum = {
|
||||
NUMBER_16: 16,
|
||||
NUMBER_2097152: 2097152,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_2048: 2048,
|
||||
NUMBER_524288: 524288,
|
||||
NUMBER_256: 256,
|
||||
NUMBER_32768: 32768,
|
||||
NUMBER_1048576: 1048576
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReqAopicEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReqAopicEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReqAopicEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReqAopicEnum {
|
||||
NUMBER_16 = 16,
|
||||
NUMBER_2097152 = 2097152,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_2048 = 2048,
|
||||
NUMBER_524288 = 524288,
|
||||
NUMBER_256 = 256,
|
||||
NUMBER_32768 = 32768,
|
||||
NUMBER_1048576 = 1048576
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,23 +44,23 @@ export interface KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReq {
|
||||
callbackType?: KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqCallbackTypeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqPageSizeEnum =
|
||||
{
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqPageSizeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqPageSizeEnum];
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqCallbackTypeEnum =
|
||||
{
|
||||
Confirm: 'confirm',
|
||||
Evaluation: 'evaluation'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqCallbackTypeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqCallbackTypeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqCallbackTypeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqCallbackTypeEnum {
|
||||
Confirm = 'confirm',
|
||||
Evaluation = 'evaluation'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -80,21 +80,23 @@ export interface KamiApiCardInfoTMallGameV1TMallGameOrderListReq {
|
||||
pageSize: KamiApiCardInfoTMallGameV1TMallGameOrderListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameOrderListReqCallbackTypeEnum = {
|
||||
Confirm: 'confirm',
|
||||
Evaluation: 'evaluation'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameOrderListReqCallbackTypeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameOrderListReqCallbackTypeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameOrderListReqCallbackTypeEnum];
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameOrderListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameOrderListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameOrderListReqPageSizeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameOrderListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameOrderListReqCallbackTypeEnum {
|
||||
Confirm = 'confirm',
|
||||
Evaluation = 'evaluation'
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameOrderListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -80,11 +80,11 @@ export interface KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReq {
|
||||
channelName?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum =
|
||||
{
|
||||
Confirm: 'confirm',
|
||||
Evaluation: 'evaluation'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum {
|
||||
Confirm = 'confirm',
|
||||
Evaluation = 'evaluation'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,10 +38,11 @@ export interface KamiApiCardInfoTMallGameV1TMallGameOrderSubmitRes {
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameOrderSubmitResStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameOrderSubmitResStatusEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitResStatusEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitResStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameOrderSubmitResStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_1 = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -62,14 +62,15 @@ export interface KamiApiCardInfoTMallGameV1TMallGameShopOrderListReq {
|
||||
dateRange?: Array<string>;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameShopOrderListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameShopOrderListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameShopOrderListReqPageSizeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameShopOrderListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoTMallGameV1TMallGameShopOrderListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,14 +50,15 @@ export interface KamiApiCardInfoWalmartV1AccountDailySummaryReq {
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1AccountDailySummaryReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1AccountDailySummaryReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1AccountDailySummaryReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1AccountDailySummaryReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1AccountDailySummaryReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -68,14 +68,15 @@ export interface KamiApiCardInfoWalmartV1AccountListReq {
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1AccountListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1AccountListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1AccountListReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1AccountListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1AccountListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,14 +44,15 @@ export interface KamiApiCardInfoWalmartV1AccountSummaryDownloadReq {
|
||||
date?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1AccountSummaryDownloadReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1AccountSummaryDownloadReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1AccountSummaryDownloadReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1AccountSummaryDownloadReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1AccountSummaryDownloadReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,17 +32,18 @@ export interface KamiApiCardInfoWalmartV1AccountUpdateStatusReq {
|
||||
status: KamiApiCardInfoWalmartV1AccountUpdateStatusReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1AccountUpdateStatusReqStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_5: 5,
|
||||
NUMBER_3: 3,
|
||||
NUMBER_6: 6,
|
||||
NUMBER_2: 2,
|
||||
NUMBER_8: 8,
|
||||
NUMBER_4: 4,
|
||||
NUMBER_1: 1,
|
||||
NUMBER_7: 7
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1AccountUpdateStatusReqStatusEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1AccountUpdateStatusReqStatusEnum)[keyof typeof KamiApiCardInfoWalmartV1AccountUpdateStatusReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1AccountUpdateStatusReqStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_3 = 3,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_8 = 8,
|
||||
NUMBER_4 = 4,
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_7 = 7
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoWalmartV1AccountWalletListReq {
|
||||
accountId: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1AccountWalletListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1AccountWalletListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1AccountWalletListReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1AccountWalletListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1AccountWalletListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,14 +50,15 @@ export interface KamiApiCardInfoWalmartV1GroupExportReq {
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1GroupExportReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1GroupExportReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1GroupExportReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1GroupExportReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1GroupExportReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoWalmartV1GroupListReq {
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1GroupListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1GroupListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1GroupListReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1GroupListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1GroupListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,14 +50,15 @@ export interface KamiApiCardInfoWalmartV1GroupStatReq {
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1GroupStatReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1GroupStatReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1GroupStatReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1GroupStatReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1GroupStatReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -80,14 +80,15 @@ export interface KamiApiCardInfoWalmartV1ListReq {
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1ListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1ListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1ListReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1ListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1ListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -80,14 +80,15 @@ export interface KamiApiCardInfoWalmartV1OrderExportReq {
|
||||
userId?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1OrderExportReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1OrderExportReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1OrderExportReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1OrderExportReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1OrderExportReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiCardInfoWalmartV1OrderSummaryListReq {
|
||||
pageSize: KamiApiCardInfoWalmartV1OrderSummaryListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1OrderSummaryListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1OrderSummaryListReqPageSizeEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1OrderSummaryListReqPageSizeEnum)[keyof typeof KamiApiCardInfoWalmartV1OrderSummaryListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1OrderSummaryListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -74,11 +74,11 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigGetRes {
|
||||
redeemOrderScheduleStrategy?: KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum =
|
||||
{
|
||||
Normal: 'normal',
|
||||
Random: 'random'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum)[keyof typeof KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum {
|
||||
Normal = 'normal',
|
||||
Random = 'random'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -74,11 +74,11 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigSetReq {
|
||||
redeemOrderScheduleStrategy?: KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum =
|
||||
{
|
||||
Normal: 'normal',
|
||||
Random: 'random'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum)[keyof typeof KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum {
|
||||
Normal = 'normal',
|
||||
Random = 'random'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,10 +44,11 @@ export interface KamiApiCardRedeemJdV1AccountAddReq {
|
||||
notes?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1AccountAddReqStatusEnum = {
|
||||
Disable: 'disable',
|
||||
Normal: 'normal'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1AccountAddReqStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1AccountAddReqStatusEnum)[keyof typeof KamiApiCardRedeemJdV1AccountAddReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1AccountAddReqStatusEnum {
|
||||
Disable = 'disable',
|
||||
Normal = 'normal'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -74,10 +74,11 @@ export interface KamiApiCardRedeemJdV1AccountGetRes {
|
||||
deletedAt?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1AccountGetResStatusEnum = {
|
||||
Disable: 'disable',
|
||||
Normal: 'normal'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1AccountGetResStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1AccountGetResStatusEnum)[keyof typeof KamiApiCardRedeemJdV1AccountGetResStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1AccountGetResStatusEnum {
|
||||
Disable = 'disable',
|
||||
Normal = 'normal'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,21 +50,23 @@ export interface KamiApiCardRedeemJdV1AccountListReq {
|
||||
cookie?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1AccountListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1AccountListReqPageSizeEnum =
|
||||
(typeof KamiApiCardRedeemJdV1AccountListReqPageSizeEnum)[keyof typeof KamiApiCardRedeemJdV1AccountListReqPageSizeEnum];
|
||||
export const KamiApiCardRedeemJdV1AccountListReqStatusEnum = {
|
||||
Disable: 'disable',
|
||||
Normal: 'normal'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1AccountListReqStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1AccountListReqStatusEnum)[keyof typeof KamiApiCardRedeemJdV1AccountListReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1AccountListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1AccountListReqStatusEnum {
|
||||
Disable = 'disable',
|
||||
Normal = 'normal'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,10 +32,11 @@ export interface KamiApiCardRedeemJdV1AccountStatusReq {
|
||||
status: KamiApiCardRedeemJdV1AccountStatusReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1AccountStatusReqStatusEnum = {
|
||||
Disable: 'disable',
|
||||
Normal: 'normal'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1AccountStatusReqStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1AccountStatusReqStatusEnum)[keyof typeof KamiApiCardRedeemJdV1AccountStatusReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1AccountStatusReqStatusEnum {
|
||||
Disable = 'disable',
|
||||
Normal = 'normal'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,10 +50,11 @@ export interface KamiApiCardRedeemJdV1AccountUpdateReq {
|
||||
id: number;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1AccountUpdateReqStatusEnum = {
|
||||
Disable: 'disable',
|
||||
Normal: 'normal'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1AccountUpdateReqStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1AccountUpdateReqStatusEnum)[keyof typeof KamiApiCardRedeemJdV1AccountUpdateReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1AccountUpdateReqStatusEnum {
|
||||
Disable = 'disable',
|
||||
Normal = 'normal'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -74,10 +74,11 @@ export interface KamiApiCardRedeemJdV1CookieInfo {
|
||||
deletedAt?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1CookieInfoStatusEnum = {
|
||||
Disable: 'disable',
|
||||
Normal: 'normal'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1CookieInfoStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1CookieInfoStatusEnum)[keyof typeof KamiApiCardRedeemJdV1CookieInfoStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1CookieInfoStatusEnum {
|
||||
Disable = 'disable',
|
||||
Normal = 'normal'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,22 +50,24 @@ export interface KamiApiCardRedeemJdV1OrderListReq {
|
||||
status?: KamiApiCardRedeemJdV1OrderListReqStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1OrderListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1OrderListReqPageSizeEnum =
|
||||
(typeof KamiApiCardRedeemJdV1OrderListReqPageSizeEnum)[keyof typeof KamiApiCardRedeemJdV1OrderListReqPageSizeEnum];
|
||||
export const KamiApiCardRedeemJdV1OrderListReqStatusEnum = {
|
||||
Fail: 'fail',
|
||||
Init: 'init',
|
||||
Success: 'success'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1OrderListReqStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1OrderListReqStatusEnum)[keyof typeof KamiApiCardRedeemJdV1OrderListReqStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1OrderListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1OrderListReqStatusEnum {
|
||||
Fail = 'fail',
|
||||
Init = 'init',
|
||||
Success = 'success'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -50,11 +50,12 @@ export interface KamiApiCardRedeemJdV1PlaceOrderRes {
|
||||
orderStatus?: KamiApiCardRedeemJdV1PlaceOrderResOrderStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardRedeemJdV1PlaceOrderResOrderStatusEnum = {
|
||||
Fail: 'fail',
|
||||
Init: 'init',
|
||||
Success: 'success'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardRedeemJdV1PlaceOrderResOrderStatusEnum =
|
||||
(typeof KamiApiCardRedeemJdV1PlaceOrderResOrderStatusEnum)[keyof typeof KamiApiCardRedeemJdV1PlaceOrderResOrderStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiCardRedeemJdV1PlaceOrderResOrderStatusEnum {
|
||||
Fail = 'fail',
|
||||
Init = 'init',
|
||||
Success = 'success'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiChannelV2EntranceListReq {
|
||||
name?: string;
|
||||
}
|
||||
|
||||
export const KamiApiChannelV2EntranceListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiChannelV2EntranceListReqPageSizeEnum =
|
||||
(typeof KamiApiChannelV2EntranceListReqPageSizeEnum)[keyof typeof KamiApiChannelV2EntranceListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiChannelV2EntranceListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,14 +44,15 @@ export interface KamiApiMerchantV1MerchantConfigListReq {
|
||||
merchantUid?: string;
|
||||
}
|
||||
|
||||
export const KamiApiMerchantV1MerchantConfigListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiMerchantV1MerchantConfigListReqPageSizeEnum =
|
||||
(typeof KamiApiMerchantV1MerchantConfigListReqPageSizeEnum)[keyof typeof KamiApiMerchantV1MerchantConfigListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiMerchantV1MerchantConfigListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,14 +32,15 @@ export interface KamiApiMerchantV1StealListReq {
|
||||
pageSize: KamiApiMerchantV1StealListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiMerchantV1StealListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiMerchantV1StealListReqPageSizeEnum =
|
||||
(typeof KamiApiMerchantV1StealListReqPageSizeEnum)[keyof typeof KamiApiMerchantV1StealListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiMerchantV1StealListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,14 +32,15 @@ export interface KamiApiMerchantV1StealRecordListReq {
|
||||
pageSize: KamiApiMerchantV1StealRecordListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiMerchantV1StealRecordListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiMerchantV1StealRecordListReqPageSizeEnum =
|
||||
(typeof KamiApiMerchantV1StealRecordListReqPageSizeEnum)[keyof typeof KamiApiMerchantV1StealRecordListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiMerchantV1StealRecordListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,14 +32,15 @@ export interface KamiApiOrderV1OrderFormListReq {
|
||||
pageSize: KamiApiOrderV1OrderFormListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiOrderV1OrderFormListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiOrderV1OrderFormListReqPageSizeEnum =
|
||||
(typeof KamiApiOrderV1OrderFormListReqPageSizeEnum)[keyof typeof KamiApiOrderV1OrderFormListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiOrderV1OrderFormListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,14 +32,15 @@ export interface KamiApiOrderV1OrderLogListReq {
|
||||
pageSize: KamiApiOrderV1OrderLogListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiOrderV1OrderLogListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiOrderV1OrderLogListReqPageSizeEnum =
|
||||
(typeof KamiApiOrderV1OrderLogListReqPageSizeEnum)[keyof typeof KamiApiOrderV1OrderLogListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiOrderV1OrderLogListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -38,14 +38,15 @@ export interface KamiApiOrderV1OrderSummaryGetListReq {
|
||||
pageSize: KamiApiOrderV1OrderSummaryGetListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiOrderV1OrderSummaryGetListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiOrderV1OrderSummaryGetListReqPageSizeEnum =
|
||||
(typeof KamiApiOrderV1OrderSummaryGetListReqPageSizeEnum)[keyof typeof KamiApiOrderV1OrderSummaryGetListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiOrderV1OrderSummaryGetListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,10 +32,11 @@ export interface KamiApiRestrictionV1BlockOrderReq {
|
||||
blockStatus: KamiApiRestrictionV1BlockOrderReqBlockStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiRestrictionV1BlockOrderReqBlockStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiRestrictionV1BlockOrderReqBlockStatusEnum =
|
||||
(typeof KamiApiRestrictionV1BlockOrderReqBlockStatusEnum)[keyof typeof KamiApiRestrictionV1BlockOrderReqBlockStatusEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiRestrictionV1BlockOrderReqBlockStatusEnum {
|
||||
NUMBER_0 = 0,
|
||||
NUMBER_1 = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,14 +44,15 @@ export interface KamiApiSysPaymentV1PaymentSummaryListReq {
|
||||
pageSize: KamiApiSysPaymentV1PaymentSummaryListReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiSysPaymentV1PaymentSummaryListReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysPaymentV1PaymentSummaryListReqPageSizeEnum =
|
||||
(typeof KamiApiSysPaymentV1PaymentSummaryListReqPageSizeEnum)[keyof typeof KamiApiSysPaymentV1PaymentSummaryListReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiSysPaymentV1PaymentSummaryListReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,12 +44,13 @@ export interface KamiApiSysPaymentV1SysPaymentAddReq {
|
||||
remark?: string;
|
||||
}
|
||||
|
||||
export const KamiApiSysPaymentV1SysPaymentAddReqTransactionTypeEnum = {
|
||||
Consumption: 'consumption',
|
||||
DeductionReturn: 'deduction_return',
|
||||
ManualAdjustment: 'Manual Adjustment',
|
||||
Deposit: 'deposit'
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysPaymentV1SysPaymentAddReqTransactionTypeEnum =
|
||||
(typeof KamiApiSysPaymentV1SysPaymentAddReqTransactionTypeEnum)[keyof typeof KamiApiSysPaymentV1SysPaymentAddReqTransactionTypeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiSysPaymentV1SysPaymentAddReqTransactionTypeEnum {
|
||||
Consumption = 'consumption',
|
||||
DeductionReturn = 'deduction_return',
|
||||
ManualAdjustment = 'Manual Adjustment',
|
||||
Deposit = 'deposit'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,14 +32,15 @@ export interface KamiApiSysPaymentV1SysPaymentGetReq {
|
||||
pageSize: KamiApiSysPaymentV1SysPaymentGetReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiSysPaymentV1SysPaymentGetReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysPaymentV1SysPaymentGetReqPageSizeEnum =
|
||||
(typeof KamiApiSysPaymentV1SysPaymentGetReqPageSizeEnum)[keyof typeof KamiApiSysPaymentV1SysPaymentGetReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiSysPaymentV1SysPaymentGetReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,23 +44,25 @@ export interface KamiApiSysPaymentV1SysPaymentRecordsGetReq {
|
||||
pageSize: KamiApiSysPaymentV1SysPaymentRecordsGetReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiSysPaymentV1SysPaymentRecordsGetReqTransactionTypeEnum = {
|
||||
Consumption: 'consumption',
|
||||
DeductionReturn: 'deduction_return',
|
||||
ManualAdjustment: 'Manual Adjustment',
|
||||
Deposit: 'deposit'
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysPaymentV1SysPaymentRecordsGetReqTransactionTypeEnum =
|
||||
(typeof KamiApiSysPaymentV1SysPaymentRecordsGetReqTransactionTypeEnum)[keyof typeof KamiApiSysPaymentV1SysPaymentRecordsGetReqTransactionTypeEnum];
|
||||
export const KamiApiSysPaymentV1SysPaymentRecordsGetReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysPaymentV1SysPaymentRecordsGetReqPageSizeEnum =
|
||||
(typeof KamiApiSysPaymentV1SysPaymentRecordsGetReqPageSizeEnum)[keyof typeof KamiApiSysPaymentV1SysPaymentRecordsGetReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiSysPaymentV1SysPaymentRecordsGetReqTransactionTypeEnum {
|
||||
Consumption = 'consumption',
|
||||
DeductionReturn = 'deduction_return',
|
||||
ManualAdjustment = 'Manual Adjustment',
|
||||
Deposit = 'deposit'
|
||||
}
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiSysPaymentV1SysPaymentRecordsGetReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -32,13 +32,14 @@ export interface KamiApiSysUserV1ChannelType {
|
||||
num: number;
|
||||
}
|
||||
|
||||
export const KamiApiSysUserV1ChannelTypeChannelNameEnum = {
|
||||
Apple: 'apple',
|
||||
CTrip: 'cTrip',
|
||||
Jd: 'jd',
|
||||
OriginalJd: 'originalJD',
|
||||
Walmart: 'walmart'
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysUserV1ChannelTypeChannelNameEnum =
|
||||
(typeof KamiApiSysUserV1ChannelTypeChannelNameEnum)[keyof typeof KamiApiSysUserV1ChannelTypeChannelNameEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiSysUserV1ChannelTypeChannelNameEnum {
|
||||
Apple = 'apple',
|
||||
CTrip = 'cTrip',
|
||||
Jd = 'jd',
|
||||
OriginalJd = 'originalJD',
|
||||
Walmart = 'walmart'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -44,14 +44,15 @@ export interface KamiApiSysUserV1UserSearchReq {
|
||||
pageSize: KamiApiSysUserV1UserSearchReqPageSizeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiSysUserV1UserSearchReqPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_50: 50,
|
||||
NUMBER_100: 100
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysUserV1UserSearchReqPageSizeEnum =
|
||||
(typeof KamiApiSysUserV1UserSearchReqPageSizeEnum)[keyof typeof KamiApiSysUserV1UserSearchReqPageSizeEnum];
|
||||
/**
|
||||
* @export
|
||||
* @enum {string}
|
||||
*/
|
||||
export enum KamiApiSysUserV1UserSearchReqPageSizeEnum {
|
||||
NUMBER_5 = 5,
|
||||
NUMBER_10 = 10,
|
||||
NUMBER_15 = 15,
|
||||
NUMBER_20 = 20,
|
||||
NUMBER_50 = 50,
|
||||
NUMBER_100 = 100
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@ if (import.meta.env.VITE_API_BASE_URL) {
|
||||
}
|
||||
|
||||
axios.defaults.paramsSerializer = params => {
|
||||
console.log(params, '234234342');
|
||||
return qs.stringify(params, { arrayFormat: 'bracket' });
|
||||
};
|
||||
|
||||
|
||||
@@ -92,11 +92,12 @@ const renderData = ref<KamiApiCardInfoAppleV1CardHistoryModel[]>([]);
|
||||
const search = async () => {
|
||||
try {
|
||||
setLoading(true);
|
||||
const result = await apiClient.apiCardInfoAppleCardAccountGetWalletListGet(
|
||||
pagination.current,
|
||||
pagination.pageSize as ApiCardInfoAppleCardAccountGetWalletListGetPageSizeEnum,
|
||||
formModel.account
|
||||
);
|
||||
const result = await apiClient.apiCardInfoAppleCardAccountGetWalletListGet({
|
||||
current: pagination.current,
|
||||
pageSize:
|
||||
pagination.pageSize as ApiCardInfoAppleCardAccountGetWalletListGetPageSizeEnum,
|
||||
accountId: formModel.account
|
||||
});
|
||||
renderData.value = result.data.list;
|
||||
pagination.total = result.data.total;
|
||||
} finally {
|
||||
|
||||
@@ -300,11 +300,12 @@ const fetchData = async (
|
||||
try {
|
||||
const {
|
||||
data: { list, total }
|
||||
} = await apiClient.apiCardInfoAppleCardAccountGetListGet(
|
||||
params.current,
|
||||
params.pageSize as unknown as ApiCardInfoAppleCardAccountGetListGetPageSizeEnum,
|
||||
params.account
|
||||
);
|
||||
} = await apiClient.apiCardInfoAppleCardAccountGetListGet({
|
||||
current: params.current,
|
||||
pageSize:
|
||||
params.pageSize as unknown as ApiCardInfoAppleCardAccountGetListGetPageSizeEnum,
|
||||
account: params.account
|
||||
});
|
||||
renderData.value = list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
|
||||
@@ -89,12 +89,16 @@ const handleOk = (done: (closed: boolean) => void) => {
|
||||
setLoading(true);
|
||||
if (props.id === '') {
|
||||
await apiClient.apiCardInfoAppleCardAccountCreatePost({
|
||||
...formData.value
|
||||
kamiApiCardInfoAppleV1CardInfoCreateReq: {
|
||||
...formData.value
|
||||
}
|
||||
});
|
||||
} else {
|
||||
await apiClient.apiCardInfoAppleCardAccountUpdatePut({
|
||||
id: props.id,
|
||||
...formData.value
|
||||
kamiApiCardInfoAppleV1CardInfoUpdateReq: {
|
||||
id: props.id,
|
||||
...formData.value
|
||||
}
|
||||
});
|
||||
}
|
||||
done(true);
|
||||
|
||||
@@ -146,11 +146,15 @@ const handleOk = () => {
|
||||
setLoading(true);
|
||||
try {
|
||||
if (props.id === '') {
|
||||
await apiClient.apiCardInfoCTripAccountCreatePost(formData.value);
|
||||
await apiClient.apiCardInfoCTripAccountCreatePost({
|
||||
kamiApiCardInfoCTripV1AccountCreateReq: formData.value
|
||||
});
|
||||
} else {
|
||||
await apiClient.apiCardInfoCTripAccountUpdatePut({
|
||||
id: props.id,
|
||||
...formData.value
|
||||
kamiApiCardInfoCTripV1AccountUpdateReq: {
|
||||
id: props.id,
|
||||
...formData.value
|
||||
}
|
||||
});
|
||||
}
|
||||
emit('update:visible', false);
|
||||
@@ -186,7 +190,9 @@ const checkCookie = async () => {
|
||||
renderData.loading = false;
|
||||
try {
|
||||
const cookieResp = await apiClient.apiCardInfoCTripAccountCheckCookiePost({
|
||||
cookie: formData.value.cookie.trim()
|
||||
kamiApiCardInfoCTripV1AccountCookieCheckReq: {
|
||||
cookie: formData.value.cookie.trim()
|
||||
}
|
||||
});
|
||||
if (cookieResp.data.isAvailable) {
|
||||
notification(
|
||||
|
||||
@@ -179,7 +179,9 @@ export const batchImportModel = defineComponent({
|
||||
onBeforeOk={async (done: (closed: boolean) => void) => {
|
||||
try {
|
||||
await apiClient.apiCardInfoCTripAccountBatchAddPost({
|
||||
list: tableData.value
|
||||
kamiApiCardInfoCTripV1AccountCookieBatchAddReq: {
|
||||
list: tableData.value
|
||||
}
|
||||
});
|
||||
emit('close');
|
||||
Message.success('上传成功');
|
||||
|
||||
@@ -132,11 +132,12 @@ const fetchData = async (
|
||||
try {
|
||||
const {
|
||||
data: { list, total }
|
||||
} = await apiClient.apiCardInfoCTripAccountGetWalletListGet(
|
||||
params.current,
|
||||
params.pageSize as ApiCardInfoCTripAccountGetWalletListGetPageSizeEnum,
|
||||
props.accountId
|
||||
);
|
||||
} = await apiClient.apiCardInfoCTripAccountGetWalletListGet({
|
||||
current: params.current,
|
||||
pageSize:
|
||||
params.pageSize as ApiCardInfoCTripAccountGetWalletListGetPageSizeEnum,
|
||||
accountId: props.accountId
|
||||
});
|
||||
renderData.value = list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
|
||||
@@ -309,10 +309,10 @@ const fetchData = async (
|
||||
try {
|
||||
const {
|
||||
data: { list, total }
|
||||
} = await apiClient.apiCardInfoCTripAccountGetListGet(
|
||||
page.current,
|
||||
page.pageSize as ApiCardInfoCTripAccountGetListGetPageSizeEnum
|
||||
);
|
||||
} = await apiClient.apiCardInfoCTripAccountGetListGet({
|
||||
current: page.current,
|
||||
pageSize: page.pageSize as ApiCardInfoCTripAccountGetListGetPageSizeEnum
|
||||
});
|
||||
renderData.value = list;
|
||||
pagination.current = page.current;
|
||||
pagination.pageSize = page.pageSize;
|
||||
@@ -337,7 +337,9 @@ const reset = () => {
|
||||
|
||||
const deleteOne = async (id: string) => {
|
||||
try {
|
||||
await apiClient.apiCardInfoCTripAccountDeleteDelete(id);
|
||||
await apiClient.apiCardInfoCTripAccountDeleteDelete({
|
||||
id: id
|
||||
});
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
Notification.error({
|
||||
@@ -370,8 +372,10 @@ const updateCurrentStatus = async (
|
||||
newValue: string | number | boolean
|
||||
) => {
|
||||
await apiClient.apiCardInfoCTripAccountUpdateStatusPut({
|
||||
id: record.id,
|
||||
status: newValue as KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum
|
||||
kamiApiCardInfoCTripV1AccountUpdateStatusReq: {
|
||||
id: record.id,
|
||||
status: newValue as KamiApiCardInfoCTripV1AccountUpdateStatusReqStatusEnum
|
||||
}
|
||||
});
|
||||
record.status = newValue as number;
|
||||
};
|
||||
@@ -402,7 +406,11 @@ const statusMapper = (status: number): { text: string; color: string } => {
|
||||
};
|
||||
const refreshButton = (record: KamiApiCardInfoCTripV1AccountListRecord) => {
|
||||
apiClient
|
||||
.apiCardInfoCTripAccountRefreshStatusPut({ id: record.id })
|
||||
.apiCardInfoCTripAccountRefreshStatusPut({
|
||||
kamiApiCardInfoCTripV1AccountRefreshStatusReq: {
|
||||
id: record.id
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
fetchData();
|
||||
});
|
||||
|
||||
@@ -63,7 +63,9 @@ export default defineComponent({
|
||||
done(false);
|
||||
}
|
||||
try {
|
||||
await apiClient.apiCardInfoCTripConfigSetPost(formData.value);
|
||||
await apiClient.apiCardInfoCTripConfigSetPost({
|
||||
kamiApiCardInfoCTripV1RedeemConfigSetReq: formData.value
|
||||
});
|
||||
done(true);
|
||||
} catch {
|
||||
done(false);
|
||||
|
||||
@@ -60,9 +60,9 @@ const state = reactive<{ isReverse: boolean; visible: boolean }>({
|
||||
const renderData = ref<KamiInternalModelEntityV1CardRedeemOrderHistory[]>([]);
|
||||
|
||||
const getJDOrderHistoryList = async () => {
|
||||
const res = await apiClient.apiCardInfoCTripOrderGetHistoryListGet(
|
||||
props.orderNo
|
||||
);
|
||||
const res = await apiClient.apiCardInfoCTripOrderGetHistoryListGet({
|
||||
orderNo: props.orderNo
|
||||
});
|
||||
renderData.value = res.data.list;
|
||||
};
|
||||
|
||||
|
||||
@@ -294,16 +294,16 @@ const fetchData = async (
|
||||
try {
|
||||
const {
|
||||
data: { list, total }
|
||||
} = await apiClient.apiCardInfoCTripOrderListGet(
|
||||
params.current,
|
||||
params.pageSize as ApiCardInfoCTripOrderListGetPageSizeEnum,
|
||||
formModel.value.giftCardPwd,
|
||||
formModel.value.merchantId,
|
||||
formModel.value.attach,
|
||||
formModel.value.accountNickName,
|
||||
formModel.value.accountCk,
|
||||
formModel.value.dateRange
|
||||
);
|
||||
} = await apiClient.apiCardInfoCTripOrderListGet({
|
||||
current: params.current,
|
||||
pageSize: params.pageSize as ApiCardInfoCTripOrderListGetPageSizeEnum,
|
||||
giftCardPwd: formModel.value.giftCardPwd,
|
||||
merchantId: formModel.value.merchantId,
|
||||
attach: formModel.value.attach,
|
||||
accountNickName: formModel.value.accountNickName,
|
||||
accountCk: formModel.value.accountCk,
|
||||
dateRange: formModel.value.dateRange
|
||||
});
|
||||
renderData.value = list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
@@ -391,7 +391,9 @@ onMounted(() => {
|
||||
});
|
||||
const callback = async (orderNo: string) => {
|
||||
try {
|
||||
await apiClient.apiCardInfoCTripOrderCallbackGet(orderNo);
|
||||
await apiClient.apiCardInfoCTripOrderCallbackGet({
|
||||
orderNo: orderNo
|
||||
});
|
||||
Notification.success({
|
||||
title: '成功',
|
||||
content: '等待回调'
|
||||
|
||||
@@ -52,7 +52,10 @@ import { FormInstance } from '@arco-design/web-vue';
|
||||
import { ref, PropType, watch, reactive } from 'vue';
|
||||
import { isNull } from '@/utils/is.ts';
|
||||
import { apiCkClient } from '@/api/index.ts';
|
||||
import { KamiApiCardRedeemJdV1AccountAddReqStatusEnum } from '@/api/generated/index.ts';
|
||||
import {
|
||||
KamiApiCardRedeemJdV1AccountAddReqStatusEnum,
|
||||
KamiApiCardRedeemJdV1AccountUpdateReqStatusEnum
|
||||
} from '@/api/generated/index.ts';
|
||||
import type {
|
||||
KamiApiCardRedeemJdV1AccountAddReq,
|
||||
KamiApiCardRedeemJdV1CookieInfo
|
||||
@@ -101,11 +104,17 @@ const handleOk = () => {
|
||||
setLoading(true);
|
||||
try {
|
||||
if (isNull(props.id)) {
|
||||
await apiCkClient.apiCookieInfoJdAccountAddPost(formData.value);
|
||||
await apiCkClient.apiCookieInfoJdAccountAddPost({
|
||||
kamiApiCardRedeemJdV1AccountAddReq: formData.value
|
||||
});
|
||||
} else {
|
||||
await apiCkClient.apiCookieInfoJdAccountUpdatePut({
|
||||
id: props.id,
|
||||
...formData.value
|
||||
kamiApiCardRedeemJdV1AccountUpdateReq: {
|
||||
id: props.id,
|
||||
...formData.value,
|
||||
status: formData.value
|
||||
.status as unknown as KamiApiCardRedeemJdV1AccountUpdateReqStatusEnum
|
||||
}
|
||||
});
|
||||
}
|
||||
emit('update:visible', false);
|
||||
@@ -121,7 +130,11 @@ watch(
|
||||
() => props.account,
|
||||
val => {
|
||||
if (!isNull(val)) {
|
||||
formData.value = { ...val };
|
||||
formData.value = {
|
||||
...val,
|
||||
status:
|
||||
val.status as unknown as KamiApiCardRedeemJdV1AccountAddReqStatusEnum
|
||||
};
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
@@ -159,6 +159,7 @@ import { batchImportModel } from './components/component.tsx';
|
||||
import {
|
||||
ApiCookieInfoJdAccountListGetPageSizeEnum,
|
||||
KamiApiCardRedeemJdV1AccountAddReqStatusEnum,
|
||||
KamiApiCardRedeemJdV1AccountStatusReqStatusEnum,
|
||||
KamiApiCardRedeemJdV1CookieInfo
|
||||
} from '@/api/generated/index.ts';
|
||||
import { apiCkClient } from '@/api/index.ts';
|
||||
@@ -246,10 +247,10 @@ const state = reactive({
|
||||
const fetchData = async () => {
|
||||
setLoading(true);
|
||||
try {
|
||||
const res = await apiCkClient.apiCookieInfoJdAccountListGet(
|
||||
pagination.current,
|
||||
pagination.pageSize as ApiCookieInfoJdAccountListGetPageSizeEnum
|
||||
);
|
||||
const res = await apiCkClient.apiCookieInfoJdAccountListGet({
|
||||
current: pagination.current,
|
||||
pageSize: pagination.pageSize as ApiCookieInfoJdAccountListGetPageSizeEnum
|
||||
});
|
||||
renderData.value = res.data.list;
|
||||
pagination.total = res.data.total;
|
||||
} catch (err) {
|
||||
@@ -275,7 +276,9 @@ const reset = () => {
|
||||
|
||||
const deleteOne = async (id: number) => {
|
||||
try {
|
||||
await apiCkClient.apiCookieInfoJdAccountDeleteDelete(id);
|
||||
await apiCkClient.apiCookieInfoJdAccountDeleteDelete({
|
||||
id: id
|
||||
});
|
||||
} catch {
|
||||
Notification.error({
|
||||
id: 'walmartAccountNotice',
|
||||
@@ -310,8 +313,11 @@ const updateCurrentStatus = async (
|
||||
newValue: KamiApiCardRedeemJdV1AccountAddReqStatusEnum
|
||||
) => {
|
||||
await apiCkClient.apiCookieInfoJdAccountStatusPut({
|
||||
id: record.id,
|
||||
status: newValue
|
||||
kamiApiCardRedeemJdV1AccountStatusReq: {
|
||||
id: record.id,
|
||||
status:
|
||||
newValue as unknown as KamiApiCardRedeemJdV1AccountStatusReqStatusEnum
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import { apiClient } from '@/api';
|
||||
import type {
|
||||
KamiApiCardInfoWalmartV1CardRedeemAccountSummary,
|
||||
ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum
|
||||
ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
ApiCardInfoWalmartAccountSummaryDownloadGetPageSizeEnum
|
||||
} from '@/api/generated';
|
||||
import { handleDownLoadFile } from '@/api/utils';
|
||||
import type { Pagination } from '@/types/global';
|
||||
@@ -94,10 +95,13 @@ export default defineComponent({
|
||||
const downloadExcel = () => {
|
||||
apiClient
|
||||
.apiCardInfoWalmartAccountSummaryDownloadGet(
|
||||
pagination.current,
|
||||
pagination.pageSize as ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
formModel.value.username,
|
||||
formModel.value.date,
|
||||
{
|
||||
current: pagination.current,
|
||||
pageSize:
|
||||
pagination.pageSize as ApiCardInfoWalmartAccountSummaryDownloadGetPageSizeEnum,
|
||||
username: formModel.value.username,
|
||||
date: formModel.value.date
|
||||
},
|
||||
{
|
||||
responseType: 'blob'
|
||||
}
|
||||
@@ -116,12 +120,13 @@ export default defineComponent({
|
||||
params: IformData = formModel.value
|
||||
) => {
|
||||
apiClient
|
||||
.apiCardInfoWalmartAccountDailySummaryGet(
|
||||
page.current,
|
||||
page.pageSize as ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
params.username,
|
||||
params.date
|
||||
)
|
||||
.apiCardInfoWalmartAccountDailySummaryGet({
|
||||
current: page.current,
|
||||
pageSize:
|
||||
page.pageSize as ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
username: params.username,
|
||||
date: params.date
|
||||
})
|
||||
.then(res => {
|
||||
tableData.value = res.data.list;
|
||||
pagination.total = res.data.total;
|
||||
|
||||
@@ -225,12 +225,10 @@ const fetchData = async (
|
||||
) => {
|
||||
setLoading(true);
|
||||
try {
|
||||
const res = await apiCkClient.apiCookieInfoJdOrderListGet(
|
||||
pagination.current,
|
||||
pagination.pageSize as ApiCookieInfoJdOrderListGetPageSizeEnum,
|
||||
null,
|
||||
formModel.value.giftCardPwd
|
||||
);
|
||||
const res = await apiCkClient.apiCookieInfoJdOrderListGet({
|
||||
current: pagination.current,
|
||||
pageSize: pagination.pageSize as ApiCookieInfoJdOrderListGetPageSizeEnum
|
||||
});
|
||||
renderData.value = res.data.list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
|
||||
@@ -139,11 +139,15 @@ const handleOk = () => {
|
||||
setLoading(true);
|
||||
try {
|
||||
if (props.id === '') {
|
||||
await apiClient.apiCardInfoJDCardAccountCreatePost(formData.value);
|
||||
await apiClient.apiCardInfoJDCardAccountCreatePost({
|
||||
kamiApiCardInfoJdV1JDAccountCreateReq: formData.value
|
||||
});
|
||||
} else {
|
||||
await apiClient.apiCardInfoJDCardAccountUpdatePut({
|
||||
id: props.id,
|
||||
...formData.value
|
||||
kamiApiCardInfoJdV1JDAccountUpdateReq: {
|
||||
id: props.id,
|
||||
...formData.value
|
||||
}
|
||||
});
|
||||
}
|
||||
emit('update:visible', false);
|
||||
@@ -179,7 +183,9 @@ const checkCookie = async () => {
|
||||
renderData.loading = true;
|
||||
try {
|
||||
const cookieResp = await apiClient.apiCardInfoJDCardAccountCheckCookiePost({
|
||||
cookie: formData.value.cookie.trim()
|
||||
kamiApiCardInfoJdV1JDAccountCookieCheckReq: {
|
||||
cookie: formData.value.cookie.trim()
|
||||
}
|
||||
});
|
||||
if (cookieResp.data.isAvailable) {
|
||||
notification(
|
||||
|
||||
@@ -176,7 +176,9 @@ export const batchImportModel = defineComponent({
|
||||
onBeforeOk={async (done: (closed: boolean) => void) => {
|
||||
try {
|
||||
await apiClient.apiCardInfoJDCardAccountBatchAddPost({
|
||||
list: tableData.value
|
||||
kamiApiCardInfoJdV1JDAccountCookieBatchAddReq: {
|
||||
list: tableData.value
|
||||
}
|
||||
});
|
||||
emit('close');
|
||||
Message.success('上传成功');
|
||||
|
||||
@@ -134,11 +134,12 @@ const fetchData = async (
|
||||
params.accountId = props.accountId;
|
||||
const {
|
||||
data: { list, total }
|
||||
} = await apiClient.apiCardInfoJDCardAccountGetWalletListGet(
|
||||
params.current,
|
||||
params.pageSize as ApiCardInfoJDCardAccountGetWalletListGetPageSizeEnum,
|
||||
params.accountId
|
||||
);
|
||||
} = await apiClient.apiCardInfoJDCardAccountGetWalletListGet({
|
||||
current: params.current,
|
||||
pageSize:
|
||||
params.pageSize as ApiCardInfoJDCardAccountGetWalletListGetPageSizeEnum,
|
||||
accountId: params.accountId
|
||||
});
|
||||
renderData.value = list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
|
||||
@@ -295,13 +295,14 @@ const fetchData = async (
|
||||
try {
|
||||
const {
|
||||
data: { list, total }
|
||||
} = await apiClient.apiCardInfoJDCardAccountGetListGet(
|
||||
params.current,
|
||||
params.pageSize as unknown as ApiCardInfoJDCardAccountGetListGetPageSizeEnum,
|
||||
params.name,
|
||||
params.nickname,
|
||||
params.cookie
|
||||
);
|
||||
} = await apiClient.apiCardInfoJDCardAccountGetListGet({
|
||||
current: params.current,
|
||||
pageSize:
|
||||
params.pageSize as unknown as ApiCardInfoJDCardAccountGetListGetPageSizeEnum,
|
||||
name: params.name,
|
||||
nickName: params.nickname,
|
||||
cookie: params.cookie
|
||||
});
|
||||
renderData.value = list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
@@ -330,7 +331,9 @@ const reset = () => {
|
||||
|
||||
const deleteOne = async (id: string) => {
|
||||
try {
|
||||
await apiClient.apiCardInfoJDCardAccountDeleteDelete(id);
|
||||
await apiClient.apiCardInfoJDCardAccountDeleteDelete({
|
||||
id: id
|
||||
});
|
||||
} catch {
|
||||
Notification.error({
|
||||
id: 'JDAccountNotice',
|
||||
@@ -362,8 +365,10 @@ const updateCurrentStatus = async (
|
||||
newValue: string | number | boolean
|
||||
) => {
|
||||
await apiClient.apiCardInfoJDCardAccountUpdateStatusPut({
|
||||
id: record.id,
|
||||
status: newValue as KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum
|
||||
kamiApiCardInfoJdV1JDAccountUpdateStatusReq: {
|
||||
id: record.id,
|
||||
status: newValue as KamiApiCardInfoJdV1JDAccountUpdateStatusReqStatusEnum
|
||||
}
|
||||
});
|
||||
record.status = newValue as number;
|
||||
};
|
||||
@@ -395,7 +400,9 @@ const statusMapper = (status: number): { text: string; color: string } => {
|
||||
const refreshButton = (record: KamiApiCardInfoJdV1JDAccountListRecord) => {
|
||||
apiClient
|
||||
.apiCardInfoJDCardAccountRefreshStatusPut({
|
||||
id: record.id
|
||||
kamiApiCardInfoJdV1JDAccountRefreshStatusReq: {
|
||||
id: record.id
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
fetchData();
|
||||
|
||||
@@ -57,7 +57,9 @@ export default defineComponent({
|
||||
done(false);
|
||||
}
|
||||
try {
|
||||
await apiClient.apiCardInfoJDCardConfigSetPost(formData.value);
|
||||
await apiClient.apiCardInfoJDCardConfigSetPost({
|
||||
kamiApiCardInfoJdV1JDConfigSetReq: formData.value
|
||||
});
|
||||
done(true);
|
||||
} catch {
|
||||
done(false);
|
||||
|
||||
@@ -60,9 +60,9 @@ const state = reactive<{ isReverse: boolean; visible: boolean }>({
|
||||
const renderData = ref<KamiInternalModelEntityV1CardRedeemOrderHistory[]>([]);
|
||||
|
||||
const getJDOrderHistoryList = async () => {
|
||||
const res = await apiClient.apiCardInfoJDCardOrderGetHistoryListGet(
|
||||
props.orderNo
|
||||
);
|
||||
const res = await apiClient.apiCardInfoJDCardOrderGetHistoryListGet({
|
||||
orderNo: props.orderNo
|
||||
});
|
||||
renderData.value = res.data.list;
|
||||
};
|
||||
|
||||
|
||||
@@ -296,16 +296,17 @@ const fetchData = async (
|
||||
try {
|
||||
const {
|
||||
data: { list, total }
|
||||
} = await apiClient.apiCardInfoJDCardOrderListGet(
|
||||
params.current,
|
||||
params.pageSize as unknown as ApiCardInfoJDCardOrderListGetPageSizeEnum,
|
||||
params.giftCardPwd,
|
||||
params.merchantId,
|
||||
params.attach,
|
||||
params.dateRange as unknown as string[],
|
||||
params.accountNickName,
|
||||
params.cookie
|
||||
);
|
||||
} = await apiClient.apiCardInfoJDCardOrderListGet({
|
||||
current: params.current,
|
||||
pageSize:
|
||||
params.pageSize as unknown as ApiCardInfoJDCardOrderListGetPageSizeEnum,
|
||||
giftCardPwd: params.giftCardPwd,
|
||||
merchantId: params.merchantId,
|
||||
attach: params.attach,
|
||||
dateRange: params.dateRange as unknown as string[],
|
||||
accountNickName: params.accountNickName,
|
||||
accountCk: params.cookie
|
||||
});
|
||||
renderData.value = list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
@@ -393,7 +394,9 @@ onMounted(() => {
|
||||
});
|
||||
const callback = async (orderNo: string) => {
|
||||
try {
|
||||
await apiClient.apiCardInfoJDCardOrderCallbackGet(orderNo);
|
||||
await apiClient.apiCardInfoJDCardOrderCallbackGet({
|
||||
orderNo
|
||||
});
|
||||
Notification.success({
|
||||
title: '成功',
|
||||
content: '等待回调'
|
||||
|
||||
@@ -317,15 +317,16 @@ const fetchData = async (
|
||||
) => {
|
||||
setLoading(true);
|
||||
try {
|
||||
const res = await apiClient.apiCardInfoWalmartAccountGetListGet(
|
||||
params.current,
|
||||
params.pageSize as ApiCardInfoWalmartAccountGetListGetPageSizeEnum,
|
||||
formModel.value.name,
|
||||
formModel.value.nickname,
|
||||
formModel.value.cookie,
|
||||
formModel.value.createdUserName,
|
||||
formModel.value.groupId
|
||||
);
|
||||
const res = await apiClient.apiCardInfoWalmartAccountGetListGet({
|
||||
current: params.current,
|
||||
pageSize:
|
||||
params.pageSize as ApiCardInfoWalmartAccountGetListGetPageSizeEnum,
|
||||
name: formModel.value.name,
|
||||
nickName: formModel.value.nickname,
|
||||
cookie: formModel.value.cookie,
|
||||
createdUserName: formModel.value.createdUserName,
|
||||
groupId: formModel.value.groupId
|
||||
});
|
||||
renderData.value = res.data.list;
|
||||
pagination.current = params.current;
|
||||
pagination.pageSize = params.pageSize;
|
||||
@@ -373,7 +374,9 @@ const deleteOne = async (id: string) => {
|
||||
|
||||
const checkOne = async (id: string) => {
|
||||
try {
|
||||
const result = await apiClient.apiCardInfoWalmartAccountStatusDetectGet(id);
|
||||
const result = await apiClient.apiCardInfoWalmartAccountStatusDetectGet({
|
||||
id
|
||||
});
|
||||
if (result.data.status) {
|
||||
Notification.info({
|
||||
id: 'walmartAccountNotice',
|
||||
|
||||
@@ -2,7 +2,8 @@ import { apiClient } from '@/api';
|
||||
import type {
|
||||
KamiApiCardInfoWalmartV1CardRedeemAccountSummary,
|
||||
ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
KamiApiSysUserV1UserGetAllSimpleUser
|
||||
KamiApiSysUserV1UserGetAllSimpleUser,
|
||||
ApiCardInfoWalmartAccountSummaryDownloadGetPageSizeEnum
|
||||
} from '@/api/generated';
|
||||
import { handleDownLoadFile } from '@/api/utils';
|
||||
import type { Pagination } from '@/types/global';
|
||||
@@ -112,15 +113,15 @@ export default defineComponent({
|
||||
const downloadExcel = () => {
|
||||
apiClient
|
||||
.apiCardInfoWalmartAccountSummaryDownloadGet(
|
||||
pagination.current,
|
||||
pagination.pageSize as ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
formModel.value.username,
|
||||
formModel.value.date,
|
||||
{
|
||||
responseType: 'blob',
|
||||
paramsSerializer: obj => {
|
||||
return qs.stringify(obj, { arrayFormat: 'bracket' });
|
||||
}
|
||||
current: pagination.current,
|
||||
pageSize:
|
||||
pagination.pageSize as ApiCardInfoWalmartAccountSummaryDownloadGetPageSizeEnum,
|
||||
username: formModel.value.username,
|
||||
date: formModel.value.date
|
||||
},
|
||||
{
|
||||
responseType: 'blob'
|
||||
}
|
||||
)
|
||||
.then(res => {
|
||||
@@ -137,18 +138,14 @@ export default defineComponent({
|
||||
params: IformData = formModel.value
|
||||
) => {
|
||||
apiClient
|
||||
.apiCardInfoWalmartAccountDailySummaryGet(
|
||||
page.current,
|
||||
page.pageSize as ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
params.username,
|
||||
params.date,
|
||||
params.userId,
|
||||
{
|
||||
paramsSerializer: obj => {
|
||||
return qs.stringify(obj, { arrayFormat: 'bracket' });
|
||||
}
|
||||
}
|
||||
)
|
||||
.apiCardInfoWalmartAccountDailySummaryGet({
|
||||
current: page.current,
|
||||
pageSize:
|
||||
page.pageSize as ApiCardInfoWalmartAccountDailySummaryGetPageSizeEnum,
|
||||
username: params.username,
|
||||
date: params.date,
|
||||
userId: params.userId
|
||||
})
|
||||
.then(res => {
|
||||
tableData.value = res.data.list;
|
||||
pagination.total = res.data.total;
|
||||
|
||||
@@ -133,6 +133,7 @@ import { Message, Modal } from '@arco-design/web-vue';
|
||||
import { apiClient } from '@/api/index.ts';
|
||||
import { KamiApiCardInfoWalmartV1GroupListReqPageSizeEnum } from '@/api/generated/models/kami-api-card-info-walmart-v1-group-list-req';
|
||||
import {
|
||||
ApiCardInfoWalmartGroupListGetPageSizeEnum,
|
||||
KamiApiSysUserV1UserGetAllSimpleUser,
|
||||
KamiInternalModelEntityV1CardRedeemAccountGroup
|
||||
} from '@/api/generated/index.ts';
|
||||
@@ -196,9 +197,12 @@ const fetchData = async () => {
|
||||
loading.value = true;
|
||||
try {
|
||||
const res = await apiClient.apiCardInfoWalmartGroupListGet(
|
||||
pagination.current,
|
||||
pagination.pageSize as KamiApiCardInfoWalmartV1GroupListReqPageSizeEnum,
|
||||
searchForm.userId,
|
||||
{
|
||||
current: pagination.current,
|
||||
pageSize:
|
||||
pagination.pageSize as ApiCardInfoWalmartGroupListGetPageSizeEnum,
|
||||
userId: searchForm.userId
|
||||
},
|
||||
{
|
||||
paramsSerializer: obj => {
|
||||
return qs.stringify(obj, { arrayFormat: 'bracket' });
|
||||
@@ -242,7 +246,9 @@ const handleDelete = (row: KamiInternalModelEntityV1CardRedeemAccountGroup) => {
|
||||
cancelText: '取消',
|
||||
onOk: async () => {
|
||||
try {
|
||||
await apiClient.apiCardInfoWalmartGroupDeleteDelete(row.id);
|
||||
await apiClient.apiCardInfoWalmartGroupDeleteDelete({
|
||||
id: row.id
|
||||
});
|
||||
Message.success('删除成功');
|
||||
fetchData();
|
||||
} catch (error) {
|
||||
@@ -259,12 +265,16 @@ const handleSubmit = async () => {
|
||||
await validate();
|
||||
if (form.id) {
|
||||
apiClient.apiCardInfoWalmartGroupUpdatePut({
|
||||
id: form.id,
|
||||
name: form.name
|
||||
kamiApiCardInfoWalmartV1GroupUpdateReq: {
|
||||
id: form.id,
|
||||
name: form.name
|
||||
}
|
||||
});
|
||||
} else {
|
||||
await apiClient.apiCardInfoWalmartGroupAddPost({
|
||||
name: form.name
|
||||
kamiApiCardInfoWalmartV1GroupAddReq: {
|
||||
name: form.name
|
||||
}
|
||||
});
|
||||
}
|
||||
Message.success(form.id ? '更新成功' : '创建成功');
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user