refactor(api): 更新 API 模型文件格式
- 将属性名称从驼峰式命名改为下划线命名 - 添加必要的 eslint-disable 注释 - 调整代码缩进和格式
This commit is contained in:
@@ -8278,7 +8278,7 @@ export const DefaultApiAxiosParamCreator = function (
|
||||
* @param {string} [thirdMerchantOrder] 充值账号
|
||||
* @param {string} [tMallShopOrder] 天猫店铺订单号
|
||||
* @param {Array<string>} [dateRange] 时间范围
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameOrderListGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -8292,7 +8292,7 @@ export const DefaultApiAxiosParamCreator = function (
|
||||
thirdMerchantOrder?: string,
|
||||
tMallShopOrder?: string,
|
||||
dateRange?: Array<string>,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameOrderListGetCallbackTypeEnum,
|
||||
options: RawAxiosRequestConfig = {}
|
||||
): Promise<RequestArgs> => {
|
||||
// verify required parameter 'current' is not null or undefined
|
||||
@@ -8816,7 +8816,7 @@ export const DefaultApiAxiosParamCreator = function (
|
||||
* @param {number} current 页数
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [channelName] 渠道名称
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -8824,7 +8824,7 @@ export const DefaultApiAxiosParamCreator = function (
|
||||
current: number,
|
||||
pageSize: ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum,
|
||||
channelName?: string,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum,
|
||||
options: RawAxiosRequestConfig = {}
|
||||
): Promise<RequestArgs> => {
|
||||
// verify required parameter 'current' is not null or undefined
|
||||
@@ -9392,7 +9392,7 @@ export const DefaultApiAxiosParamCreator = function (
|
||||
* @param {number} current 页数
|
||||
* @param {ApiSysUserPaymentRecordsListGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [userId]
|
||||
* @param {string} [transactionType]
|
||||
* @param {ApiSysUserPaymentRecordsListGetTransactionTypeEnum} [transactionType]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -9400,7 +9400,7 @@ export const DefaultApiAxiosParamCreator = function (
|
||||
current: number,
|
||||
pageSize: ApiSysUserPaymentRecordsListGetPageSizeEnum,
|
||||
userId?: string,
|
||||
transactionType?: string,
|
||||
transactionType?: ApiSysUserPaymentRecordsListGetTransactionTypeEnum,
|
||||
options: RawAxiosRequestConfig = {}
|
||||
): Promise<RequestArgs> => {
|
||||
// verify required parameter 'current' is not null or undefined
|
||||
@@ -15423,7 +15423,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
||||
* @param {string} [thirdMerchantOrder] 充值账号
|
||||
* @param {string} [tMallShopOrder] 天猫店铺订单号
|
||||
* @param {Array<string>} [dateRange] 时间范围
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameOrderListGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -15437,7 +15437,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
||||
thirdMerchantOrder?: string,
|
||||
tMallShopOrder?: string,
|
||||
dateRange?: Array<string>,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameOrderListGetCallbackTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
): Promise<
|
||||
(
|
||||
@@ -15762,7 +15762,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
||||
* @param {number} current 页数
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [channelName] 渠道名称
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -15770,7 +15770,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
||||
current: number,
|
||||
pageSize: ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum,
|
||||
channelName?: string,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
): Promise<
|
||||
(
|
||||
@@ -16141,7 +16141,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
||||
* @param {number} current 页数
|
||||
* @param {ApiSysUserPaymentRecordsListGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [userId]
|
||||
* @param {string} [transactionType]
|
||||
* @param {ApiSysUserPaymentRecordsListGetTransactionTypeEnum} [transactionType]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -16149,7 +16149,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
||||
current: number,
|
||||
pageSize: ApiSysUserPaymentRecordsListGetPageSizeEnum,
|
||||
userId?: string,
|
||||
transactionType?: string,
|
||||
transactionType?: ApiSysUserPaymentRecordsListGetTransactionTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
): Promise<
|
||||
(
|
||||
@@ -19543,7 +19543,7 @@ export const DefaultApiFactory = function (
|
||||
* @param {string} [thirdMerchantOrder] 充值账号
|
||||
* @param {string} [tMallShopOrder] 天猫店铺订单号
|
||||
* @param {Array<string>} [dateRange] 时间范围
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameOrderListGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -19557,7 +19557,7 @@ export const DefaultApiFactory = function (
|
||||
thirdMerchantOrder?: string,
|
||||
tMallShopOrder?: string,
|
||||
dateRange?: Array<string>,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameOrderListGetCallbackTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardInfoTMallGameV1TMallGameOrderListRes> {
|
||||
return localVarFp
|
||||
@@ -19732,7 +19732,7 @@ export const DefaultApiFactory = function (
|
||||
* @param {number} current 页数
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [channelName] 渠道名称
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -19740,7 +19740,7 @@ export const DefaultApiFactory = function (
|
||||
current: number,
|
||||
pageSize: ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum,
|
||||
channelName?: string,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryRes> {
|
||||
return localVarFp
|
||||
@@ -19928,7 +19928,7 @@ export const DefaultApiFactory = function (
|
||||
* @param {number} current 页数
|
||||
* @param {ApiSysUserPaymentRecordsListGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [userId]
|
||||
* @param {string} [transactionType]
|
||||
* @param {ApiSysUserPaymentRecordsListGetTransactionTypeEnum} [transactionType]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
*/
|
||||
@@ -19936,7 +19936,7 @@ export const DefaultApiFactory = function (
|
||||
current: number,
|
||||
pageSize: ApiSysUserPaymentRecordsListGetPageSizeEnum,
|
||||
userId?: string,
|
||||
transactionType?: string,
|
||||
transactionType?: ApiSysUserPaymentRecordsListGetTransactionTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
): AxiosPromise<KamiApiSysPaymentV1SysPaymentRecordsGetRes> {
|
||||
return localVarFp
|
||||
@@ -23289,7 +23289,7 @@ export class DefaultApi extends BaseAPI {
|
||||
* @param {string} [thirdMerchantOrder] 充值账号
|
||||
* @param {string} [tMallShopOrder] 天猫店铺订单号
|
||||
* @param {Array<string>} [dateRange] 时间范围
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameOrderListGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof DefaultApi
|
||||
@@ -23304,7 +23304,7 @@ export class DefaultApi extends BaseAPI {
|
||||
thirdMerchantOrder?: string,
|
||||
tMallShopOrder?: string,
|
||||
dateRange?: Array<string>,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameOrderListGetCallbackTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return DefaultApiFp(this.configuration)
|
||||
@@ -23496,7 +23496,7 @@ export class DefaultApi extends BaseAPI {
|
||||
* @param {number} current 页数
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [channelName] 渠道名称
|
||||
* @param {string} [callbackType] 回调类型
|
||||
* @param {ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum} [callbackType] 回调类型
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof DefaultApi
|
||||
@@ -23505,7 +23505,7 @@ export class DefaultApi extends BaseAPI {
|
||||
current: number,
|
||||
pageSize: ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum,
|
||||
channelName?: string,
|
||||
callbackType?: string,
|
||||
callbackType?: ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return DefaultApiFp(this.configuration)
|
||||
@@ -23707,7 +23707,7 @@ export class DefaultApi extends BaseAPI {
|
||||
* @param {number} current 页数
|
||||
* @param {ApiSysUserPaymentRecordsListGetPageSizeEnum} pageSize 页码
|
||||
* @param {string} [userId]
|
||||
* @param {string} [transactionType]
|
||||
* @param {ApiSysUserPaymentRecordsListGetTransactionTypeEnum} [transactionType]
|
||||
* @param {*} [options] Override http request option.
|
||||
* @throws {RequiredError}
|
||||
* @memberof DefaultApi
|
||||
@@ -23716,7 +23716,7 @@ export class DefaultApi extends BaseAPI {
|
||||
current: number,
|
||||
pageSize: ApiSysUserPaymentRecordsListGetPageSizeEnum,
|
||||
userId?: string,
|
||||
transactionType?: string,
|
||||
transactionType?: ApiSysUserPaymentRecordsListGetTransactionTypeEnum,
|
||||
options?: RawAxiosRequestConfig
|
||||
) {
|
||||
return DefaultApiFp(this.configuration)
|
||||
@@ -24407,6 +24407,15 @@ export type ApiRechargeTMallGameOrderListGetPageSizeEnum =
|
||||
/**
|
||||
* @export
|
||||
*/
|
||||
export const ApiRechargeTMallGameOrderListGetCallbackTypeEnum = {
|
||||
Confirm: 'confirm',
|
||||
Evaluation: 'evaluation'
|
||||
} as const;
|
||||
export type ApiRechargeTMallGameOrderListGetCallbackTypeEnum =
|
||||
(typeof ApiRechargeTMallGameOrderListGetCallbackTypeEnum)[keyof typeof ApiRechargeTMallGameOrderListGetCallbackTypeEnum];
|
||||
/**
|
||||
* @export
|
||||
*/
|
||||
export const ApiRechargeTMallGameShopOrderGetListGetPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
@@ -24433,6 +24442,15 @@ export type ApiRechargeTMallGameWorkspaceOrderSummaryGetPageSizeEnum =
|
||||
/**
|
||||
* @export
|
||||
*/
|
||||
export const ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum = {
|
||||
Confirm: 'confirm',
|
||||
Evaluation: 'evaluation'
|
||||
} as const;
|
||||
export type ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum =
|
||||
(typeof ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum)[keyof typeof ApiRechargeTMallGameWorkspaceOrderSummaryGetCallbackTypeEnum];
|
||||
/**
|
||||
* @export
|
||||
*/
|
||||
export const ApiSysUserPaymentListGetPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
@@ -24459,6 +24477,17 @@ export type ApiSysUserPaymentRecordsListGetPageSizeEnum =
|
||||
/**
|
||||
* @export
|
||||
*/
|
||||
export const ApiSysUserPaymentRecordsListGetTransactionTypeEnum = {
|
||||
Consumption: 'consumption',
|
||||
DeductionReturn: 'deduction_return',
|
||||
ManualAdjustment: 'Manual Adjustment',
|
||||
Deposit: 'deposit'
|
||||
} as const;
|
||||
export type ApiSysUserPaymentRecordsListGetTransactionTypeEnum =
|
||||
(typeof ApiSysUserPaymentRecordsListGetTransactionTypeEnum)[keyof typeof ApiSysUserPaymentRecordsListGetTransactionTypeEnum];
|
||||
/**
|
||||
* @export
|
||||
*/
|
||||
export const ApiSysUserPaymentSummaryListGetPageSizeEnum = {
|
||||
NUMBER_5: 5,
|
||||
NUMBER_10: 10,
|
||||
|
||||
@@ -33,8 +33,15 @@ export interface KamiApiCardInfoAppleV1CardInfoUpdateStatusReq {
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1CardInfoUpdateStatusReqStatusEnum = {
|
||||
NUMBER_10: 10,
|
||||
NUMBER_20: 20
|
||||
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 =
|
||||
|
||||
@@ -63,17 +63,17 @@ export interface KamiApiCardInfoAppleV1RechargeItunesCallbackReq {
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeItunesCallbackReqStatusEnum = {
|
||||
NUMBER_10: 10,
|
||||
NUMBER_11: 11,
|
||||
NUMBER_12: 12,
|
||||
NUMBER_13: 13,
|
||||
NUMBER_14: 14,
|
||||
NUMBER_15: 15,
|
||||
NUMBER_20: 20,
|
||||
NUMBER_30: 30,
|
||||
NUMBER_31: 31,
|
||||
NUMBER_40: 40,
|
||||
NUMBER_32: 32,
|
||||
NUMBER_40: 40
|
||||
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 =
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -23,5 +23,13 @@ export interface KamiApiCardInfoAppleV1RechargeStealSettingGetRes {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoAppleV1RechargeStealSettingGetRes
|
||||
*/
|
||||
stealStatus?: number;
|
||||
stealStatus?: KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum =
|
||||
(typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum)[keyof typeof KamiApiCardInfoAppleV1RechargeStealSettingGetResStealStatusEnum];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -23,7 +23,7 @@ export interface KamiApiCardInfoAppleV1RechargeSubmitQueryRes {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoAppleV1RechargeSubmitQueryRes
|
||||
*/
|
||||
status?: number;
|
||||
status?: KamiApiCardInfoAppleV1RechargeSubmitQueryResStatusEnum;
|
||||
/**
|
||||
* 详细描述信息
|
||||
* @type {string}
|
||||
@@ -31,3 +31,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];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,7 +29,7 @@ export interface KamiApiCardInfoAppleV1RechargeSubmitRes {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoAppleV1RechargeSubmitRes
|
||||
*/
|
||||
status?: number;
|
||||
status?: KamiApiCardInfoAppleV1RechargeSubmitResStatusEnum;
|
||||
/**
|
||||
* 详细描述信息
|
||||
* @type {string}
|
||||
@@ -37,3 +37,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];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,5 +29,20 @@ export interface KamiApiCardInfoCTripV1AccountUpdateStatusReq {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoCTripV1AccountUpdateStatusReq
|
||||
*/
|
||||
status: number;
|
||||
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];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,5 +29,20 @@ export interface KamiApiCardInfoJdV1JDAccountUpdateStatusReq {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoJdV1JDAccountUpdateStatusReq
|
||||
*/
|
||||
status: number;
|
||||
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];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,5 +29,21 @@ export interface KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReq {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoOriginalJdV1OriginalJDAccountUpdateStatusReq
|
||||
*/
|
||||
status: number;
|
||||
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];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,5 +29,14 @@ export interface KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReq
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReq
|
||||
*/
|
||||
channel?: string;
|
||||
channel?: KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum =
|
||||
{
|
||||
_12352: '12352',
|
||||
_12351: '12351'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameAccountAuthorizeCallbackReqChannelEnum];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -35,7 +35,7 @@ export interface KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReq {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReq
|
||||
*/
|
||||
aopic?: number;
|
||||
aopic?: KamiApiCardInfoTMallGameV1TMallGameAgisoCallbackReqAopicEnum;
|
||||
/**
|
||||
* json
|
||||
* @type {string}
|
||||
@@ -49,3 +49,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];
|
||||
|
||||
@@ -41,7 +41,7 @@ export interface KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReq {
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReq
|
||||
*/
|
||||
callbackType?: string;
|
||||
callbackType?: KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqCallbackTypeEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqPageSizeEnum =
|
||||
@@ -56,3 +56,11 @@ export const KamiApiCardInfoTMallGameV1TMallGameDailyOrderSummaryReqPageSizeEnum
|
||||
|
||||
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];
|
||||
|
||||
@@ -65,7 +65,7 @@ export interface KamiApiCardInfoTMallGameV1TMallGameOrderListReq {
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoTMallGameV1TMallGameOrderListReq
|
||||
*/
|
||||
callbackType?: string;
|
||||
callbackType?: KamiApiCardInfoTMallGameV1TMallGameOrderListReqCallbackTypeEnum;
|
||||
/**
|
||||
* 页数
|
||||
* @type {number}
|
||||
@@ -80,6 +80,13 @@ 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,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -53,7 +53,7 @@ export interface KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReq {
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReq
|
||||
*/
|
||||
callbackType?: string;
|
||||
callbackType?: KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum;
|
||||
/**
|
||||
* 附加信息,附加信息会原封不动返回
|
||||
* @type {string}
|
||||
@@ -79,3 +79,12 @@ export interface KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReq {
|
||||
*/
|
||||
channelName?: string;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum =
|
||||
{
|
||||
Confirm: 'confirm',
|
||||
Evaluation: 'evaluation'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum =
|
||||
(typeof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum)[keyof typeof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitReqCallbackTypeEnum];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,7 +29,7 @@ export interface KamiApiCardInfoTMallGameV1TMallGameOrderSubmitRes {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoTMallGameV1TMallGameOrderSubmitRes
|
||||
*/
|
||||
status?: number;
|
||||
status?: KamiApiCardInfoTMallGameV1TMallGameOrderSubmitResStatusEnum;
|
||||
/**
|
||||
* 详细描述信息
|
||||
* @type {string}
|
||||
@@ -37,3 +37,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];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,5 +29,20 @@ export interface KamiApiCardInfoWalmartV1AccountUpdateStatusReq {
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoWalmartV1AccountUpdateStatusReq
|
||||
*/
|
||||
status: number;
|
||||
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];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -71,5 +71,14 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigGetRes {
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigGetRes
|
||||
*/
|
||||
redeemOrderScheduleStrategy?: string;
|
||||
redeemOrderScheduleStrategy?: KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum =
|
||||
{
|
||||
Normal: 'normal',
|
||||
Random: 'random'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum)[keyof typeof KamiApiCardInfoWalmartV1RedeemConfigGetResRedeemOrderScheduleStrategyEnum];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -71,5 +71,14 @@ export interface KamiApiCardInfoWalmartV1RedeemConfigSetReq {
|
||||
* @type {string}
|
||||
* @memberof KamiApiCardInfoWalmartV1RedeemConfigSetReq
|
||||
*/
|
||||
redeemOrderScheduleStrategy: string;
|
||||
redeemOrderScheduleStrategy?: KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum;
|
||||
}
|
||||
|
||||
export const KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum =
|
||||
{
|
||||
Normal: 'normal',
|
||||
Random: 'random'
|
||||
} as const;
|
||||
|
||||
export type KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum =
|
||||
(typeof KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum)[keyof typeof KamiApiCardInfoWalmartV1RedeemConfigSetReqRedeemOrderScheduleStrategyEnum];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,5 +29,13 @@ export interface KamiApiRestrictionV1BlockOrderReq {
|
||||
* @type {number}
|
||||
* @memberof KamiApiRestrictionV1BlockOrderReq
|
||||
*/
|
||||
blockStatus: number;
|
||||
blockStatus: KamiApiRestrictionV1BlockOrderReqBlockStatusEnum;
|
||||
}
|
||||
|
||||
export const KamiApiRestrictionV1BlockOrderReqBlockStatusEnum = {
|
||||
NUMBER_0: 0,
|
||||
NUMBER_1: 1
|
||||
} as const;
|
||||
|
||||
export type KamiApiRestrictionV1BlockOrderReqBlockStatusEnum =
|
||||
(typeof KamiApiRestrictionV1BlockOrderReqBlockStatusEnum)[keyof typeof KamiApiRestrictionV1BlockOrderReqBlockStatusEnum];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/* eslint-disable */
|
||||
/**
|
||||
*
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
@@ -29,7 +29,7 @@ export interface KamiApiSysPaymentV1SysPaymentAddReq {
|
||||
* @type {string}
|
||||
* @memberof KamiApiSysPaymentV1SysPaymentAddReq
|
||||
*/
|
||||
transactionType: string;
|
||||
transactionType: KamiApiSysPaymentV1SysPaymentAddReqTransactionTypeEnum;
|
||||
/**
|
||||
*
|
||||
* @type {object}
|
||||
@@ -43,3 +43,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];
|
||||
|
||||
@@ -29,7 +29,7 @@ export interface KamiApiSysPaymentV1SysPaymentRecordsGetReq {
|
||||
* @type {string}
|
||||
* @memberof KamiApiSysPaymentV1SysPaymentRecordsGetReq
|
||||
*/
|
||||
transactionType?: string;
|
||||
transactionType?: KamiApiSysPaymentV1SysPaymentRecordsGetReqTransactionTypeEnum;
|
||||
/**
|
||||
* 页数
|
||||
* @type {number}
|
||||
@@ -44,6 +44,15 @@ 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,
|
||||
|
||||
@@ -33,8 +33,11 @@ export interface KamiApiSysUserV1ChannelType {
|
||||
}
|
||||
|
||||
export const KamiApiSysUserV1ChannelTypeChannelNameEnum = {
|
||||
Walmart: 'walmart',
|
||||
Jd: 'jd'
|
||||
Apple: 'apple',
|
||||
CTrip: 'cTrip',
|
||||
Jd: 'jd',
|
||||
OriginalJd: 'originalJD',
|
||||
Walmart: 'walmart'
|
||||
} as const;
|
||||
|
||||
export type KamiApiSysUserV1ChannelTypeChannelNameEnum =
|
||||
|
||||
Reference in New Issue
Block a user