|
|
|
|
@@ -4849,10 +4849,12 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 下载充值账户
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
apiCardInfoWalmartAccountDownloadGet: async (
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
const localVarPath = `/api/cardInfo/walmart/account/download`;
|
|
|
|
|
@@ -4871,6 +4873,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
const localVarHeaderParameter = {} as any;
|
|
|
|
|
const localVarQueryParameter = {} as any;
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -4934,6 +4940,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
* @param {string} [cookie]
|
|
|
|
|
* @param {string} [createdUserName] 创建用户昵称
|
|
|
|
|
* @param {number} [groupId] 分组ID
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -4945,6 +4952,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
cookie?: string,
|
|
|
|
|
createdUserName?: string,
|
|
|
|
|
groupId?: number,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
// verify required parameter 'current' is not null or undefined
|
|
|
|
|
@@ -5003,6 +5011,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
localVarQueryParameter['groupId'] = groupId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -5544,10 +5556,12 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有沃尔玛账户分组
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
apiCardInfoWalmartGroupAllListGet: async (
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
const localVarPath = `/api/cardInfo/walmart/group/allList`;
|
|
|
|
|
@@ -5566,6 +5580,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
const localVarHeaderParameter = {} as any;
|
|
|
|
|
const localVarQueryParameter = {} as any;
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -5634,6 +5652,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupExportGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -5642,6 +5661,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupExportGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
// verify required parameter 'current' is not null or undefined
|
|
|
|
|
@@ -5684,6 +5704,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
localVarQueryParameter['date'] = date;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -5703,12 +5727,14 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
* @summary 获取沃尔玛账户分组
|
|
|
|
|
* @param {number} current 页数
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupListGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
apiCardInfoWalmartGroupListGet: async (
|
|
|
|
|
current: number,
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupListGetPageSizeEnum,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
// verify required parameter 'current' is not null or undefined
|
|
|
|
|
@@ -5739,6 +5765,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
localVarQueryParameter['pageSize'] = pageSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -5760,6 +5790,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupStatGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -5768,6 +5799,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupStatGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
// verify required parameter 'current' is not null or undefined
|
|
|
|
|
@@ -5806,6 +5838,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
localVarQueryParameter['date'] = date;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -5931,6 +5967,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -5944,6 +5981,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
// verify required parameter 'current' is not null or undefined
|
|
|
|
|
@@ -6006,6 +6044,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
localVarQueryParameter['dateRange'] = dateRange;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -6077,6 +6119,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -6090,6 +6133,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options: RawAxiosRequestConfig = {}
|
|
|
|
|
): Promise<RequestArgs> => {
|
|
|
|
|
// verify required parameter 'current' is not null or undefined
|
|
|
|
|
@@ -6148,6 +6192,10 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
localVarQueryParameter['dateRange'] = dateRange;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (userId !== undefined) {
|
|
|
|
|
localVarQueryParameter['userId'] = userId;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
|
|
|
let headersFromBaseOptions =
|
|
|
|
|
baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
|
|
|
@@ -10093,7 +10141,7 @@ export const DefaultApiAxiosParamCreator = function (
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有的商户(简单)
|
|
|
|
|
* @summary 获取所有的用户(简单)
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -13421,16 +13469,19 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 下载充值账户
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async apiCardInfoWalmartAccountDownloadGet(
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>
|
|
|
|
|
> {
|
|
|
|
|
const localVarAxiosArgs =
|
|
|
|
|
await localVarAxiosParamCreator.apiCardInfoWalmartAccountDownloadGet(
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -13484,6 +13535,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
* @param {string} [cookie]
|
|
|
|
|
* @param {string} [createdUserName] 创建用户昵称
|
|
|
|
|
* @param {number} [groupId] 分组ID
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -13495,6 +13547,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
cookie?: string,
|
|
|
|
|
createdUserName?: string,
|
|
|
|
|
groupId?: number,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(
|
|
|
|
|
@@ -13511,6 +13564,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
cookie,
|
|
|
|
|
createdUserName,
|
|
|
|
|
groupId,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -13858,10 +13912,12 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有沃尔玛账户分组
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async apiCardInfoWalmartGroupAllListGet(
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(
|
|
|
|
|
@@ -13871,6 +13927,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
> {
|
|
|
|
|
const localVarAxiosArgs =
|
|
|
|
|
await localVarAxiosParamCreator.apiCardInfoWalmartGroupAllListGet(
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -13924,6 +13981,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupExportGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -13932,6 +13990,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupExportGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>
|
|
|
|
|
@@ -13942,6 +14001,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
pageSize,
|
|
|
|
|
username,
|
|
|
|
|
date,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -13962,12 +14022,14 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
* @summary 获取沃尔玛账户分组
|
|
|
|
|
* @param {number} current 页数
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupListGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async apiCardInfoWalmartGroupListGet(
|
|
|
|
|
current: number,
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupListGetPageSizeEnum,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(
|
|
|
|
|
@@ -13979,6 +14041,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
await localVarAxiosParamCreator.apiCardInfoWalmartGroupListGet(
|
|
|
|
|
current,
|
|
|
|
|
pageSize,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -14001,6 +14064,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupStatGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -14009,6 +14073,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupStatGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(
|
|
|
|
|
@@ -14022,6 +14087,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
pageSize,
|
|
|
|
|
username,
|
|
|
|
|
date,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -14111,6 +14177,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -14124,6 +14191,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>
|
|
|
|
|
@@ -14139,6 +14207,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
groupId,
|
|
|
|
|
accountCk,
|
|
|
|
|
dateRange,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -14200,6 +14269,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -14213,6 +14283,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): Promise<
|
|
|
|
|
(
|
|
|
|
|
@@ -14231,6 +14302,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
groupId,
|
|
|
|
|
accountCk,
|
|
|
|
|
dateRange,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
);
|
|
|
|
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
|
|
|
@@ -16809,7 +16881,7 @@ export const DefaultApiFp = function (configuration?: Configuration) {
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有的商户(简单)
|
|
|
|
|
* @summary 获取所有的用户(简单)
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -18731,14 +18803,16 @@ export const DefaultApiFactory = function (
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 下载充值账户
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
apiCardInfoWalmartAccountDownloadGet(
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<object> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
.apiCardInfoWalmartAccountDownloadGet(options)
|
|
|
|
|
.apiCardInfoWalmartAccountDownloadGet(userId, options)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -18764,6 +18838,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
* @param {string} [cookie]
|
|
|
|
|
* @param {string} [createdUserName] 创建用户昵称
|
|
|
|
|
* @param {number} [groupId] 分组ID
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -18775,6 +18850,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
cookie?: string,
|
|
|
|
|
createdUserName?: string,
|
|
|
|
|
groupId?: number,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<KamiApiCardInfoWalmartV1AccountListRes> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
@@ -18786,6 +18862,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
cookie,
|
|
|
|
|
createdUserName,
|
|
|
|
|
groupId,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
@@ -18980,14 +19057,16 @@ export const DefaultApiFactory = function (
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有沃尔玛账户分组
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
apiCardInfoWalmartGroupAllListGet(
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<KamiApiCardInfoWalmartV1GroupAllListRes> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
.apiCardInfoWalmartGroupAllListGet(options)
|
|
|
|
|
.apiCardInfoWalmartGroupAllListGet(userId, options)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19012,6 +19091,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupExportGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -19020,6 +19100,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupExportGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<object> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
@@ -19028,6 +19109,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
pageSize,
|
|
|
|
|
username,
|
|
|
|
|
date,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
@@ -19037,16 +19119,18 @@ export const DefaultApiFactory = function (
|
|
|
|
|
* @summary 获取沃尔玛账户分组
|
|
|
|
|
* @param {number} current 页数
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupListGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
apiCardInfoWalmartGroupListGet(
|
|
|
|
|
current: number,
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupListGetPageSizeEnum,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<KamiApiCardInfoWalmartV1GroupListRes> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
.apiCardInfoWalmartGroupListGet(current, pageSize, options)
|
|
|
|
|
.apiCardInfoWalmartGroupListGet(current, pageSize, userId, options)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19056,6 +19140,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupStatGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -19064,6 +19149,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupStatGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<KamiApiCardInfoWalmartV1GroupStatRes> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
@@ -19072,6 +19158,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
pageSize,
|
|
|
|
|
username,
|
|
|
|
|
date,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
@@ -19121,6 +19208,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -19134,6 +19222,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<object> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
@@ -19147,6 +19236,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
groupId,
|
|
|
|
|
accountCk,
|
|
|
|
|
dateRange,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
@@ -19178,6 +19268,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -19191,6 +19282,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
): AxiosPromise<KamiApiCardInfoWalmartV1ListRes> {
|
|
|
|
|
return localVarFp
|
|
|
|
|
@@ -19204,6 +19296,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
groupId,
|
|
|
|
|
accountCk,
|
|
|
|
|
dateRange,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(axios, basePath));
|
|
|
|
|
@@ -20556,7 +20649,7 @@ export const DefaultApiFactory = function (
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有的商户(简单)
|
|
|
|
|
* @summary 获取所有的用户(简单)
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
@@ -22472,13 +22565,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 下载充值账户
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
*/
|
|
|
|
|
public apiCardInfoWalmartAccountDownloadGet(options?: RawAxiosRequestConfig) {
|
|
|
|
|
public apiCardInfoWalmartAccountDownloadGet(
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
.apiCardInfoWalmartAccountDownloadGet(options)
|
|
|
|
|
.apiCardInfoWalmartAccountDownloadGet(userId, options)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -22507,6 +22604,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
* @param {string} [cookie]
|
|
|
|
|
* @param {string} [createdUserName] 创建用户昵称
|
|
|
|
|
* @param {number} [groupId] 分组ID
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
@@ -22519,6 +22617,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
cookie?: string,
|
|
|
|
|
createdUserName?: string,
|
|
|
|
|
groupId?: number,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
@@ -22530,6 +22629,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
cookie,
|
|
|
|
|
createdUserName,
|
|
|
|
|
groupId,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
@@ -22743,13 +22843,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有沃尔玛账户分组
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
*/
|
|
|
|
|
public apiCardInfoWalmartGroupAllListGet(options?: RawAxiosRequestConfig) {
|
|
|
|
|
public apiCardInfoWalmartGroupAllListGet(
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
.apiCardInfoWalmartGroupAllListGet(options)
|
|
|
|
|
.apiCardInfoWalmartGroupAllListGet(userId, options)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -22777,6 +22881,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupExportGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
@@ -22786,6 +22891,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupExportGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
@@ -22794,6 +22900,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
pageSize,
|
|
|
|
|
username,
|
|
|
|
|
date,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
@@ -22804,6 +22911,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
* @summary 获取沃尔玛账户分组
|
|
|
|
|
* @param {number} current 页数
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupListGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
@@ -22811,10 +22919,11 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
public apiCardInfoWalmartGroupListGet(
|
|
|
|
|
current: number,
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupListGetPageSizeEnum,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
.apiCardInfoWalmartGroupListGet(current, pageSize, options)
|
|
|
|
|
.apiCardInfoWalmartGroupListGet(current, pageSize, userId, options)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -22825,6 +22934,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
* @param {ApiCardInfoWalmartGroupStatGetPageSizeEnum} pageSize 页码
|
|
|
|
|
* @param {string} [username] 用户名
|
|
|
|
|
* @param {string} [date] 日期
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
@@ -22834,6 +22944,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
pageSize: ApiCardInfoWalmartGroupStatGetPageSizeEnum,
|
|
|
|
|
username?: string,
|
|
|
|
|
date?: string,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
@@ -22842,6 +22953,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
pageSize,
|
|
|
|
|
username,
|
|
|
|
|
date,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
@@ -22896,6 +23008,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
@@ -22910,6 +23023,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
@@ -22923,6 +23037,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
groupId,
|
|
|
|
|
accountCk,
|
|
|
|
|
dateRange,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
@@ -22957,6 +23072,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
* @param {number} [groupId] 组ID
|
|
|
|
|
* @param {string} [accountCk] 账户cookie
|
|
|
|
|
* @param {Array<string>} [dateRange] 时间范围
|
|
|
|
|
* @param {string} [userId] 用户ID
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
@@ -22971,6 +23087,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
groupId?: number,
|
|
|
|
|
accountCk?: string,
|
|
|
|
|
dateRange?: Array<string>,
|
|
|
|
|
userId?: string,
|
|
|
|
|
options?: RawAxiosRequestConfig
|
|
|
|
|
) {
|
|
|
|
|
return DefaultApiFp(this.configuration)
|
|
|
|
|
@@ -22984,6 +23101,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
groupId,
|
|
|
|
|
accountCk,
|
|
|
|
|
dateRange,
|
|
|
|
|
userId,
|
|
|
|
|
options
|
|
|
|
|
)
|
|
|
|
|
.then(request => request(this.axios, this.basePath));
|
|
|
|
|
@@ -24447,7 +24565,7 @@ export class DefaultApi extends BaseAPI {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @summary 获取所有的商户(简单)
|
|
|
|
|
* @summary 获取所有的用户(简单)
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof DefaultApi
|
|
|
|
|
|