@gizone/rrs-client 4.2.0-alpha.348 → 4.2.0-alpha.350
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.
- package/.openapi-generator/FILES +6 -0
- package/apis/open-api-api.ts +214 -0
- package/apis/web-hook-api.ts +182 -0
- package/dist/apis/open-api-api.d.ts +110 -0
- package/dist/apis/open-api-api.js +156 -0
- package/dist/apis/web-hook-api.d.ts +94 -0
- package/dist/apis/web-hook-api.js +140 -0
- package/dist/esm/apis/open-api-api.d.ts +110 -0
- package/dist/esm/apis/open-api-api.js +156 -0
- package/dist/esm/apis/web-hook-api.d.ts +94 -0
- package/dist/esm/apis/web-hook-api.js +140 -0
- package/dist/esm/models/index.d.ts +6 -0
- package/dist/esm/models/index.js +6 -0
- package/dist/esm/models/insurance-notice-vo.d.ts +54 -0
- package/dist/esm/models/insurance-notice-vo.js +14 -0
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +79 -0
- package/dist/esm/models/insurance-work-order-issue-vo.js +14 -0
- package/dist/esm/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/esm/models/insurance-work-order-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/esm/models/open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-enum.js +1 -1
- package/dist/esm/models/work-order-search-dto.d.ts +7 -1
- package/dist/models/index.d.ts +6 -0
- package/dist/models/index.js +6 -0
- package/dist/models/insurance-notice-vo.d.ts +54 -0
- package/dist/models/insurance-notice-vo.js +15 -0
- package/dist/models/insurance-work-order-issue-vo.d.ts +79 -0
- package/dist/models/insurance-work-order-issue-vo.js +15 -0
- package/dist/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/models/insurance-work-order-vo.js +15 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +15 -0
- package/dist/models/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/models/open-api-equipment-list-dto.js +15 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.js +15 -0
- package/dist/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/models/work-order-issue-type-enum.js +1 -1
- package/dist/models/work-order-search-dto.d.ts +7 -1
- package/models/index.ts +6 -0
- package/models/insurance-notice-vo.ts +60 -0
- package/models/insurance-work-order-issue-vo.ts +89 -0
- package/models/insurance-work-order-vo.ts +45 -0
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +72 -0
- package/models/open-api-equipment-list-dto.ts +122 -0
- package/models/page-dto-open-api-equipment-list-dto.ts +39 -0
- package/models/work-order-issue-type-enum.ts +1 -1
- package/models/work-order-search-dto.ts +7 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -179,6 +179,9 @@ models/inspection-standard-entity.ts
|
|
|
179
179
|
models/inspection-standard-import-dto.ts
|
|
180
180
|
models/inspection-standard-type-enum.ts
|
|
181
181
|
models/installation-body-enum.ts
|
|
182
|
+
models/insurance-notice-vo.ts
|
|
183
|
+
models/insurance-work-order-issue-vo.ts
|
|
184
|
+
models/insurance-work-order-vo.ts
|
|
182
185
|
models/iot-device-status-enum.ts
|
|
183
186
|
models/json-result-access-appointment-record-details-dto.ts
|
|
184
187
|
models/json-result-access-blacklist-details-dto.ts
|
|
@@ -256,6 +259,7 @@ models/json-result-page-dto-disaster-warning-standard-entity.ts
|
|
|
256
259
|
models/json-result-page-dto-equipment-search-system-dto.ts
|
|
257
260
|
models/json-result-page-dto-inspection-standard-dto.ts
|
|
258
261
|
models/json-result-page-dto-maintenance-standard-dto.ts
|
|
262
|
+
models/json-result-page-dto-open-api-equipment-list-dto.ts
|
|
259
263
|
models/json-result-page-dto-plan-search-dto.ts
|
|
260
264
|
models/json-result-page-dto-supplier-contract-details-dto.ts
|
|
261
265
|
models/json-result-page-dto-surveillance-details-dto.ts
|
|
@@ -312,6 +316,7 @@ models/offline-alert-work-order-details-dto.ts
|
|
|
312
316
|
models/offline-alert-work-order-info.ts
|
|
313
317
|
models/offline-alert-work-order-vo.ts
|
|
314
318
|
models/open-api-access-appointment-record-add-vo.ts
|
|
319
|
+
models/open-api-equipment-list-dto.ts
|
|
315
320
|
models/page-dto-access-appointment-record-details-dto.ts
|
|
316
321
|
models/page-dto-access-blacklist-details-dto.ts
|
|
317
322
|
models/page-dto-access-record-summary-list-dto.ts
|
|
@@ -321,6 +326,7 @@ models/page-dto-disaster-warning-standard-entity.ts
|
|
|
321
326
|
models/page-dto-equipment-search-system-dto.ts
|
|
322
327
|
models/page-dto-inspection-standard-dto.ts
|
|
323
328
|
models/page-dto-maintenance-standard-dto.ts
|
|
329
|
+
models/page-dto-open-api-equipment-list-dto.ts
|
|
324
330
|
models/page-dto-plan-search-dto.ts
|
|
325
331
|
models/page-dto-supplier-contract-details-dto.ts
|
|
326
332
|
models/page-dto-surveillance-details-dto.ts
|
package/apis/open-api-api.ts
CHANGED
|
@@ -26,6 +26,10 @@ import type { JsonResultBoolean } from '../models';
|
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import type { JsonResultJsonResultListSpaceTreeDTO } from '../models';
|
|
28
28
|
// @ts-ignore
|
|
29
|
+
import type { JsonResultListParkListDTO } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { JsonResultPageDtoOpenApiEquipmentListDto } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
29
33
|
import type { JsonResultPageDtoSurveillanceDetailsDto } from '../models';
|
|
30
34
|
// @ts-ignore
|
|
31
35
|
import type { JsonResultVoid } from '../models';
|
|
@@ -161,6 +165,102 @@ export const OpenApiApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
161
165
|
options: localVarRequestOptions,
|
|
162
166
|
};
|
|
163
167
|
},
|
|
168
|
+
/**
|
|
169
|
+
*
|
|
170
|
+
* @summary 查询设备列表
|
|
171
|
+
* @param {string} parkCode 园区编码
|
|
172
|
+
* @param {number} page 页数
|
|
173
|
+
* @param {number} pageSize 页码
|
|
174
|
+
* @param {*} [options] Override http request option.
|
|
175
|
+
* @throws {RequiredError}
|
|
176
|
+
*/
|
|
177
|
+
openApiEquipmentList: async (parkCode: string, page: number, pageSize: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
178
|
+
// verify required parameter 'parkCode' is not null or undefined
|
|
179
|
+
assertParamExists('openApiEquipmentList', 'parkCode', parkCode)
|
|
180
|
+
// verify required parameter 'page' is not null or undefined
|
|
181
|
+
assertParamExists('openApiEquipmentList', 'page', page)
|
|
182
|
+
// verify required parameter 'pageSize' is not null or undefined
|
|
183
|
+
assertParamExists('openApiEquipmentList', 'pageSize', pageSize)
|
|
184
|
+
const localVarPath = `/openapi/v1/main/parks/equipment`;
|
|
185
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
186
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
187
|
+
let baseOptions;
|
|
188
|
+
if (configuration) {
|
|
189
|
+
baseOptions = configuration.baseOptions;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
193
|
+
const localVarHeaderParameter = {} as any;
|
|
194
|
+
const localVarQueryParameter = {} as any;
|
|
195
|
+
|
|
196
|
+
// authentication tokenScheme required
|
|
197
|
+
// http bearer authentication required
|
|
198
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
199
|
+
|
|
200
|
+
if (parkCode !== undefined) {
|
|
201
|
+
localVarQueryParameter['parkCode'] = parkCode;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
if (page !== undefined) {
|
|
205
|
+
localVarQueryParameter['page'] = page;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
if (pageSize !== undefined) {
|
|
209
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
215
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
216
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
217
|
+
|
|
218
|
+
return {
|
|
219
|
+
url: toPathString(localVarUrlObj),
|
|
220
|
+
options: localVarRequestOptions,
|
|
221
|
+
};
|
|
222
|
+
},
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @summary 查询园区列表
|
|
226
|
+
* @param {string} centerCode 中心编码
|
|
227
|
+
* @param {*} [options] Override http request option.
|
|
228
|
+
* @throws {RequiredError}
|
|
229
|
+
*/
|
|
230
|
+
openApiParks: async (centerCode: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
231
|
+
// verify required parameter 'centerCode' is not null or undefined
|
|
232
|
+
assertParamExists('openApiParks', 'centerCode', centerCode)
|
|
233
|
+
const localVarPath = `/openapi/v1/main/parks`;
|
|
234
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
235
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
236
|
+
let baseOptions;
|
|
237
|
+
if (configuration) {
|
|
238
|
+
baseOptions = configuration.baseOptions;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
242
|
+
const localVarHeaderParameter = {} as any;
|
|
243
|
+
const localVarQueryParameter = {} as any;
|
|
244
|
+
|
|
245
|
+
// authentication tokenScheme required
|
|
246
|
+
// http bearer authentication required
|
|
247
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
248
|
+
|
|
249
|
+
if (centerCode !== undefined) {
|
|
250
|
+
localVarQueryParameter['centerCode'] = centerCode;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
256
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
257
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
258
|
+
|
|
259
|
+
return {
|
|
260
|
+
url: toPathString(localVarUrlObj),
|
|
261
|
+
options: localVarRequestOptions,
|
|
262
|
+
};
|
|
263
|
+
},
|
|
164
264
|
/**
|
|
165
265
|
*
|
|
166
266
|
* @summary 获取空间列表
|
|
@@ -292,6 +392,34 @@ export const OpenApiApiFp = function(configuration?: Configuration) {
|
|
|
292
392
|
const localVarOperationServerBasePath = operationServerMap['OpenApiApi.openApiEquipmentBatchStatusSync']?.[localVarOperationServerIndex]?.url;
|
|
293
393
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
294
394
|
},
|
|
395
|
+
/**
|
|
396
|
+
*
|
|
397
|
+
* @summary 查询设备列表
|
|
398
|
+
* @param {string} parkCode 园区编码
|
|
399
|
+
* @param {number} page 页数
|
|
400
|
+
* @param {number} pageSize 页码
|
|
401
|
+
* @param {*} [options] Override http request option.
|
|
402
|
+
* @throws {RequiredError}
|
|
403
|
+
*/
|
|
404
|
+
async openApiEquipmentList(parkCode: string, page: number, pageSize: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoOpenApiEquipmentListDto>> {
|
|
405
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.openApiEquipmentList(parkCode, page, pageSize, options);
|
|
406
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
407
|
+
const localVarOperationServerBasePath = operationServerMap['OpenApiApi.openApiEquipmentList']?.[localVarOperationServerIndex]?.url;
|
|
408
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
409
|
+
},
|
|
410
|
+
/**
|
|
411
|
+
*
|
|
412
|
+
* @summary 查询园区列表
|
|
413
|
+
* @param {string} centerCode 中心编码
|
|
414
|
+
* @param {*} [options] Override http request option.
|
|
415
|
+
* @throws {RequiredError}
|
|
416
|
+
*/
|
|
417
|
+
async openApiParks(centerCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>> {
|
|
418
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.openApiParks(centerCode, options);
|
|
419
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
420
|
+
const localVarOperationServerBasePath = operationServerMap['OpenApiApi.openApiParks']?.[localVarOperationServerIndex]?.url;
|
|
421
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
422
|
+
},
|
|
295
423
|
/**
|
|
296
424
|
*
|
|
297
425
|
* @summary 获取空间列表
|
|
@@ -358,6 +486,26 @@ export const OpenApiApiFactory = function (configuration?: Configuration, basePa
|
|
|
358
486
|
openApiEquipmentBatchStatusSync(requestParameters: OpenApiApiOpenApiEquipmentBatchStatusSyncRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
359
487
|
return localVarFp.openApiEquipmentBatchStatusSync(requestParameters.syncEquipmentStatusVo, options).then((request) => request(axios, basePath));
|
|
360
488
|
},
|
|
489
|
+
/**
|
|
490
|
+
*
|
|
491
|
+
* @summary 查询设备列表
|
|
492
|
+
* @param {OpenApiApiOpenApiEquipmentListRequest} requestParameters Request parameters.
|
|
493
|
+
* @param {*} [options] Override http request option.
|
|
494
|
+
* @throws {RequiredError}
|
|
495
|
+
*/
|
|
496
|
+
openApiEquipmentList(requestParameters: OpenApiApiOpenApiEquipmentListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoOpenApiEquipmentListDto> {
|
|
497
|
+
return localVarFp.openApiEquipmentList(requestParameters.parkCode, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
498
|
+
},
|
|
499
|
+
/**
|
|
500
|
+
*
|
|
501
|
+
* @summary 查询园区列表
|
|
502
|
+
* @param {OpenApiApiOpenApiParksRequest} requestParameters Request parameters.
|
|
503
|
+
* @param {*} [options] Override http request option.
|
|
504
|
+
* @throws {RequiredError}
|
|
505
|
+
*/
|
|
506
|
+
openApiParks(requestParameters: OpenApiApiOpenApiParksRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO> {
|
|
507
|
+
return localVarFp.openApiParks(requestParameters.centerCode, options).then((request) => request(axios, basePath));
|
|
508
|
+
},
|
|
361
509
|
/**
|
|
362
510
|
*
|
|
363
511
|
* @summary 获取空间列表
|
|
@@ -423,6 +571,48 @@ export interface OpenApiApiOpenApiEquipmentBatchStatusSyncRequest {
|
|
|
423
571
|
readonly syncEquipmentStatusVo: SyncEquipmentStatusVo
|
|
424
572
|
}
|
|
425
573
|
|
|
574
|
+
/**
|
|
575
|
+
* Request parameters for openApiEquipmentList operation in OpenApiApi.
|
|
576
|
+
* @export
|
|
577
|
+
* @interface OpenApiApiOpenApiEquipmentListRequest
|
|
578
|
+
*/
|
|
579
|
+
export interface OpenApiApiOpenApiEquipmentListRequest {
|
|
580
|
+
/**
|
|
581
|
+
* 园区编码
|
|
582
|
+
* @type {string}
|
|
583
|
+
* @memberof OpenApiApiOpenApiEquipmentList
|
|
584
|
+
*/
|
|
585
|
+
readonly parkCode: string
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* 页数
|
|
589
|
+
* @type {number}
|
|
590
|
+
* @memberof OpenApiApiOpenApiEquipmentList
|
|
591
|
+
*/
|
|
592
|
+
readonly page: number
|
|
593
|
+
|
|
594
|
+
/**
|
|
595
|
+
* 页码
|
|
596
|
+
* @type {number}
|
|
597
|
+
* @memberof OpenApiApiOpenApiEquipmentList
|
|
598
|
+
*/
|
|
599
|
+
readonly pageSize: number
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* Request parameters for openApiParks operation in OpenApiApi.
|
|
604
|
+
* @export
|
|
605
|
+
* @interface OpenApiApiOpenApiParksRequest
|
|
606
|
+
*/
|
|
607
|
+
export interface OpenApiApiOpenApiParksRequest {
|
|
608
|
+
/**
|
|
609
|
+
* 中心编码
|
|
610
|
+
* @type {string}
|
|
611
|
+
* @memberof OpenApiApiOpenApiParks
|
|
612
|
+
*/
|
|
613
|
+
readonly centerCode: string
|
|
614
|
+
}
|
|
615
|
+
|
|
426
616
|
/**
|
|
427
617
|
* Request parameters for openApiSpaceList operation in OpenApiApi.
|
|
428
618
|
* @export
|
|
@@ -494,6 +684,30 @@ export class OpenApiApi extends BaseAPI {
|
|
|
494
684
|
return OpenApiApiFp(this.configuration).openApiEquipmentBatchStatusSync(requestParameters.syncEquipmentStatusVo, options).then((request) => request(this.axios, this.basePath));
|
|
495
685
|
}
|
|
496
686
|
|
|
687
|
+
/**
|
|
688
|
+
*
|
|
689
|
+
* @summary 查询设备列表
|
|
690
|
+
* @param {OpenApiApiOpenApiEquipmentListRequest} requestParameters Request parameters.
|
|
691
|
+
* @param {*} [options] Override http request option.
|
|
692
|
+
* @throws {RequiredError}
|
|
693
|
+
* @memberof OpenApiApi
|
|
694
|
+
*/
|
|
695
|
+
public openApiEquipmentList(requestParameters: OpenApiApiOpenApiEquipmentListRequest, options?: RawAxiosRequestConfig) {
|
|
696
|
+
return OpenApiApiFp(this.configuration).openApiEquipmentList(requestParameters.parkCode, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
/**
|
|
700
|
+
*
|
|
701
|
+
* @summary 查询园区列表
|
|
702
|
+
* @param {OpenApiApiOpenApiParksRequest} requestParameters Request parameters.
|
|
703
|
+
* @param {*} [options] Override http request option.
|
|
704
|
+
* @throws {RequiredError}
|
|
705
|
+
* @memberof OpenApiApi
|
|
706
|
+
*/
|
|
707
|
+
public openApiParks(requestParameters: OpenApiApiOpenApiParksRequest, options?: RawAxiosRequestConfig) {
|
|
708
|
+
return OpenApiApiFp(this.configuration).openApiParks(requestParameters.centerCode, options).then((request) => request(this.axios, this.basePath));
|
|
709
|
+
}
|
|
710
|
+
|
|
497
711
|
/**
|
|
498
712
|
*
|
|
499
713
|
* @summary 获取空间列表
|
package/apis/web-hook-api.ts
CHANGED
|
@@ -22,6 +22,10 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
24
|
// @ts-ignore
|
|
25
|
+
import type { InsuranceNoticeVo } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { InsuranceWorkOrderVo } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
25
29
|
import type { JsonResultVoid } from '../models';
|
|
26
30
|
// @ts-ignore
|
|
27
31
|
import type { SrmParkContractChangeVo } from '../models';
|
|
@@ -66,6 +70,86 @@ export const WebHookApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
66
70
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
67
71
|
localVarRequestOptions.data = serializeDataIfNeeded(srmParkContractChangeVo, localVarRequestOptions, configuration)
|
|
68
72
|
|
|
73
|
+
return {
|
|
74
|
+
url: toPathString(localVarUrlObj),
|
|
75
|
+
options: localVarRequestOptions,
|
|
76
|
+
};
|
|
77
|
+
},
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @summary 接收保险通知
|
|
81
|
+
* @param {InsuranceNoticeVo} insuranceNoticeVo
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
*/
|
|
85
|
+
webhookInsuranceNotice: async (insuranceNoticeVo: InsuranceNoticeVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
86
|
+
// verify required parameter 'insuranceNoticeVo' is not null or undefined
|
|
87
|
+
assertParamExists('webhookInsuranceNotice', 'insuranceNoticeVo', insuranceNoticeVo)
|
|
88
|
+
const localVarPath = `/webhook/insurance/notice`;
|
|
89
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
90
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
91
|
+
let baseOptions;
|
|
92
|
+
if (configuration) {
|
|
93
|
+
baseOptions = configuration.baseOptions;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
97
|
+
const localVarHeaderParameter = {} as any;
|
|
98
|
+
const localVarQueryParameter = {} as any;
|
|
99
|
+
|
|
100
|
+
// authentication tokenScheme required
|
|
101
|
+
// http bearer authentication required
|
|
102
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
107
|
+
|
|
108
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
109
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
110
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
111
|
+
localVarRequestOptions.data = serializeDataIfNeeded(insuranceNoticeVo, localVarRequestOptions, configuration)
|
|
112
|
+
|
|
113
|
+
return {
|
|
114
|
+
url: toPathString(localVarUrlObj),
|
|
115
|
+
options: localVarRequestOptions,
|
|
116
|
+
};
|
|
117
|
+
},
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
* @summary 接收保险工单
|
|
121
|
+
* @param {InsuranceWorkOrderVo} insuranceWorkOrderVo
|
|
122
|
+
* @param {*} [options] Override http request option.
|
|
123
|
+
* @throws {RequiredError}
|
|
124
|
+
*/
|
|
125
|
+
webhookInsuranceWorkOrder: async (insuranceWorkOrderVo: InsuranceWorkOrderVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
126
|
+
// verify required parameter 'insuranceWorkOrderVo' is not null or undefined
|
|
127
|
+
assertParamExists('webhookInsuranceWorkOrder', 'insuranceWorkOrderVo', insuranceWorkOrderVo)
|
|
128
|
+
const localVarPath = `/webhook/insurance/workOrder`;
|
|
129
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
130
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
131
|
+
let baseOptions;
|
|
132
|
+
if (configuration) {
|
|
133
|
+
baseOptions = configuration.baseOptions;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
137
|
+
const localVarHeaderParameter = {} as any;
|
|
138
|
+
const localVarQueryParameter = {} as any;
|
|
139
|
+
|
|
140
|
+
// authentication tokenScheme required
|
|
141
|
+
// http bearer authentication required
|
|
142
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
147
|
+
|
|
148
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
149
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
150
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
151
|
+
localVarRequestOptions.data = serializeDataIfNeeded(insuranceWorkOrderVo, localVarRequestOptions, configuration)
|
|
152
|
+
|
|
69
153
|
return {
|
|
70
154
|
url: toPathString(localVarUrlObj),
|
|
71
155
|
options: localVarRequestOptions,
|
|
@@ -94,6 +178,32 @@ export const WebHookApiFp = function(configuration?: Configuration) {
|
|
|
94
178
|
const localVarOperationServerBasePath = operationServerMap['WebHookApi.srmParkContractChange']?.[localVarOperationServerIndex]?.url;
|
|
95
179
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
96
180
|
},
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @summary 接收保险通知
|
|
184
|
+
* @param {InsuranceNoticeVo} insuranceNoticeVo
|
|
185
|
+
* @param {*} [options] Override http request option.
|
|
186
|
+
* @throws {RequiredError}
|
|
187
|
+
*/
|
|
188
|
+
async webhookInsuranceNotice(insuranceNoticeVo: InsuranceNoticeVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
189
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.webhookInsuranceNotice(insuranceNoticeVo, options);
|
|
190
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
191
|
+
const localVarOperationServerBasePath = operationServerMap['WebHookApi.webhookInsuranceNotice']?.[localVarOperationServerIndex]?.url;
|
|
192
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
193
|
+
},
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* @summary 接收保险工单
|
|
197
|
+
* @param {InsuranceWorkOrderVo} insuranceWorkOrderVo
|
|
198
|
+
* @param {*} [options] Override http request option.
|
|
199
|
+
* @throws {RequiredError}
|
|
200
|
+
*/
|
|
201
|
+
async webhookInsuranceWorkOrder(insuranceWorkOrderVo: InsuranceWorkOrderVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
202
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.webhookInsuranceWorkOrder(insuranceWorkOrderVo, options);
|
|
203
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
204
|
+
const localVarOperationServerBasePath = operationServerMap['WebHookApi.webhookInsuranceWorkOrder']?.[localVarOperationServerIndex]?.url;
|
|
205
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
206
|
+
},
|
|
97
207
|
}
|
|
98
208
|
};
|
|
99
209
|
|
|
@@ -114,6 +224,26 @@ export const WebHookApiFactory = function (configuration?: Configuration, basePa
|
|
|
114
224
|
srmParkContractChange(requestParameters: WebHookApiSrmParkContractChangeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
115
225
|
return localVarFp.srmParkContractChange(requestParameters.srmParkContractChangeVo, options).then((request) => request(axios, basePath));
|
|
116
226
|
},
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @summary 接收保险通知
|
|
230
|
+
* @param {WebHookApiWebhookInsuranceNoticeRequest} requestParameters Request parameters.
|
|
231
|
+
* @param {*} [options] Override http request option.
|
|
232
|
+
* @throws {RequiredError}
|
|
233
|
+
*/
|
|
234
|
+
webhookInsuranceNotice(requestParameters: WebHookApiWebhookInsuranceNoticeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
235
|
+
return localVarFp.webhookInsuranceNotice(requestParameters.insuranceNoticeVo, options).then((request) => request(axios, basePath));
|
|
236
|
+
},
|
|
237
|
+
/**
|
|
238
|
+
*
|
|
239
|
+
* @summary 接收保险工单
|
|
240
|
+
* @param {WebHookApiWebhookInsuranceWorkOrderRequest} requestParameters Request parameters.
|
|
241
|
+
* @param {*} [options] Override http request option.
|
|
242
|
+
* @throws {RequiredError}
|
|
243
|
+
*/
|
|
244
|
+
webhookInsuranceWorkOrder(requestParameters: WebHookApiWebhookInsuranceWorkOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
245
|
+
return localVarFp.webhookInsuranceWorkOrder(requestParameters.insuranceWorkOrderVo, options).then((request) => request(axios, basePath));
|
|
246
|
+
},
|
|
117
247
|
};
|
|
118
248
|
};
|
|
119
249
|
|
|
@@ -131,6 +261,34 @@ export interface WebHookApiSrmParkContractChangeRequest {
|
|
|
131
261
|
readonly srmParkContractChangeVo: SrmParkContractChangeVo
|
|
132
262
|
}
|
|
133
263
|
|
|
264
|
+
/**
|
|
265
|
+
* Request parameters for webhookInsuranceNotice operation in WebHookApi.
|
|
266
|
+
* @export
|
|
267
|
+
* @interface WebHookApiWebhookInsuranceNoticeRequest
|
|
268
|
+
*/
|
|
269
|
+
export interface WebHookApiWebhookInsuranceNoticeRequest {
|
|
270
|
+
/**
|
|
271
|
+
*
|
|
272
|
+
* @type {InsuranceNoticeVo}
|
|
273
|
+
* @memberof WebHookApiWebhookInsuranceNotice
|
|
274
|
+
*/
|
|
275
|
+
readonly insuranceNoticeVo: InsuranceNoticeVo
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Request parameters for webhookInsuranceWorkOrder operation in WebHookApi.
|
|
280
|
+
* @export
|
|
281
|
+
* @interface WebHookApiWebhookInsuranceWorkOrderRequest
|
|
282
|
+
*/
|
|
283
|
+
export interface WebHookApiWebhookInsuranceWorkOrderRequest {
|
|
284
|
+
/**
|
|
285
|
+
*
|
|
286
|
+
* @type {InsuranceWorkOrderVo}
|
|
287
|
+
* @memberof WebHookApiWebhookInsuranceWorkOrder
|
|
288
|
+
*/
|
|
289
|
+
readonly insuranceWorkOrderVo: InsuranceWorkOrderVo
|
|
290
|
+
}
|
|
291
|
+
|
|
134
292
|
/**
|
|
135
293
|
* WebHookApi - object-oriented interface
|
|
136
294
|
* @export
|
|
@@ -149,5 +307,29 @@ export class WebHookApi extends BaseAPI {
|
|
|
149
307
|
public srmParkContractChange(requestParameters: WebHookApiSrmParkContractChangeRequest, options?: RawAxiosRequestConfig) {
|
|
150
308
|
return WebHookApiFp(this.configuration).srmParkContractChange(requestParameters.srmParkContractChangeVo, options).then((request) => request(this.axios, this.basePath));
|
|
151
309
|
}
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
*
|
|
313
|
+
* @summary 接收保险通知
|
|
314
|
+
* @param {WebHookApiWebhookInsuranceNoticeRequest} requestParameters Request parameters.
|
|
315
|
+
* @param {*} [options] Override http request option.
|
|
316
|
+
* @throws {RequiredError}
|
|
317
|
+
* @memberof WebHookApi
|
|
318
|
+
*/
|
|
319
|
+
public webhookInsuranceNotice(requestParameters: WebHookApiWebhookInsuranceNoticeRequest, options?: RawAxiosRequestConfig) {
|
|
320
|
+
return WebHookApiFp(this.configuration).webhookInsuranceNotice(requestParameters.insuranceNoticeVo, options).then((request) => request(this.axios, this.basePath));
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
*
|
|
325
|
+
* @summary 接收保险工单
|
|
326
|
+
* @param {WebHookApiWebhookInsuranceWorkOrderRequest} requestParameters Request parameters.
|
|
327
|
+
* @param {*} [options] Override http request option.
|
|
328
|
+
* @throws {RequiredError}
|
|
329
|
+
* @memberof WebHookApi
|
|
330
|
+
*/
|
|
331
|
+
public webhookInsuranceWorkOrder(requestParameters: WebHookApiWebhookInsuranceWorkOrderRequest, options?: RawAxiosRequestConfig) {
|
|
332
|
+
return WebHookApiFp(this.configuration).webhookInsuranceWorkOrder(requestParameters.insuranceWorkOrderVo, options).then((request) => request(this.axios, this.basePath));
|
|
333
|
+
}
|
|
152
334
|
}
|
|
153
335
|
|
|
@@ -14,6 +14,8 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { JsonResultBoolean } from '../models';
|
|
16
16
|
import type { JsonResultJsonResultListSpaceTreeDTO } from '../models';
|
|
17
|
+
import type { JsonResultListParkListDTO } from '../models';
|
|
18
|
+
import type { JsonResultPageDtoOpenApiEquipmentListDto } from '../models';
|
|
17
19
|
import type { JsonResultPageDtoSurveillanceDetailsDto } from '../models';
|
|
18
20
|
import type { JsonResultVoid } from '../models';
|
|
19
21
|
import type { OpenApiAccessAppointmentRecordAddVo } from '../models';
|
|
@@ -48,6 +50,24 @@ export declare const OpenApiApiAxiosParamCreator: (configuration?: Configuration
|
|
|
48
50
|
* @throws {RequiredError}
|
|
49
51
|
*/
|
|
50
52
|
openApiEquipmentBatchStatusSync: (syncEquipmentStatusVo: SyncEquipmentStatusVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @summary 查询设备列表
|
|
56
|
+
* @param {string} parkCode 园区编码
|
|
57
|
+
* @param {number} page 页数
|
|
58
|
+
* @param {number} pageSize 页码
|
|
59
|
+
* @param {*} [options] Override http request option.
|
|
60
|
+
* @throws {RequiredError}
|
|
61
|
+
*/
|
|
62
|
+
openApiEquipmentList: (parkCode: string, page: number, pageSize: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @summary 查询园区列表
|
|
66
|
+
* @param {string} centerCode 中心编码
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
openApiParks: (centerCode: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
51
71
|
/**
|
|
52
72
|
*
|
|
53
73
|
* @summary 获取空间列表
|
|
@@ -94,6 +114,24 @@ export declare const OpenApiApiFp: (configuration?: Configuration) => {
|
|
|
94
114
|
* @throws {RequiredError}
|
|
95
115
|
*/
|
|
96
116
|
openApiEquipmentBatchStatusSync(syncEquipmentStatusVo: SyncEquipmentStatusVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @summary 查询设备列表
|
|
120
|
+
* @param {string} parkCode 园区编码
|
|
121
|
+
* @param {number} page 页数
|
|
122
|
+
* @param {number} pageSize 页码
|
|
123
|
+
* @param {*} [options] Override http request option.
|
|
124
|
+
* @throws {RequiredError}
|
|
125
|
+
*/
|
|
126
|
+
openApiEquipmentList(parkCode: string, page: number, pageSize: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoOpenApiEquipmentListDto>>;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @summary 查询园区列表
|
|
130
|
+
* @param {string} centerCode 中心编码
|
|
131
|
+
* @param {*} [options] Override http request option.
|
|
132
|
+
* @throws {RequiredError}
|
|
133
|
+
*/
|
|
134
|
+
openApiParks(centerCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>>;
|
|
97
135
|
/**
|
|
98
136
|
*
|
|
99
137
|
* @summary 获取空间列表
|
|
@@ -140,6 +178,22 @@ export declare const OpenApiApiFactory: (configuration?: Configuration, basePath
|
|
|
140
178
|
* @throws {RequiredError}
|
|
141
179
|
*/
|
|
142
180
|
openApiEquipmentBatchStatusSync(requestParameters: OpenApiApiOpenApiEquipmentBatchStatusSyncRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @summary 查询设备列表
|
|
184
|
+
* @param {OpenApiApiOpenApiEquipmentListRequest} requestParameters Request parameters.
|
|
185
|
+
* @param {*} [options] Override http request option.
|
|
186
|
+
* @throws {RequiredError}
|
|
187
|
+
*/
|
|
188
|
+
openApiEquipmentList(requestParameters: OpenApiApiOpenApiEquipmentListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoOpenApiEquipmentListDto>;
|
|
189
|
+
/**
|
|
190
|
+
*
|
|
191
|
+
* @summary 查询园区列表
|
|
192
|
+
* @param {OpenApiApiOpenApiParksRequest} requestParameters Request parameters.
|
|
193
|
+
* @param {*} [options] Override http request option.
|
|
194
|
+
* @throws {RequiredError}
|
|
195
|
+
*/
|
|
196
|
+
openApiParks(requestParameters: OpenApiApiOpenApiParksRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO>;
|
|
143
197
|
/**
|
|
144
198
|
*
|
|
145
199
|
* @summary 获取空间列表
|
|
@@ -196,6 +250,44 @@ export interface OpenApiApiOpenApiEquipmentBatchStatusSyncRequest {
|
|
|
196
250
|
*/
|
|
197
251
|
readonly syncEquipmentStatusVo: SyncEquipmentStatusVo;
|
|
198
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* Request parameters for openApiEquipmentList operation in OpenApiApi.
|
|
255
|
+
* @export
|
|
256
|
+
* @interface OpenApiApiOpenApiEquipmentListRequest
|
|
257
|
+
*/
|
|
258
|
+
export interface OpenApiApiOpenApiEquipmentListRequest {
|
|
259
|
+
/**
|
|
260
|
+
* 园区编码
|
|
261
|
+
* @type {string}
|
|
262
|
+
* @memberof OpenApiApiOpenApiEquipmentList
|
|
263
|
+
*/
|
|
264
|
+
readonly parkCode: string;
|
|
265
|
+
/**
|
|
266
|
+
* 页数
|
|
267
|
+
* @type {number}
|
|
268
|
+
* @memberof OpenApiApiOpenApiEquipmentList
|
|
269
|
+
*/
|
|
270
|
+
readonly page: number;
|
|
271
|
+
/**
|
|
272
|
+
* 页码
|
|
273
|
+
* @type {number}
|
|
274
|
+
* @memberof OpenApiApiOpenApiEquipmentList
|
|
275
|
+
*/
|
|
276
|
+
readonly pageSize: number;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Request parameters for openApiParks operation in OpenApiApi.
|
|
280
|
+
* @export
|
|
281
|
+
* @interface OpenApiApiOpenApiParksRequest
|
|
282
|
+
*/
|
|
283
|
+
export interface OpenApiApiOpenApiParksRequest {
|
|
284
|
+
/**
|
|
285
|
+
* 中心编码
|
|
286
|
+
* @type {string}
|
|
287
|
+
* @memberof OpenApiApiOpenApiParks
|
|
288
|
+
*/
|
|
289
|
+
readonly centerCode: string;
|
|
290
|
+
}
|
|
199
291
|
/**
|
|
200
292
|
* Request parameters for openApiSpaceList operation in OpenApiApi.
|
|
201
293
|
* @export
|
|
@@ -256,6 +348,24 @@ export declare class OpenApiApi extends BaseAPI {
|
|
|
256
348
|
* @memberof OpenApiApi
|
|
257
349
|
*/
|
|
258
350
|
openApiEquipmentBatchStatusSync(requestParameters: OpenApiApiOpenApiEquipmentBatchStatusSyncRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
351
|
+
/**
|
|
352
|
+
*
|
|
353
|
+
* @summary 查询设备列表
|
|
354
|
+
* @param {OpenApiApiOpenApiEquipmentListRequest} requestParameters Request parameters.
|
|
355
|
+
* @param {*} [options] Override http request option.
|
|
356
|
+
* @throws {RequiredError}
|
|
357
|
+
* @memberof OpenApiApi
|
|
358
|
+
*/
|
|
359
|
+
openApiEquipmentList(requestParameters: OpenApiApiOpenApiEquipmentListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoOpenApiEquipmentListDto, any>>;
|
|
360
|
+
/**
|
|
361
|
+
*
|
|
362
|
+
* @summary 查询园区列表
|
|
363
|
+
* @param {OpenApiApiOpenApiParksRequest} requestParameters Request parameters.
|
|
364
|
+
* @param {*} [options] Override http request option.
|
|
365
|
+
* @throws {RequiredError}
|
|
366
|
+
* @memberof OpenApiApi
|
|
367
|
+
*/
|
|
368
|
+
openApiParks(requestParameters: OpenApiApiOpenApiParksRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListParkListDTO, any>>;
|
|
259
369
|
/**
|
|
260
370
|
*
|
|
261
371
|
* @summary 获取空间列表
|