@gizone/rrs-client 4.2.9-alpha.515 → 4.2.9-alpha.518

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -256,60 +256,6 @@ export const AppAuthApiAxiosParamCreator = function (configuration) {
256
256
  options: localVarRequestOptions,
257
257
  };
258
258
  }),
259
- /**
260
- *
261
- * @param {*} [options] Override http request option.
262
- * @throws {RequiredError}
263
- */
264
- fusionGetToken: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
265
- const localVarPath = `/miniapp/auth/getToken`;
266
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
267
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
268
- let baseOptions;
269
- if (configuration) {
270
- baseOptions = configuration.baseOptions;
271
- }
272
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
273
- const localVarHeaderParameter = {};
274
- const localVarQueryParameter = {};
275
- // authentication tokenScheme required
276
- // http bearer authentication required
277
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
278
- setSearchParams(localVarUrlObj, localVarQueryParameter);
279
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
280
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
281
- return {
282
- url: toPathString(localVarUrlObj),
283
- options: localVarRequestOptions,
284
- };
285
- }),
286
- /**
287
- *
288
- * @param {*} [options] Override http request option.
289
- * @throws {RequiredError}
290
- */
291
- fusionGetToken1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
292
- const localVarPath = `/miniapp/auth/getToken`;
293
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
294
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
295
- let baseOptions;
296
- if (configuration) {
297
- baseOptions = configuration.baseOptions;
298
- }
299
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
300
- const localVarHeaderParameter = {};
301
- const localVarQueryParameter = {};
302
- // authentication tokenScheme required
303
- // http bearer authentication required
304
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
305
- setSearchParams(localVarUrlObj, localVarQueryParameter);
306
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
307
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
308
- return {
309
- url: toPathString(localVarUrlObj),
310
- options: localVarRequestOptions,
311
- };
312
- }),
313
259
  /**
314
260
  *
315
261
  * @summary 获取园区数据
@@ -440,60 +386,6 @@ export const AppAuthApiAxiosParamCreator = function (configuration) {
440
386
  options: localVarRequestOptions,
441
387
  };
442
388
  }),
443
- /**
444
- *
445
- * @param {*} [options] Override http request option.
446
- * @throws {RequiredError}
447
- */
448
- getTokenByHttp: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
449
- const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
450
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
451
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
452
- let baseOptions;
453
- if (configuration) {
454
- baseOptions = configuration.baseOptions;
455
- }
456
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
457
- const localVarHeaderParameter = {};
458
- const localVarQueryParameter = {};
459
- // authentication tokenScheme required
460
- // http bearer authentication required
461
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
462
- setSearchParams(localVarUrlObj, localVarQueryParameter);
463
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
464
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
465
- return {
466
- url: toPathString(localVarUrlObj),
467
- options: localVarRequestOptions,
468
- };
469
- }),
470
- /**
471
- *
472
- * @param {*} [options] Override http request option.
473
- * @throws {RequiredError}
474
- */
475
- getTokenByHttp1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
476
- const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
477
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
478
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
479
- let baseOptions;
480
- if (configuration) {
481
- baseOptions = configuration.baseOptions;
482
- }
483
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
484
- const localVarHeaderParameter = {};
485
- const localVarQueryParameter = {};
486
- // authentication tokenScheme required
487
- // http bearer authentication required
488
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
489
- setSearchParams(localVarUrlObj, localVarQueryParameter);
490
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
491
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
492
- return {
493
- url: toPathString(localVarUrlObj),
494
- options: localVarRequestOptions,
495
- };
496
- }),
497
389
  /**
498
390
  *
499
391
  * @summary 微信小程序登录
@@ -782,34 +674,6 @@ export const AppAuthApiFp = function (configuration) {
782
674
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
783
675
  });
784
676
  },
785
- /**
786
- *
787
- * @param {*} [options] Override http request option.
788
- * @throws {RequiredError}
789
- */
790
- fusionGetToken(options) {
791
- return __awaiter(this, void 0, void 0, function* () {
792
- var _a, _b, _c;
793
- const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken(options);
794
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
795
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AppAuthApi.fusionGetToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
796
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
797
- });
798
- },
799
- /**
800
- *
801
- * @param {*} [options] Override http request option.
802
- * @throws {RequiredError}
803
- */
804
- fusionGetToken1(options) {
805
- return __awaiter(this, void 0, void 0, function* () {
806
- var _a, _b, _c;
807
- const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken1(options);
808
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
809
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AppAuthApi.fusionGetToken1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
810
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
811
- });
812
- },
813
677
  /**
814
678
  *
815
679
  * @summary 获取园区数据
@@ -863,34 +727,6 @@ export const AppAuthApiFp = function (configuration) {
863
727
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
864
728
  });
865
729
  },
866
- /**
867
- *
868
- * @param {*} [options] Override http request option.
869
- * @throws {RequiredError}
870
- */
871
- getTokenByHttp(options) {
872
- return __awaiter(this, void 0, void 0, function* () {
873
- var _a, _b, _c;
874
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp(options);
875
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
876
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AppAuthApi.getTokenByHttp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
877
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
878
- });
879
- },
880
- /**
881
- *
882
- * @param {*} [options] Override http request option.
883
- * @throws {RequiredError}
884
- */
885
- getTokenByHttp1(options) {
886
- return __awaiter(this, void 0, void 0, function* () {
887
- var _a, _b, _c;
888
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp1(options);
889
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
890
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AppAuthApi.getTokenByHttp1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
891
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
892
- });
893
- },
894
730
  /**
895
731
  *
896
732
  * @summary 微信小程序登录
@@ -1048,22 +884,6 @@ export const AppAuthApiFactory = function (configuration, basePath, axios) {
1048
884
  choosePark(requestParameters, options) {
1049
885
  return localVarFp.choosePark(requestParameters.choosePakBody, options).then((request) => request(axios, basePath));
1050
886
  },
1051
- /**
1052
- *
1053
- * @param {*} [options] Override http request option.
1054
- * @throws {RequiredError}
1055
- */
1056
- fusionGetToken(options) {
1057
- return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
1058
- },
1059
- /**
1060
- *
1061
- * @param {*} [options] Override http request option.
1062
- * @throws {RequiredError}
1063
- */
1064
- fusionGetToken1(options) {
1065
- return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
1066
- },
1067
887
  /**
1068
888
  *
1069
889
  * @summary 获取园区数据
@@ -1094,22 +914,6 @@ export const AppAuthApiFactory = function (configuration, basePath, axios) {
1094
914
  getParkMiniApp(requestParameters, options) {
1095
915
  return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
1096
916
  },
1097
- /**
1098
- *
1099
- * @param {*} [options] Override http request option.
1100
- * @throws {RequiredError}
1101
- */
1102
- getTokenByHttp(options) {
1103
- return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
1104
- },
1105
- /**
1106
- *
1107
- * @param {*} [options] Override http request option.
1108
- * @throws {RequiredError}
1109
- */
1110
- getTokenByHttp1(options) {
1111
- return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
1112
- },
1113
917
  /**
1114
918
  *
1115
919
  * @summary 微信小程序登录
@@ -1243,24 +1047,6 @@ export class AppAuthApi extends BaseAPI {
1243
1047
  choosePark(requestParameters, options) {
1244
1048
  return AppAuthApiFp(this.configuration).choosePark(requestParameters.choosePakBody, options).then((request) => request(this.axios, this.basePath));
1245
1049
  }
1246
- /**
1247
- *
1248
- * @param {*} [options] Override http request option.
1249
- * @throws {RequiredError}
1250
- * @memberof AppAuthApi
1251
- */
1252
- fusionGetToken(options) {
1253
- return AppAuthApiFp(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
1254
- }
1255
- /**
1256
- *
1257
- * @param {*} [options] Override http request option.
1258
- * @throws {RequiredError}
1259
- * @memberof AppAuthApi
1260
- */
1261
- fusionGetToken1(options) {
1262
- return AppAuthApiFp(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
1263
- }
1264
1050
  /**
1265
1051
  *
1266
1052
  * @summary 获取园区数据
@@ -1294,24 +1080,6 @@ export class AppAuthApi extends BaseAPI {
1294
1080
  getParkMiniApp(requestParameters, options) {
1295
1081
  return AppAuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
1296
1082
  }
1297
- /**
1298
- *
1299
- * @param {*} [options] Override http request option.
1300
- * @throws {RequiredError}
1301
- * @memberof AppAuthApi
1302
- */
1303
- getTokenByHttp(options) {
1304
- return AppAuthApiFp(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
1305
- }
1306
- /**
1307
- *
1308
- * @param {*} [options] Override http request option.
1309
- * @throws {RequiredError}
1310
- * @memberof AppAuthApi
1311
- */
1312
- getTokenByHttp1(options) {
1313
- return AppAuthApiFp(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
1314
- }
1315
1083
  /**
1316
1084
  *
1317
1085
  * @summary 微信小程序登录
@@ -103,30 +103,6 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
103
103
  * @throws {RequiredError}
104
104
  */
105
105
  code: (email: string, language: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
106
- /**
107
- *
108
- * @param {*} [options] Override http request option.
109
- * @throws {RequiredError}
110
- */
111
- fusionGetToken: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
112
- /**
113
- *
114
- * @param {*} [options] Override http request option.
115
- * @throws {RequiredError}
116
- */
117
- fusionGetToken1: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
118
- /**
119
- *
120
- * @param {*} [options] Override http request option.
121
- * @throws {RequiredError}
122
- */
123
- fusionGetToken2: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
124
- /**
125
- *
126
- * @param {*} [options] Override http request option.
127
- * @throws {RequiredError}
128
- */
129
- fusionGetToken3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
130
106
  /**
131
107
  *
132
108
  * @param {*} [options] Override http request option.
@@ -181,30 +157,6 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
181
157
  * @throws {RequiredError}
182
158
  */
183
159
  getRoutersAll: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
184
- /**
185
- *
186
- * @param {*} [options] Override http request option.
187
- * @throws {RequiredError}
188
- */
189
- getTokenByHttp: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
190
- /**
191
- *
192
- * @param {*} [options] Override http request option.
193
- * @throws {RequiredError}
194
- */
195
- getTokenByHttp1: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
196
- /**
197
- *
198
- * @param {*} [options] Override http request option.
199
- * @throws {RequiredError}
200
- */
201
- getTokenByHttp2: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
202
- /**
203
- *
204
- * @param {*} [options] Override http request option.
205
- * @throws {RequiredError}
206
- */
207
- getTokenByHttp3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
208
160
  /**
209
161
  *
210
162
  * @summary 获取用户信息
@@ -359,30 +311,6 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
359
311
  * @throws {RequiredError}
360
312
  */
361
313
  code(email: string, language: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
362
- /**
363
- *
364
- * @param {*} [options] Override http request option.
365
- * @throws {RequiredError}
366
- */
367
- fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
368
- /**
369
- *
370
- * @param {*} [options] Override http request option.
371
- * @throws {RequiredError}
372
- */
373
- fusionGetToken1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
374
- /**
375
- *
376
- * @param {*} [options] Override http request option.
377
- * @throws {RequiredError}
378
- */
379
- fusionGetToken2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
380
- /**
381
- *
382
- * @param {*} [options] Override http request option.
383
- * @throws {RequiredError}
384
- */
385
- fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
386
314
  /**
387
315
  *
388
316
  * @param {*} [options] Override http request option.
@@ -445,30 +373,6 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
445
373
  getRoutersAll(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
446
374
  [key: string]: object;
447
375
  }>>;
448
- /**
449
- *
450
- * @param {*} [options] Override http request option.
451
- * @throws {RequiredError}
452
- */
453
- getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
454
- /**
455
- *
456
- * @param {*} [options] Override http request option.
457
- * @throws {RequiredError}
458
- */
459
- getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
460
- /**
461
- *
462
- * @param {*} [options] Override http request option.
463
- * @throws {RequiredError}
464
- */
465
- getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
466
- /**
467
- *
468
- * @param {*} [options] Override http request option.
469
- * @throws {RequiredError}
470
- */
471
- getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
472
376
  /**
473
377
  *
474
378
  * @summary 获取用户信息
@@ -634,30 +538,6 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
634
538
  * @throws {RequiredError}
635
539
  */
636
540
  code(requestParameters: AuthApiCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
637
- /**
638
- *
639
- * @param {*} [options] Override http request option.
640
- * @throws {RequiredError}
641
- */
642
- fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string>;
643
- /**
644
- *
645
- * @param {*} [options] Override http request option.
646
- * @throws {RequiredError}
647
- */
648
- fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
649
- /**
650
- *
651
- * @param {*} [options] Override http request option.
652
- * @throws {RequiredError}
653
- */
654
- fusionGetToken2(options?: RawAxiosRequestConfig): AxiosPromise<string>;
655
- /**
656
- *
657
- * @param {*} [options] Override http request option.
658
- * @throws {RequiredError}
659
- */
660
- fusionGetToken3(options?: RawAxiosRequestConfig): AxiosPromise<string>;
661
541
  /**
662
542
  *
663
543
  * @param {*} [options] Override http request option.
@@ -715,30 +595,6 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
715
595
  getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{
716
596
  [key: string]: object;
717
597
  }>;
718
- /**
719
- *
720
- * @param {*} [options] Override http request option.
721
- * @throws {RequiredError}
722
- */
723
- getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string>;
724
- /**
725
- *
726
- * @param {*} [options] Override http request option.
727
- * @throws {RequiredError}
728
- */
729
- getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
730
- /**
731
- *
732
- * @param {*} [options] Override http request option.
733
- * @throws {RequiredError}
734
- */
735
- getTokenByHttp2(options?: RawAxiosRequestConfig): AxiosPromise<string>;
736
- /**
737
- *
738
- * @param {*} [options] Override http request option.
739
- * @throws {RequiredError}
740
- */
741
- getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string>;
742
598
  /**
743
599
  *
744
600
  * @summary 获取用户信息
@@ -1229,34 +1085,6 @@ export declare class AuthApi extends BaseAPI {
1229
1085
  * @memberof AuthApi
1230
1086
  */
1231
1087
  code(requestParameters: AuthApiCodeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
1232
- /**
1233
- *
1234
- * @param {*} [options] Override http request option.
1235
- * @throws {RequiredError}
1236
- * @memberof AuthApi
1237
- */
1238
- fusionGetToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1239
- /**
1240
- *
1241
- * @param {*} [options] Override http request option.
1242
- * @throws {RequiredError}
1243
- * @memberof AuthApi
1244
- */
1245
- fusionGetToken1(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1246
- /**
1247
- *
1248
- * @param {*} [options] Override http request option.
1249
- * @throws {RequiredError}
1250
- * @memberof AuthApi
1251
- */
1252
- fusionGetToken2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1253
- /**
1254
- *
1255
- * @param {*} [options] Override http request option.
1256
- * @throws {RequiredError}
1257
- * @memberof AuthApi
1258
- */
1259
- fusionGetToken3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1260
1088
  /**
1261
1089
  *
1262
1090
  * @param {*} [options] Override http request option.
@@ -1321,34 +1149,6 @@ export declare class AuthApi extends BaseAPI {
1321
1149
  getRoutersAll(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
1322
1150
  [key: string]: object;
1323
1151
  }, any, {}>>;
1324
- /**
1325
- *
1326
- * @param {*} [options] Override http request option.
1327
- * @throws {RequiredError}
1328
- * @memberof AuthApi
1329
- */
1330
- getTokenByHttp(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1331
- /**
1332
- *
1333
- * @param {*} [options] Override http request option.
1334
- * @throws {RequiredError}
1335
- * @memberof AuthApi
1336
- */
1337
- getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1338
- /**
1339
- *
1340
- * @param {*} [options] Override http request option.
1341
- * @throws {RequiredError}
1342
- * @memberof AuthApi
1343
- */
1344
- getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1345
- /**
1346
- *
1347
- * @param {*} [options] Override http request option.
1348
- * @throws {RequiredError}
1349
- * @memberof AuthApi
1350
- */
1351
- getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
1352
1152
  /**
1353
1153
  *
1354
1154
  * @summary 获取用户信息