ntk-cms-api 18.3.460 → 18.3.462

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.
Files changed (132) hide show
  1. package/esm2020/lib/service/api-telegram/apiTelegramBotConfig.service.mjs +9 -23
  2. package/esm2020/lib/service/api-telegram/apiTelegramEnum.service.mjs +3 -5
  3. package/esm2020/lib/service/application/applicationApp.service.mjs +10 -26
  4. package/esm2020/lib/service/application/applicationEnum.service.mjs +3 -5
  5. package/esm2020/lib/service/application/applicationLayout.service.mjs +4 -8
  6. package/esm2020/lib/service/application/applicationLogNotification.service.mjs +3 -5
  7. package/esm2020/lib/service/application/applicationSource.service.mjs +3 -5
  8. package/esm2020/lib/service/application/applicationThemeConfig.service.mjs +3 -5
  9. package/esm2020/lib/service/article/articleCategory.service.mjs +3 -5
  10. package/esm2020/lib/service/article/articleComment.service.mjs +4 -8
  11. package/esm2020/lib/service/article/articleContent.service.mjs +12 -32
  12. package/esm2020/lib/service/article/articleContentOtherInfo.service.mjs +4 -8
  13. package/esm2020/lib/service/article/articleContentSimilar.service.mjs +4 -8
  14. package/esm2020/lib/service/article/articleContentTag.service.mjs +4 -8
  15. package/esm2020/lib/service/article/articleShareServerCategory.service.mjs +3 -5
  16. package/esm2020/lib/service/bank-payment/bankPaymentEnum.service.mjs +4 -8
  17. package/esm2020/lib/service/bank-payment/bankPaymentPrivateSiteConfig.service.mjs +7 -17
  18. package/esm2020/lib/service/bank-payment/bankPaymentPublicConfig.service.mjs +4 -8
  19. package/esm2020/lib/service/bank-payment/bankPaymentTransaction.service.mjs +3 -5
  20. package/esm2020/lib/service/base/apiCmsServerBase.service.mjs +36 -104
  21. package/esm2020/lib/service/base/apiServerBase.service.mjs +9 -1
  22. package/esm2020/lib/service/base/apiServerConfigSiteBase.service.mjs +16 -44
  23. package/esm2020/lib/service/biography/biographyCategory.service.mjs +3 -5
  24. package/esm2020/lib/service/biography/biographyComment.service.mjs +4 -8
  25. package/esm2020/lib/service/biography/biographyContent.service.mjs +18 -50
  26. package/esm2020/lib/service/biography/biographyContentOtherInfo.service.mjs +4 -8
  27. package/esm2020/lib/service/biography/biographyContentSimilar.service.mjs +4 -8
  28. package/esm2020/lib/service/biography/biographyContentTag.service.mjs +4 -8
  29. package/esm2020/lib/service/biography/biographyShareServerCategory.service.mjs +3 -5
  30. package/esm2020/lib/service/blog/blogCategory.service.mjs +3 -5
  31. package/esm2020/lib/service/blog/blogComment.service.mjs +4 -8
  32. package/esm2020/lib/service/blog/blogContent.service.mjs +12 -32
  33. package/esm2020/lib/service/blog/blogContentOtherInfo.service.mjs +4 -8
  34. package/esm2020/lib/service/blog/blogContentSimilar.service.mjs +4 -8
  35. package/esm2020/lib/service/blog/blogContentTag.service.mjs +4 -8
  36. package/esm2020/lib/service/blog/blogShareServerCategory.service.mjs +3 -5
  37. package/esm2020/lib/service/catalog/catalogCategory.service.mjs +3 -5
  38. package/esm2020/lib/service/catalog/catalogContent.service.mjs +8 -20
  39. package/esm2020/lib/service/chart/chartCategory.service.mjs +3 -5
  40. package/esm2020/lib/service/chart/chartComment.service.mjs +4 -8
  41. package/esm2020/lib/service/chart/chartContent.service.mjs +12 -32
  42. package/esm2020/lib/service/chart/chartContentOtherInfo.service.mjs +4 -8
  43. package/esm2020/lib/service/chart/chartContentSimilar.service.mjs +4 -8
  44. package/esm2020/lib/service/chart/chartContentTag.service.mjs +4 -8
  45. package/esm2020/lib/service/chart/chartShareServerCategory.service.mjs +3 -5
  46. package/esm2020/lib/service/contact/contactCategory.service.mjs +3 -5
  47. package/esm2020/lib/service/core-main/coreConfiguration.service.mjs +4 -8
  48. package/esm2020/lib/service/core-main/coreCpMainMenu.service.mjs +5 -11
  49. package/esm2020/lib/service/core-main/coreEnum.service.mjs +25 -71
  50. package/esm2020/lib/service/core-main/coreGuide.service.mjs +5 -11
  51. package/esm2020/lib/service/core-main/coreLocation.service.mjs +9 -23
  52. package/esm2020/lib/service/core-main/coreModule.service.mjs +9 -23
  53. package/esm2020/lib/service/core-main/coreModuleEntity.service.mjs +3 -5
  54. package/esm2020/lib/service/core-main/coreModuleProcess.service.mjs +5 -11
  55. package/esm2020/lib/service/core-main/coreModuleSaleHeader.service.mjs +6 -14
  56. package/esm2020/lib/service/core-main/coreModuleSaleSerial.service.mjs +4 -8
  57. package/esm2020/lib/service/core-main/coreModuleSite.service.mjs +5 -11
  58. package/esm2020/lib/service/core-main/coreSite.service.mjs +19 -53
  59. package/esm2020/lib/service/core-main/coreSiteUser.service.mjs +3 -5
  60. package/esm2020/lib/service/core-main/coreUser.service.mjs +5 -11
  61. package/esm2020/lib/service/core-main/coreUserClaimContent.service.mjs +4 -8
  62. package/esm2020/lib/service/core-module-data/coreModuleDataComment.service.mjs +3 -5
  63. package/esm2020/lib/service/core-module-data/coreModuleDataMemo.service.mjs +3 -5
  64. package/esm2020/lib/service/core-module-data/coreModuleDataPin.service.mjs +3 -5
  65. package/esm2020/lib/service/core-module-data/coreModuleDataTask.service.mjs +3 -5
  66. package/esm2020/lib/service/core-module-log/coreModuleLogFavorite.service.mjs +4 -8
  67. package/esm2020/lib/service/core-module-log/coreModuleLogReportAbuse.service.mjs +3 -5
  68. package/esm2020/lib/service/core-module-log/coreModuleLogShowKey.service.mjs +3 -5
  69. package/esm2020/lib/service/core-module-main/coreModuleSiteCredit.service.mjs +7 -17
  70. package/esm2020/lib/service/core-module-main/coreModuleSiteUserCredit.service.mjs +7 -17
  71. package/esm2020/lib/service/core-module-main/coreModuleTagCategory.service.mjs +3 -5
  72. package/esm2020/lib/service/core-token/coreAuth.service.mjs +18 -50
  73. package/esm2020/lib/service/core-token/coreTokenConnection.service.mjs +4 -8
  74. package/esm2020/lib/service/data-provider/dataProviderEnum.service.mjs +3 -5
  75. package/esm2020/lib/service/data-provider/dataProviderTransaction.service.mjs +4 -8
  76. package/esm2020/lib/service/donate/donateEnum.service.mjs +3 -5
  77. package/esm2020/lib/service/donate/donateTransaction.service.mjs +4 -8
  78. package/esm2020/lib/service/estate/estateAccountAgencyAds.service.mjs +4 -8
  79. package/esm2020/lib/service/estate/estateAdsType.service.mjs +5 -11
  80. package/esm2020/lib/service/estate/estateCustomerOrder.service.mjs +10 -26
  81. package/esm2020/lib/service/estate/estateEnum.service.mjs +5 -11
  82. package/esm2020/lib/service/estate/estateProperty.service.mjs +18 -50
  83. package/esm2020/lib/service/estate/estatePropertyAds.service.mjs +4 -8
  84. package/esm2020/lib/service/estate/estatePropertyDetail.service.mjs +3 -5
  85. package/esm2020/lib/service/estate/estatePropertyDetailGroup.service.mjs +4 -8
  86. package/esm2020/lib/service/estate/estatePropertyExpertPrice.service.mjs +4 -8
  87. package/esm2020/lib/service/estate/estatePropertyHistory.service.mjs +3 -5
  88. package/esm2020/lib/service/estate/estatePropertyShareAgency.service.mjs +3 -5
  89. package/esm2020/lib/service/estate/estatePropertyShareAgent.service.mjs +3 -5
  90. package/esm2020/lib/service/estate/estatePropertyShareSite.service.mjs +4 -8
  91. package/esm2020/lib/service/file/fileCategory.service.mjs +4 -8
  92. package/esm2020/lib/service/file/fileContent.service.mjs +13 -35
  93. package/esm2020/lib/service/hyper-shop/hyperShopCategory.service.mjs +4 -8
  94. package/esm2020/lib/service/hyper-shop/hyperShopContent.service.mjs +7 -17
  95. package/esm2020/lib/service/hyper-shop/hyperShopOrder.service.mjs +5 -11
  96. package/esm2020/lib/service/link-management/linkManagementBillboard.service.mjs +3 -5
  97. package/esm2020/lib/service/link-management/linkManagementEnum.service.mjs +5 -11
  98. package/esm2020/lib/service/link-management/linkManagementTarget.service.mjs +5 -11
  99. package/esm2020/lib/service/link-management/linkManagementTargetBillboardLog.service.mjs +3 -5
  100. package/esm2020/lib/service/news/newsCategory.service.mjs +3 -5
  101. package/esm2020/lib/service/news/newsComment.service.mjs +4 -8
  102. package/esm2020/lib/service/news/newsContent.service.mjs +12 -32
  103. package/esm2020/lib/service/news/newsContentOtherInfo.service.mjs +4 -8
  104. package/esm2020/lib/service/news/newsContentSimilar.service.mjs +4 -8
  105. package/esm2020/lib/service/news/newsContentTag.service.mjs +4 -8
  106. package/esm2020/lib/service/news/newsShareServerCategory.service.mjs +3 -5
  107. package/esm2020/lib/service/polling/pollingCategory.service.mjs +3 -5
  108. package/esm2020/lib/service/polling/pollingVote.service.mjs +3 -5
  109. package/esm2020/lib/service/sms/smsEnum.service.mjs +11 -29
  110. package/esm2020/lib/service/sms/smsLogOutBoxQueue.service.mjs +4 -8
  111. package/esm2020/lib/service/sms/smsLogOutBoxTaskScheduler.service.mjs +4 -8
  112. package/esm2020/lib/service/sms/smsMainApiPath.service.mjs +8 -20
  113. package/esm2020/lib/service/sms/smsMainApiPathPublicConfig.service.mjs +4 -8
  114. package/esm2020/lib/service/sms/smsMainMessageCategory.service.mjs +3 -5
  115. package/esm2020/lib/service/ticketing/ticketingAnswer.service.mjs +3 -5
  116. package/esm2020/lib/service/ticketing/ticketingDepartemen.service.mjs +3 -5
  117. package/esm2020/lib/service/ticketing/ticketingDepartemenOperator.service.mjs +3 -5
  118. package/esm2020/lib/service/ticketing/ticketingEnum.service.mjs +5 -11
  119. package/esm2020/lib/service/ticketing/ticketingFaq.service.mjs +3 -5
  120. package/esm2020/lib/service/ticketing/ticketingTask.service.mjs +5 -11
  121. package/esm2020/lib/service/universal-menu/universalMenuEnum.service.mjs +4 -8
  122. package/esm2020/lib/service/universal-menu/universalMenuMenuItem.service.mjs +4 -8
  123. package/esm2020/lib/service/web-designer/webDesignerEnum.service.mjs +5 -11
  124. package/esm2020/lib/service/web-designer/webDesignerMainMenu.service.mjs +4 -8
  125. package/esm2020/lib/service/web-designer/webDesignerMainPage.service.mjs +8 -20
  126. package/esm2020/lib/service/web-designer/webDesignerMainPageDependency.service.mjs +4 -8
  127. package/fesm2015/ntk-cms-api.mjs +453 -1333
  128. package/fesm2015/ntk-cms-api.mjs.map +1 -1
  129. package/fesm2020/ntk-cms-api.mjs +453 -1333
  130. package/fesm2020/ntk-cms-api.mjs.map +1 -1
  131. package/lib/service/base/apiServerBase.service.d.ts +2 -0
  132. package/package.json +1 -1
@@ -3,7 +3,7 @@ import { Injectable, Component, NgModule, Inject } from '@angular/core';
3
3
  import * as i1 from '@angular/common/http';
4
4
  import { HttpClient } from '@angular/common/http';
5
5
  import { throwError, of, BehaviorSubject } from 'rxjs';
6
- import { retry, map } from 'rxjs/operators';
6
+ import { retry, catchError, map } from 'rxjs/operators';
7
7
 
8
8
  class NtkCmsApiService {
9
9
  constructor() { }
@@ -1145,6 +1145,7 @@ class ApiServerBase {
1145
1145
  constructor(http) {
1146
1146
  this.http = http;
1147
1147
  this.baseUrl = 'https://apicms.ir/api/v2/';
1148
+ this.handleErrorCustom = null;
1148
1149
  this.userToken = '';
1149
1150
  this.deviceToken = '';
1150
1151
  this.configApiRetry = 0;
@@ -1161,6 +1162,10 @@ class ApiServerBase {
1161
1162
  localStorage.setItem(this.keyBaseUrl, url);
1162
1163
  this.configApiRetry = apiRetry;
1163
1164
  }
1165
+ setConfigHandleError(func) {
1166
+ this.handleErrorCustom = func;
1167
+ ;
1168
+ }
1164
1169
  cashApiIsValid(serviceNameKay, cashApiSeconds) {
1165
1170
  if (cashApiSeconds > 0) {
1166
1171
  if (!this.cachApiResult[serviceNameKay])
@@ -1306,6 +1311,8 @@ class ApiServerBase {
1306
1311
  return model;
1307
1312
  }
1308
1313
  handleError(error, caught) {
1314
+ if (this.handleErrorCustom && this.handleErrorCustom != null && this.handleErrorCustom == undefined)
1315
+ return this.handleErrorCustom(error, caught);
1309
1316
  let errorMessage = error.message;
1310
1317
  if (error && error.status) {
1311
1318
  // server-side error
@@ -1313,6 +1320,7 @@ class ApiServerBase {
1313
1320
  if (error.status === 401 || error.status === '401') {
1314
1321
  const title = 'خطای امنیتی';
1315
1322
  const message = 'لطفا مجدد وارد سیستم شود';
1323
+ localStorage.removeItem(this.keyUserToken);
1316
1324
  }
1317
1325
  }
1318
1326
  else if (error.error instanceof ErrorEvent) {
@@ -1342,9 +1350,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1342
1350
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfigDefault', {
1343
1351
  headers: this.getHeaders(),
1344
1352
  })
1345
- .pipe(retry(this.configApiRetry),
1346
- // catchError(this.handleError)
1347
- map((ret) => {
1353
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1348
1354
  return this.errorExceptionResultCheck(ret);
1349
1355
  }));
1350
1356
  }
@@ -1353,9 +1359,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1353
1359
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfigDefault', model, {
1354
1360
  headers: this.getHeaders(),
1355
1361
  })
1356
- .pipe(retry(this.configApiRetry),
1357
- // catchError(this.handleError)
1358
- map((ret) => {
1362
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1359
1363
  return this.errorExceptionResultCheck(ret);
1360
1364
  }));
1361
1365
  }
@@ -1364,9 +1368,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1364
1368
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteStorage/' + id, {
1365
1369
  headers: this.getHeaders(),
1366
1370
  })
1367
- .pipe(retry(this.configApiRetry),
1368
- // catchError(this.handleError)
1369
- map((ret) => {
1371
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1370
1372
  return this.errorExceptionResultCheck(ret);
1371
1373
  }));
1372
1374
  }
@@ -1375,9 +1377,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1375
1377
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteStorage/' + Siteid, model, {
1376
1378
  headers: this.getHeaders(),
1377
1379
  })
1378
- .pipe(retry(this.configApiRetry),
1379
- // catchError(this.handleError)
1380
- map((ret) => {
1380
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1381
1381
  return this.errorExceptionResultCheck(ret);
1382
1382
  }));
1383
1383
  }
@@ -1386,9 +1386,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1386
1386
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfig/' + id, {
1387
1387
  headers: this.getHeaders(),
1388
1388
  })
1389
- .pipe(retry(this.configApiRetry),
1390
- // catchError(this.handleError)
1391
- map((ret) => {
1389
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1392
1390
  return this.errorExceptionResultCheck(ret);
1393
1391
  }));
1394
1392
  }
@@ -1397,9 +1395,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1397
1395
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfig/' + Siteid, model, {
1398
1396
  headers: this.getHeaders(),
1399
1397
  })
1400
- .pipe(retry(this.configApiRetry),
1401
- // catchError(this.handleError)
1402
- map((ret) => {
1398
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1403
1399
  return this.errorExceptionResultCheck(ret);
1404
1400
  }));
1405
1401
  }
@@ -1408,9 +1404,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1408
1404
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccess/' + Siteid, {
1409
1405
  headers: this.getHeaders(),
1410
1406
  })
1411
- .pipe(retry(this.configApiRetry),
1412
- // catchError(this.handleError)
1413
- map((ret) => {
1407
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1414
1408
  return this.errorExceptionResultCheck(ret);
1415
1409
  }));
1416
1410
  }
@@ -1419,9 +1413,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1419
1413
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccess/' + Siteid, model, {
1420
1414
  headers: this.getHeaders(),
1421
1415
  })
1422
- .pipe(retry(this.configApiRetry),
1423
- // catchError(this.handleError)
1424
- map((ret) => {
1416
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1425
1417
  return this.errorExceptionResultCheck(ret);
1426
1418
  }));
1427
1419
  }
@@ -1430,9 +1422,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1430
1422
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccessDefault/', {
1431
1423
  headers: this.getHeaders(),
1432
1424
  })
1433
- .pipe(retry(this.configApiRetry),
1434
- // catchError(this.handleError)
1435
- map((ret) => {
1425
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1436
1426
  return this.errorExceptionResultCheck(ret);
1437
1427
  }));
1438
1428
  }
@@ -1441,9 +1431,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1441
1431
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccessDefault/', model, {
1442
1432
  headers: this.getHeaders(),
1443
1433
  })
1444
- .pipe(retry(this.configApiRetry),
1445
- // catchError(this.handleError)
1446
- map((ret) => {
1434
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1447
1435
  return this.errorExceptionResultCheck(ret);
1448
1436
  }));
1449
1437
  }
@@ -1452,9 +1440,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1452
1440
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/AdminMain/', {
1453
1441
  headers: this.getHeaders(),
1454
1442
  })
1455
- .pipe(retry(this.configApiRetry),
1456
- // catchError(this.handleError)
1457
- map((ret) => {
1443
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1458
1444
  return this.errorExceptionResultCheck(ret);
1459
1445
  }));
1460
1446
  }
@@ -1463,9 +1449,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1463
1449
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/AdminMain/', model, {
1464
1450
  headers: this.getHeaders(),
1465
1451
  })
1466
- .pipe(retry(this.configApiRetry),
1467
- // catchError(this.handleError)
1468
- map((ret) => {
1452
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1469
1453
  return this.errorExceptionResultCheck(ret);
1470
1454
  }));
1471
1455
  }
@@ -1474,9 +1458,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1474
1458
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/CheckSite/' + id, {
1475
1459
  headers: this.getHeaders(),
1476
1460
  })
1477
- .pipe(retry(this.configApiRetry),
1478
- // catchError(this.handleError)
1479
- map((ret) => {
1461
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1480
1462
  return this.errorExceptionResultCheck(ret);
1481
1463
  }));
1482
1464
  }
@@ -1485,9 +1467,7 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1485
1467
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/CheckUser/' + id, {
1486
1468
  headers: this.getHeaders(),
1487
1469
  })
1488
- .pipe(retry(this.configApiRetry),
1489
- // catchError(this.handleError)
1490
- map((ret) => {
1470
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1491
1471
  return this.errorExceptionResultCheck(ret);
1492
1472
  }));
1493
1473
  }
@@ -1502,9 +1482,7 @@ class CoreConfigurationService extends ApiServerConfigSiteBase {
1502
1482
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/UserMembershipRule', {
1503
1483
  headers: this.getHeaders(),
1504
1484
  })
1505
- .pipe(
1506
- // catchError(this.handleError)
1507
- map((ret) => {
1485
+ .pipe(catchError(this.handleError), map((ret) => {
1508
1486
  return this.errorExceptionResultCheck(ret);
1509
1487
  }));
1510
1488
  }
@@ -1513,9 +1491,7 @@ class CoreConfigurationService extends ApiServerConfigSiteBase {
1513
1491
  .get(this.getBaseUrl() + 'ip', {
1514
1492
  headers: this.getHeaders(),
1515
1493
  })
1516
- .pipe(
1517
- // catchError(this.handleError)
1518
- map((ret) => {
1494
+ .pipe(catchError(this.handleError), map((ret) => {
1519
1495
  return ret;
1520
1496
  }));
1521
1497
  }
@@ -1536,9 +1512,7 @@ class ApiCmsServerBase extends ApiServerBase {
1536
1512
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ViewModel', {
1537
1513
  headers: this.getHeaders(),
1538
1514
  })
1539
- .pipe(
1540
- // catchError(this.handleError)
1541
- map((ret) => {
1515
+ .pipe(catchError(this.handleError), map((ret) => {
1542
1516
  return this.errorExceptionResultBaseCheck(ret);
1543
1517
  }));
1544
1518
  }
@@ -1548,9 +1522,7 @@ class ApiCmsServerBase extends ApiServerBase {
1548
1522
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileGetAll', {
1549
1523
  headers: this.getHeaders(),
1550
1524
  })
1551
- .pipe(
1552
- // catchError(this.handleError)
1553
- map((ret) => {
1525
+ .pipe(catchError(this.handleError), map((ret) => {
1554
1526
  return this.errorExceptionResultCheck(ret);
1555
1527
  }));
1556
1528
  }
@@ -1559,9 +1531,7 @@ class ApiCmsServerBase extends ApiServerBase {
1559
1531
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAll', model, {
1560
1532
  headers: this.getHeaders(),
1561
1533
  })
1562
- .pipe(retry(this.configApiRetry),
1563
- // catchError(this.handleError)
1564
- map((ret) => {
1534
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1565
1535
  return this.errorExceptionResultCheck(ret);
1566
1536
  }));
1567
1537
  }
@@ -1570,9 +1540,7 @@ class ApiCmsServerBase extends ApiServerBase {
1570
1540
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAllEditor', model, {
1571
1541
  headers: this.getHeaders(),
1572
1542
  })
1573
- .pipe(retry(this.configApiRetry),
1574
- // catchError(this.handleError)
1575
- map((ret) => {
1543
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1576
1544
  return this.errorExceptionResultCheck(ret);
1577
1545
  }));
1578
1546
  }
@@ -1587,9 +1555,7 @@ class ApiCmsServerBase extends ApiServerBase {
1587
1555
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/' + id, {
1588
1556
  headers: this.getHeaders(),
1589
1557
  })
1590
- .pipe(retry(this.configApiRetry),
1591
- // catchError(this.handleError)
1592
- map((ret) => {
1558
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1593
1559
  //! optimaze call api
1594
1560
  if (cashApiSeconds > 0) {
1595
1561
  this.cachApiResult[serviceNameKay] = ret;
@@ -1604,9 +1570,7 @@ class ApiCmsServerBase extends ApiServerBase {
1604
1570
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Count', model, {
1605
1571
  headers: this.getHeaders(),
1606
1572
  })
1607
- .pipe(retry(this.configApiRetry),
1608
- // catchError(this.handleError)
1609
- map((ret) => {
1573
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1610
1574
  return this.errorExceptionResultBaseCheck(ret);
1611
1575
  }));
1612
1576
  }
@@ -1616,9 +1580,7 @@ class ApiCmsServerBase extends ApiServerBase {
1616
1580
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetStatus/' + id + "/" + recordStatus, {
1617
1581
  headers: this.getHeaders(),
1618
1582
  })
1619
- .pipe(retry(this.configApiRetry),
1620
- // catchError(this.handleError)
1621
- map((ret) => {
1583
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1622
1584
  return this.errorExceptionResultCheck(ret);
1623
1585
  }));
1624
1586
  }
@@ -1627,9 +1589,7 @@ class ApiCmsServerBase extends ApiServerBase {
1627
1589
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/exist', model, {
1628
1590
  headers: this.getHeaders(),
1629
1591
  })
1630
- .pipe(retry(this.configApiRetry),
1631
- // catchError(this.handleError)
1632
- map((ret) => {
1592
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1633
1593
  return this.errorExceptionResultBaseCheck(ret);
1634
1594
  }));
1635
1595
  }
@@ -1638,9 +1598,7 @@ class ApiCmsServerBase extends ApiServerBase {
1638
1598
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ExportFile', model, {
1639
1599
  headers: this.getHeaders(),
1640
1600
  })
1641
- .pipe(retry(this.configApiRetry),
1642
- // catchError(this.handleError)
1643
- map((ret) => {
1601
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1644
1602
  return this.errorExceptionResultCheckExportFile(ret);
1645
1603
  }));
1646
1604
  }
@@ -1653,9 +1611,7 @@ class ApiCmsServerBase extends ApiServerBase {
1653
1611
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ExportFile/' + id, model, {
1654
1612
  headers: this.getHeaders(),
1655
1613
  })
1656
- .pipe(retry(this.configApiRetry),
1657
- // catchError(this.handleError)
1658
- map((ret) => {
1614
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1659
1615
  return this.errorExceptionResultCheckExportFile(ret);
1660
1616
  }));
1661
1617
  }
@@ -1665,9 +1621,7 @@ class ApiCmsServerBase extends ApiServerBase {
1665
1621
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/', model, {
1666
1622
  headers: this.getHeaders(),
1667
1623
  })
1668
- .pipe(retry(this.configApiRetry),
1669
- // catchError(this.handleError)
1670
- map((ret) => {
1624
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1671
1625
  return this.errorExceptionResultCheck(ret);
1672
1626
  }));
1673
1627
  }
@@ -1677,9 +1631,7 @@ class ApiCmsServerBase extends ApiServerBase {
1677
1631
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/', model, {
1678
1632
  headers: this.getHeaders(),
1679
1633
  })
1680
- .pipe(retry(this.configApiRetry),
1681
- // catchError(this.handleError)
1682
- map((ret) => {
1634
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1683
1635
  return this.errorExceptionResultCheck(ret);
1684
1636
  }));
1685
1637
  }
@@ -1689,9 +1641,7 @@ class ApiCmsServerBase extends ApiServerBase {
1689
1641
  .delete(this.getBaseUrl() + this.getModuleControllerUrl() + '/' + id, {
1690
1642
  headers: this.getHeaders(),
1691
1643
  })
1692
- .pipe(retry(this.configApiRetry),
1693
- // catchError(this.handleError)
1694
- map((ret) => {
1644
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1695
1645
  return this.errorExceptionResultCheck(ret);
1696
1646
  }));
1697
1647
  }
@@ -1701,9 +1651,7 @@ class ApiCmsServerBase extends ApiServerBase {
1701
1651
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteList', ids, {
1702
1652
  headers: this.getHeaders(),
1703
1653
  })
1704
- .pipe(retry(this.configApiRetry),
1705
- // catchError(this.handleError)
1706
- map((ret) => {
1654
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1707
1655
  return this.errorExceptionResultCheck(ret);
1708
1656
  }));
1709
1657
  }
@@ -1713,9 +1661,7 @@ class ApiCmsServerBase extends ApiServerBase {
1713
1661
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/delete', model, {
1714
1662
  headers: this.getHeaders(),
1715
1663
  })
1716
- .pipe(retry(this.configApiRetry),
1717
- // catchError(this.handleError)
1718
- map((ret) => {
1664
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1719
1665
  return this.errorExceptionResultCheck(ret);
1720
1666
  }));
1721
1667
  }
@@ -1726,9 +1672,7 @@ class ApiCmsServerBase extends ApiServerBase {
1726
1672
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoAdd', model, {
1727
1673
  headers: this.getHeaders(),
1728
1674
  })
1729
- .pipe(retry(this.configApiRetry),
1730
- // catchError(this.handleError)
1731
- map((ret) => {
1675
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1732
1676
  return this.errorExceptionResultCheck(ret);
1733
1677
  }));
1734
1678
  }
@@ -1738,9 +1682,7 @@ class ApiCmsServerBase extends ApiServerBase {
1738
1682
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoDelete/' + id, {
1739
1683
  headers: this.getHeaders(),
1740
1684
  })
1741
- .pipe(retry(this.configApiRetry),
1742
- // catchError(this.handleError)
1743
- map((ret) => {
1685
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1744
1686
  return this.errorExceptionResultCheck(ret);
1745
1687
  }));
1746
1688
  }
@@ -1750,9 +1692,7 @@ class ApiCmsServerBase extends ApiServerBase {
1750
1692
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoGetAll/', {
1751
1693
  headers: this.getHeaders(),
1752
1694
  })
1753
- .pipe(retry(this.configApiRetry),
1754
- // catchError(this.handleError)
1755
- map((ret) => {
1695
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1756
1696
  return this.errorExceptionResultCheck(ret);
1757
1697
  }));
1758
1698
  }
@@ -1762,9 +1702,7 @@ class ApiCmsServerBase extends ApiServerBase {
1762
1702
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoGetAll/' + id, {
1763
1703
  headers: this.getHeaders(),
1764
1704
  })
1765
- .pipe(retry(this.configApiRetry),
1766
- // catchError(this.handleError)
1767
- map((ret) => {
1705
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1768
1706
  return this.errorExceptionResultCheck(ret);
1769
1707
  }));
1770
1708
  }
@@ -1776,9 +1714,7 @@ class ApiCmsServerBase extends ApiServerBase {
1776
1714
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinAdd/' + id, {
1777
1715
  headers: this.getHeaders(),
1778
1716
  })
1779
- .pipe(retry(this.configApiRetry),
1780
- // catchError(this.handleError)
1781
- map((ret) => {
1717
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1782
1718
  return this.errorExceptionResultCheck(ret);
1783
1719
  }));
1784
1720
  }
@@ -1788,9 +1724,7 @@ class ApiCmsServerBase extends ApiServerBase {
1788
1724
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinDelete/' + id, {
1789
1725
  headers: this.getHeaders(),
1790
1726
  })
1791
- .pipe(retry(this.configApiRetry),
1792
- // catchError(this.handleError)
1793
- map((ret) => {
1727
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1794
1728
  return this.errorExceptionResultCheck(ret);
1795
1729
  }));
1796
1730
  }
@@ -1800,9 +1734,7 @@ class ApiCmsServerBase extends ApiServerBase {
1800
1734
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinCheck/' + id, {
1801
1735
  headers: this.getHeaders(),
1802
1736
  })
1803
- .pipe(retry(this.configApiRetry),
1804
- // catchError(this.handleError)
1805
- map((ret) => {
1737
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1806
1738
  return this.errorExceptionResultCheck(ret);
1807
1739
  }));
1808
1740
  }
@@ -1812,9 +1744,7 @@ class ApiCmsServerBase extends ApiServerBase {
1812
1744
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinGetAll/', {
1813
1745
  headers: this.getHeaders(),
1814
1746
  })
1815
- .pipe(retry(this.configApiRetry),
1816
- // catchError(this.handleError)
1817
- map((ret) => {
1747
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1818
1748
  return this.errorExceptionResultCheck(ret);
1819
1749
  }));
1820
1750
  }
@@ -1824,9 +1754,7 @@ class ApiCmsServerBase extends ApiServerBase {
1824
1754
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinGetAll/' + id, {
1825
1755
  headers: this.getHeaders(),
1826
1756
  })
1827
- .pipe(retry(this.configApiRetry),
1828
- // catchError(this.handleError)
1829
- map((ret) => {
1757
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1830
1758
  return this.errorExceptionResultCheck(ret);
1831
1759
  }));
1832
1760
  }
@@ -1838,9 +1766,7 @@ class ApiCmsServerBase extends ApiServerBase {
1838
1766
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskAdd', model, {
1839
1767
  headers: this.getHeaders(),
1840
1768
  })
1841
- .pipe(retry(this.configApiRetry),
1842
- // catchError(this.handleError)
1843
- map((ret) => {
1769
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1844
1770
  return this.errorExceptionResultCheck(ret);
1845
1771
  }));
1846
1772
  }
@@ -1850,9 +1776,7 @@ class ApiCmsServerBase extends ApiServerBase {
1850
1776
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskDelete/' + id, {
1851
1777
  headers: this.getHeaders(),
1852
1778
  })
1853
- .pipe(retry(this.configApiRetry),
1854
- // catchError(this.handleError)
1855
- map((ret) => {
1779
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1856
1780
  return this.errorExceptionResultCheck(ret);
1857
1781
  }));
1858
1782
  }
@@ -1862,9 +1786,7 @@ class ApiCmsServerBase extends ApiServerBase {
1862
1786
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskGetAll/', {
1863
1787
  headers: this.getHeaders(),
1864
1788
  })
1865
- .pipe(retry(this.configApiRetry),
1866
- // catchError(this.handleError)
1867
- map((ret) => {
1789
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1868
1790
  return this.errorExceptionResultCheck(ret);
1869
1791
  }));
1870
1792
  }
@@ -1874,9 +1796,7 @@ class ApiCmsServerBase extends ApiServerBase {
1874
1796
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskGetAll/' + id, {
1875
1797
  headers: this.getHeaders(),
1876
1798
  })
1877
- .pipe(retry(this.configApiRetry),
1878
- // catchError(this.handleError)
1879
- map((ret) => {
1799
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1880
1800
  return this.errorExceptionResultCheck(ret);
1881
1801
  }));
1882
1802
  }
@@ -1888,9 +1808,7 @@ class ApiCmsServerBase extends ApiServerBase {
1888
1808
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentAdd', model, {
1889
1809
  headers: this.getHeaders(),
1890
1810
  })
1891
- .pipe(retry(this.configApiRetry),
1892
- // catchError(this.handleError)
1893
- map((ret) => {
1811
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1894
1812
  return this.errorExceptionResultCheck(ret);
1895
1813
  }));
1896
1814
  }
@@ -1900,9 +1818,7 @@ class ApiCmsServerBase extends ApiServerBase {
1900
1818
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentDelete/' + id, {
1901
1819
  headers: this.getHeaders(),
1902
1820
  })
1903
- .pipe(retry(this.configApiRetry),
1904
- // catchError(this.handleError)
1905
- map((ret) => {
1821
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1906
1822
  return this.errorExceptionResultCheck(ret);
1907
1823
  }));
1908
1824
  }
@@ -1912,9 +1828,7 @@ class ApiCmsServerBase extends ApiServerBase {
1912
1828
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentGetAll/', {
1913
1829
  headers: this.getHeaders(),
1914
1830
  })
1915
- .pipe(retry(this.configApiRetry),
1916
- // catchError(this.handleError)
1917
- map((ret) => {
1831
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1918
1832
  return this.errorExceptionResultCheck(ret);
1919
1833
  }));
1920
1834
  }
@@ -1924,9 +1838,7 @@ class ApiCmsServerBase extends ApiServerBase {
1924
1838
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentGetAll/' + id, {
1925
1839
  headers: this.getHeaders(),
1926
1840
  })
1927
- .pipe(retry(this.configApiRetry),
1928
- // catchError(this.handleError)
1929
- map((ret) => {
1841
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1930
1842
  return this.errorExceptionResultCheck(ret);
1931
1843
  }));
1932
1844
  }
@@ -1937,9 +1849,7 @@ class ApiCmsServerBase extends ApiServerBase {
1937
1849
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShowKeyAdd', model, {
1938
1850
  headers: this.getHeaders(),
1939
1851
  })
1940
- .pipe(retry(this.configApiRetry),
1941
- // catchError(this.handleError)
1942
- map((ret) => {
1852
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1943
1853
  return this.errorExceptionResultCheck(ret);
1944
1854
  }));
1945
1855
  }
@@ -1949,9 +1859,7 @@ class ApiCmsServerBase extends ApiServerBase {
1949
1859
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShowKeyGetAll/' + id, {
1950
1860
  headers: this.getHeaders(),
1951
1861
  })
1952
- .pipe(retry(this.configApiRetry),
1953
- // catchError(this.handleError)
1954
- map((ret) => {
1862
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1955
1863
  return this.errorExceptionResultCheck(ret);
1956
1864
  }));
1957
1865
  }
@@ -1975,9 +1883,7 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1975
1883
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
1976
1884
  headers: this.getHeaders(),
1977
1885
  })
1978
- .pipe(retry(this.configApiRetry),
1979
- // catchError(this.handleError)
1980
- map((ret) => {
1886
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1981
1887
  return this.errorExceptionResultCheck(ret);
1982
1888
  }));
1983
1889
  }
@@ -1990,9 +1896,7 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1990
1896
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMenu', model, {
1991
1897
  headers: this.getHeaders(),
1992
1898
  })
1993
- .pipe(retry(this.configApiRetry),
1994
- // catchError(this.handleError)
1995
- map((ret) => {
1899
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1996
1900
  // if (ret.item != null) {
1997
1901
  // this.coreCpMainMenu.next(ret.listItems);
1998
1902
  // }
@@ -2007,9 +1911,7 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
2007
1911
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
2008
1912
  headers: this.getHeaders(),
2009
1913
  })
2010
- .pipe(retry(this.configApiRetry),
2011
- // catchError(this.handleError)
2012
- map((ret) => {
1914
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2013
1915
  return this.errorExceptionResultBaseCheck(ret);
2014
1916
  }));
2015
1917
  }
@@ -2045,9 +1947,7 @@ class CoreEnumService extends ApiServerBase {
2045
1947
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/RecordStatusEnum', {
2046
1948
  headers: this.getHeaders(),
2047
1949
  })
2048
- .pipe(
2049
- // catchError(this.handleError)
2050
- map((ret) => {
1950
+ .pipe(catchError(this.handleError), map((ret) => {
2051
1951
  //! optimaze call api
2052
1952
  if (cashApiSeconds > 0) {
2053
1953
  this.cachApiResult[serviceNameKay] = ret;
@@ -2062,9 +1962,7 @@ class CoreEnumService extends ApiServerBase {
2062
1962
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LocationTypeEnum', {
2063
1963
  headers: this.getHeaders(),
2064
1964
  })
2065
- .pipe(
2066
- // catchError(this.handleError)
2067
- map((ret) => {
1965
+ .pipe(catchError(this.handleError), map((ret) => {
2068
1966
  return this.errorExceptionResultCheck(ret);
2069
1967
  }));
2070
1968
  }
@@ -2073,9 +1971,7 @@ class CoreEnumService extends ApiServerBase {
2073
1971
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserLanguageEnum', {
2074
1972
  headers: this.getHeaders(),
2075
1973
  })
2076
- .pipe(
2077
- // catchError(this.handleError)
2078
- map((ret) => {
1974
+ .pipe(catchError(this.handleError), map((ret) => {
2079
1975
  return this.errorExceptionResultCheck(ret);
2080
1976
  }));
2081
1977
  }
@@ -2087,9 +1983,7 @@ class CoreEnumService extends ApiServerBase {
2087
1983
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GenderEnum', {
2088
1984
  headers: this.getHeaders(),
2089
1985
  })
2090
- .pipe(
2091
- // catchError(this.handleError)
2092
- map((ret) => {
1986
+ .pipe(catchError(this.handleError), map((ret) => {
2093
1987
  return this.errorExceptionResultCheck(ret);
2094
1988
  }));
2095
1989
  }
@@ -2098,9 +1992,7 @@ class CoreEnumService extends ApiServerBase {
2098
1992
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MenuPlaceTypeEnum', {
2099
1993
  headers: this.getHeaders(),
2100
1994
  })
2101
- .pipe(
2102
- // catchError(this.handleError)
2103
- map((ret) => {
1995
+ .pipe(catchError(this.handleError), map((ret) => {
2104
1996
  return this.errorExceptionResultCheck(ret);
2105
1997
  }));
2106
1998
  }
@@ -2109,9 +2001,7 @@ class CoreEnumService extends ApiServerBase {
2109
2001
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SiteStatusEnum', {
2110
2002
  headers: this.getHeaders(),
2111
2003
  })
2112
- .pipe(
2113
- // catchError(this.handleError)
2114
- map((ret) => {
2004
+ .pipe(catchError(this.handleError), map((ret) => {
2115
2005
  return this.errorExceptionResultCheck(ret);
2116
2006
  }));
2117
2007
  }
@@ -2120,9 +2010,7 @@ class CoreEnumService extends ApiServerBase {
2120
2010
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GenderTypeEnum', {
2121
2011
  headers: this.getHeaders(),
2122
2012
  })
2123
- .pipe(
2124
- // catchError(this.handleError)
2125
- map((ret) => {
2013
+ .pipe(catchError(this.handleError), map((ret) => {
2126
2014
  return this.errorExceptionResultCheck(ret);
2127
2015
  }));
2128
2016
  }
@@ -2131,9 +2019,7 @@ class CoreEnumService extends ApiServerBase {
2131
2019
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsSiteMenuAreaTypeEnum', {
2132
2020
  headers: this.getHeaders(),
2133
2021
  })
2134
- .pipe(
2135
- // catchError(this.handleError)
2136
- map((ret) => {
2022
+ .pipe(catchError(this.handleError), map((ret) => {
2137
2023
  return this.errorExceptionResultCheck(ret);
2138
2024
  }));
2139
2025
  }
@@ -2142,9 +2028,7 @@ class CoreEnumService extends ApiServerBase {
2142
2028
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LanguageEnum', {
2143
2029
  headers: this.getHeaders(),
2144
2030
  })
2145
- .pipe(
2146
- // catchError(this.handleError)
2147
- map((ret) => {
2031
+ .pipe(catchError(this.handleError), map((ret) => {
2148
2032
  return this.errorExceptionResultCheck(ret);
2149
2033
  }));
2150
2034
  }
@@ -2153,9 +2037,7 @@ class CoreEnumService extends ApiServerBase {
2153
2037
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeviceTypeEnum', {
2154
2038
  headers: this.getHeaders(),
2155
2039
  })
2156
- .pipe(
2157
- // catchError(this.handleError)
2158
- map((ret) => {
2040
+ .pipe(catchError(this.handleError), map((ret) => {
2159
2041
  return this.errorExceptionResultCheck(ret);
2160
2042
  }));
2161
2043
  }
@@ -2164,9 +2046,7 @@ class CoreEnumService extends ApiServerBase {
2164
2046
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OperatingSystemTypeEnum', {
2165
2047
  headers: this.getHeaders(),
2166
2048
  })
2167
- .pipe(
2168
- // catchError(this.handleError)
2169
- map((ret) => {
2049
+ .pipe(catchError(this.handleError), map((ret) => {
2170
2050
  return this.errorExceptionResultCheck(ret);
2171
2051
  }));
2172
2052
  }
@@ -2175,9 +2055,7 @@ class CoreEnumService extends ApiServerBase {
2175
2055
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManageUserAccessAreaTypesEnum', {
2176
2056
  headers: this.getHeaders(),
2177
2057
  })
2178
- .pipe(
2179
- // catchError(this.handleError)
2180
- map((ret) => {
2058
+ .pipe(catchError(this.handleError), map((ret) => {
2181
2059
  return this.errorExceptionResultCheck(ret);
2182
2060
  }));
2183
2061
  }
@@ -2186,9 +2064,7 @@ class CoreEnumService extends ApiServerBase {
2186
2064
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManageUserAccessUserTypesEnum', {
2187
2065
  headers: this.getHeaders(),
2188
2066
  })
2189
- .pipe(
2190
- // catchError(this.handleError)
2191
- map((ret) => {
2067
+ .pipe(catchError(this.handleError), map((ret) => {
2192
2068
  return this.errorExceptionResultCheck(ret);
2193
2069
  }));
2194
2070
  }
@@ -2197,9 +2073,7 @@ class CoreEnumService extends ApiServerBase {
2197
2073
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendSmsStatusTypeEnum', {
2198
2074
  headers: this.getHeaders(),
2199
2075
  })
2200
- .pipe(
2201
- // catchError(this.handleError)
2202
- map((ret) => {
2076
+ .pipe(catchError(this.handleError), map((ret) => {
2203
2077
  return this.errorExceptionResultCheck(ret);
2204
2078
  }));
2205
2079
  }
@@ -2208,9 +2082,7 @@ class CoreEnumService extends ApiServerBase {
2208
2082
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendEmailStatusTypeEnum', {
2209
2083
  headers: this.getHeaders(),
2210
2084
  })
2211
- .pipe(
2212
- // catchError(this.handleError)
2213
- map((ret) => {
2085
+ .pipe(catchError(this.handleError), map((ret) => {
2214
2086
  return this.errorExceptionResultCheck(ret);
2215
2087
  }));
2216
2088
  }
@@ -2219,9 +2091,7 @@ class CoreEnumService extends ApiServerBase {
2219
2091
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotificationStatusTypeEnum', {
2220
2092
  headers: this.getHeaders(),
2221
2093
  })
2222
- .pipe(
2223
- // catchError(this.handleError)
2224
- map((ret) => {
2094
+ .pipe(catchError(this.handleError), map((ret) => {
2225
2095
  return this.errorExceptionResultCheck(ret);
2226
2096
  }));
2227
2097
  }
@@ -2230,9 +2100,7 @@ class CoreEnumService extends ApiServerBase {
2230
2100
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReceiverNotificationStatusTypeEnum', {
2231
2101
  headers: this.getHeaders(),
2232
2102
  })
2233
- .pipe(
2234
- // catchError(this.handleError)
2235
- map((ret) => {
2103
+ .pipe(catchError(this.handleError), map((ret) => {
2236
2104
  return this.errorExceptionResultCheck(ret);
2237
2105
  }));
2238
2106
  }
@@ -2241,9 +2109,7 @@ class CoreEnumService extends ApiServerBase {
2241
2109
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsModuleSaleItemTypeEnum', {
2242
2110
  headers: this.getHeaders(),
2243
2111
  })
2244
- .pipe(
2245
- // catchError(this.handleError)
2246
- map((ret) => {
2112
+ .pipe(catchError(this.handleError), map((ret) => {
2247
2113
  return this.errorExceptionResultCheck(ret);
2248
2114
  }));
2249
2115
  }
@@ -2252,9 +2118,7 @@ class CoreEnumService extends ApiServerBase {
2252
2118
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
2253
2119
  headers: this.getHeaders(),
2254
2120
  })
2255
- .pipe(
2256
- // catchError(this.handleError)
2257
- map((ret) => {
2121
+ .pipe(catchError(this.handleError), map((ret) => {
2258
2122
  return this.errorExceptionResultCheck(ret);
2259
2123
  }));
2260
2124
  }
@@ -2263,9 +2127,7 @@ class CoreEnumService extends ApiServerBase {
2263
2127
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileTypeEnum', {
2264
2128
  headers: this.getHeaders(),
2265
2129
  })
2266
- .pipe(
2267
- // catchError(this.handleError)
2268
- map((ret) => {
2130
+ .pipe(catchError(this.handleError), map((ret) => {
2269
2131
  return this.errorExceptionResultCheck(ret);
2270
2132
  }));
2271
2133
  }
@@ -2274,9 +2136,7 @@ class CoreEnumService extends ApiServerBase {
2274
2136
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserClaimKindsEnum', {
2275
2137
  headers: this.getHeaders(),
2276
2138
  })
2277
- .pipe(
2278
- // catchError(this.handleError)
2279
- map((ret) => {
2139
+ .pipe(catchError(this.handleError), map((ret) => {
2280
2140
  return this.errorExceptionResultCheck(ret);
2281
2141
  }));
2282
2142
  }
@@ -2285,9 +2145,7 @@ class CoreEnumService extends ApiServerBase {
2285
2145
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserClaimGroupActionTypeEnum', {
2286
2146
  headers: this.getHeaders(),
2287
2147
  })
2288
- .pipe(
2289
- // catchError(this.handleError)
2290
- map((ret) => {
2148
+ .pipe(catchError(this.handleError), map((ret) => {
2291
2149
  return this.errorExceptionResultCheck(ret);
2292
2150
  }));
2293
2151
  }
@@ -2296,9 +2154,7 @@ class CoreEnumService extends ApiServerBase {
2296
2154
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/InputDataTypeEnum', {
2297
2155
  headers: this.getHeaders(),
2298
2156
  })
2299
- .pipe(
2300
- // catchError(this.handleError)
2301
- map((ret) => {
2157
+ .pipe(catchError(this.handleError), map((ret) => {
2302
2158
  return this.errorExceptionResultCheck(ret);
2303
2159
  }));
2304
2160
  }
@@ -2322,9 +2178,7 @@ class CoreGuideService extends ApiCmsServerBase {
2322
2178
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
2323
2179
  headers: this.getHeaders(),
2324
2180
  })
2325
- .pipe(retry(this.configApiRetry),
2326
- // catchError(this.handleError)
2327
- map((ret) => {
2181
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2328
2182
  return this.errorExceptionResultCheck(ret);
2329
2183
  }));
2330
2184
  }
@@ -2336,9 +2190,7 @@ class CoreGuideService extends ApiCmsServerBase {
2336
2190
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
2337
2191
  headers: this.getHeaders(),
2338
2192
  })
2339
- .pipe(retry(this.configApiRetry),
2340
- // catchError(this.handleError)
2341
- map((ret) => {
2193
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2342
2194
  return this.errorExceptionResultBaseCheck(ret);
2343
2195
  }));
2344
2196
  }
@@ -2347,9 +2199,7 @@ class CoreGuideService extends ApiCmsServerBase {
2347
2199
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/key/' + key, {
2348
2200
  headers: this.getHeaders(),
2349
2201
  })
2350
- .pipe(retry(this.configApiRetry),
2351
- // catchError(this.handleError)
2352
- map((ret) => {
2202
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2353
2203
  return this.errorExceptionResultCheck(ret);
2354
2204
  }));
2355
2205
  }
@@ -2380,9 +2230,7 @@ class CoreLocationService extends ApiCmsServerBase {
2380
2230
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneIncludeChild/' + id, {
2381
2231
  headers: this.getHeaders(),
2382
2232
  })
2383
- .pipe(retry(this.configApiRetry),
2384
- // catchError(this.handleError)
2385
- map((ret) => {
2233
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2386
2234
  return this.errorExceptionResultCheck(ret);
2387
2235
  }));
2388
2236
  }
@@ -2391,9 +2239,7 @@ class CoreLocationService extends ApiCmsServerBase {
2391
2239
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneIncludeParent/' + id, {
2392
2240
  headers: this.getHeaders(),
2393
2241
  })
2394
- .pipe(retry(this.configApiRetry),
2395
- // catchError(this.handleError)
2396
- map((ret) => {
2242
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2397
2243
  return this.errorExceptionResultCheck(ret);
2398
2244
  }));
2399
2245
  }
@@ -2406,9 +2252,7 @@ class CoreLocationService extends ApiCmsServerBase {
2406
2252
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
2407
2253
  headers: this.getHeaders(),
2408
2254
  })
2409
- .pipe(retry(this.configApiRetry),
2410
- // catchError(this.handleError)
2411
- map((ret) => {
2255
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2412
2256
  return this.errorExceptionResultCheck(ret);
2413
2257
  }));
2414
2258
  }
@@ -2420,9 +2264,7 @@ class CoreLocationService extends ApiCmsServerBase {
2420
2264
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllProvinces', model, {
2421
2265
  headers: this.getHeaders(),
2422
2266
  })
2423
- .pipe(retry(this.configApiRetry),
2424
- // catchError(this.handleError)
2425
- map((ret) => {
2267
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2426
2268
  return this.errorExceptionResultCheck(ret);
2427
2269
  }));
2428
2270
  }
@@ -2434,9 +2276,7 @@ class CoreLocationService extends ApiCmsServerBase {
2434
2276
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCities', model, {
2435
2277
  headers: this.getHeaders(),
2436
2278
  })
2437
- .pipe(retry(this.configApiRetry),
2438
- // catchError(this.handleError)
2439
- map((ret) => {
2279
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2440
2280
  return this.errorExceptionResultCheck(ret);
2441
2281
  }));
2442
2282
  }
@@ -2448,9 +2288,7 @@ class CoreLocationService extends ApiCmsServerBase {
2448
2288
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllNeighbourhoods', model, {
2449
2289
  headers: this.getHeaders(),
2450
2290
  })
2451
- .pipe(retry(this.configApiRetry),
2452
- // catchError(this.handleError)
2453
- map((ret) => {
2291
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2454
2292
  return this.errorExceptionResultCheck(ret);
2455
2293
  }));
2456
2294
  }
@@ -2462,9 +2300,7 @@ class CoreLocationService extends ApiCmsServerBase {
2462
2300
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCountry', model, {
2463
2301
  headers: this.getHeaders(),
2464
2302
  })
2465
- .pipe(retry(this.configApiRetry),
2466
- // catchError(this.handleError)
2467
- map((ret) => {
2303
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2468
2304
  return this.errorExceptionResultCheck(ret);
2469
2305
  }));
2470
2306
  }
@@ -2487,9 +2323,7 @@ class CoreModuleService extends ApiCmsServerBase {
2487
2323
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
2488
2324
  headers: this.getHeaders(),
2489
2325
  })
2490
- .pipe(retry(this.configApiRetry),
2491
- // catchError(this.handleError)
2492
- map((ret) => {
2326
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2493
2327
  return this.errorExceptionResultBaseCheck(ret);
2494
2328
  }));
2495
2329
  }
@@ -2498,9 +2332,7 @@ class CoreModuleService extends ApiCmsServerBase {
2498
2332
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2499
2333
  headers: this.getHeaders(),
2500
2334
  })
2501
- .pipe(retry(this.configApiRetry),
2502
- // catchError(this.handleError)
2503
- map((ret) => {
2335
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2504
2336
  return this.errorExceptionResultCheck(ret);
2505
2337
  }));
2506
2338
  }
@@ -2509,9 +2341,7 @@ class CoreModuleService extends ApiCmsServerBase {
2509
2341
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Config/', MoudleClassName, {
2510
2342
  headers: this.getHeaders(),
2511
2343
  })
2512
- .pipe(retry(this.configApiRetry),
2513
- // catchError(this.handleError)
2514
- map((ret) => {
2344
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2515
2345
  return this.errorExceptionResultCheck(ret);
2516
2346
  }));
2517
2347
  }
@@ -2523,9 +2353,7 @@ class CoreModuleService extends ApiCmsServerBase {
2523
2353
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithModuleConfig/', model, {
2524
2354
  headers: this.getHeaders(),
2525
2355
  })
2526
- .pipe(retry(this.configApiRetry),
2527
- // catchError(this.handleError)
2528
- map((ret) => {
2356
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2529
2357
  return this.errorExceptionResultCheck(ret);
2530
2358
  }));
2531
2359
  }
@@ -2534,9 +2362,7 @@ class CoreModuleService extends ApiCmsServerBase {
2534
2362
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetViewModelWithModuleConfig/' + id, {
2535
2363
  headers: this.getHeaders(),
2536
2364
  })
2537
- .pipe(retry(this.configApiRetry),
2538
- // catchError(this.handleError)
2539
- map((ret) => {
2365
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2540
2366
  return this.errorExceptionResultCheck(ret);
2541
2367
  }));
2542
2368
  }
@@ -2548,9 +2374,7 @@ class CoreModuleService extends ApiCmsServerBase {
2548
2374
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllModuleName/', model, {
2549
2375
  headers: this.getHeaders(),
2550
2376
  })
2551
- .pipe(retry(this.configApiRetry),
2552
- // catchError(this.handleError)
2553
- map((ret) => {
2377
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2554
2378
  return this.errorExceptionResultCheck(ret);
2555
2379
  }));
2556
2380
  }
@@ -2562,9 +2386,7 @@ class CoreModuleService extends ApiCmsServerBase {
2562
2386
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllByCategorySiteId/' + CategorySiteId, model, {
2563
2387
  headers: this.getHeaders(),
2564
2388
  })
2565
- .pipe(retry(this.configApiRetry),
2566
- // catchError(this.handleError)
2567
- map((ret) => {
2389
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2568
2390
  return this.errorExceptionResultCheck(ret);
2569
2391
  }));
2570
2392
  }
@@ -2584,9 +2406,7 @@ class CoreModuleEntityService extends ApiCmsServerBase {
2584
2406
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2585
2407
  headers: this.getHeaders(),
2586
2408
  })
2587
- .pipe(retry(this.configApiRetry),
2588
- // catchError(this.handleError)
2589
- map((ret) => {
2409
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2590
2410
  return this.errorExceptionResultCheck(ret);
2591
2411
  }));
2592
2412
  }
@@ -2617,9 +2437,7 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2617
2437
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2618
2438
  headers: this.getHeaders(),
2619
2439
  })
2620
- .pipe(retry(this.configApiRetry),
2621
- // catchError(this.handleError)
2622
- map((ret) => {
2440
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2623
2441
  return this.errorExceptionResultCheck(ret);
2624
2442
  }));
2625
2443
  }
@@ -2631,9 +2449,7 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2631
2449
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/', model, {
2632
2450
  headers: this.getHeaders(),
2633
2451
  })
2634
- .pipe(retry(this.configApiRetry),
2635
- // catchError(this.handleError)
2636
- map((ret) => {
2452
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2637
2453
  return this.errorExceptionResultCheck(ret);
2638
2454
  }));
2639
2455
  }
@@ -2645,9 +2461,7 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2645
2461
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithJsonFormatter/', model, {
2646
2462
  headers: this.getHeaders(),
2647
2463
  })
2648
- .pipe(retry(this.configApiRetry),
2649
- // catchError(this.handleError)
2650
- map((ret) => {
2464
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2651
2465
  return this.errorExceptionResultCheck(ret);
2652
2466
  }));
2653
2467
  }
@@ -2678,9 +2492,7 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2678
2492
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ConfigSite', model, {
2679
2493
  headers: this.getHeaders(),
2680
2494
  })
2681
- .pipe(retry(this.configApiRetry),
2682
- // catchError(this.handleError)
2683
- map((ret) => {
2495
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2684
2496
  return this.errorExceptionResultCheck(ret);
2685
2497
  }));
2686
2498
  }
@@ -2689,9 +2501,7 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2689
2501
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditConfigSite', model, {
2690
2502
  headers: this.getHeaders(),
2691
2503
  })
2692
- .pipe(retry(this.configApiRetry),
2693
- // catchError(this.handleError)
2694
- map((ret) => {
2504
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2695
2505
  return this.errorExceptionResultCheck(ret);
2696
2506
  }));
2697
2507
  }
@@ -2703,9 +2513,7 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2703
2513
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAll/' + id, model, {
2704
2514
  headers: this.getHeaders(),
2705
2515
  })
2706
- .pipe(retry(this.configApiRetry),
2707
- // catchError(this.handleError)
2708
- map((ret) => {
2516
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2709
2517
  return this.errorExceptionResultCheck(ret);
2710
2518
  }));
2711
2519
  }
@@ -2725,9 +2533,7 @@ class CoreSiteService extends ApiCmsServerBase {
2725
2533
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataOptimaze/' + linkSiteId, {
2726
2534
  headers: this.getHeaders(),
2727
2535
  })
2728
- .pipe(retry(this.configApiRetry),
2729
- // catchError(this.handleError)
2730
- map((ret) => {
2536
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2731
2537
  return this.errorExceptionResultCheck(ret);
2732
2538
  }));
2733
2539
  }
@@ -2736,9 +2542,7 @@ class CoreSiteService extends ApiCmsServerBase {
2736
2542
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataInfo/' + linkSiteId, {
2737
2543
  headers: this.getHeaders(),
2738
2544
  })
2739
- .pipe(retry(this.configApiRetry),
2740
- // catchError(this.handleError)
2741
- map((ret) => {
2545
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2742
2546
  return this.errorExceptionResultCheck(ret);
2743
2547
  }));
2744
2548
  }
@@ -2747,9 +2551,7 @@ class CoreSiteService extends ApiCmsServerBase {
2747
2551
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebScreenshot', model, {
2748
2552
  headers: this.getHeaders(),
2749
2553
  })
2750
- .pipe(retry(this.configApiRetry),
2751
- // catchError(this.handleError)
2752
- map((ret) => {
2554
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2753
2555
  return this.errorExceptionResultCheck(ret);
2754
2556
  }));
2755
2557
  }
@@ -2758,9 +2560,7 @@ class CoreSiteService extends ApiCmsServerBase {
2758
2560
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRessellerChart/' + linkSiteId, {
2759
2561
  headers: this.getHeaders(),
2760
2562
  })
2761
- .pipe(retry(this.configApiRetry),
2762
- // catchError(this.handleError)
2763
- map((ret) => {
2563
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2764
2564
  return this.errorExceptionResultCheck(ret);
2765
2565
  }));
2766
2566
  }
@@ -2769,9 +2569,7 @@ class CoreSiteService extends ApiCmsServerBase {
2769
2569
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrectSite', {
2770
2570
  headers: this.getHeaders(),
2771
2571
  })
2772
- .pipe(retry(this.configApiRetry),
2773
- // catchError(this.handleError)
2774
- map((ret) => {
2572
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2775
2573
  return this.errorExceptionResultCheck(ret);
2776
2574
  }));
2777
2575
  }
@@ -2780,9 +2578,7 @@ class CoreSiteService extends ApiCmsServerBase {
2780
2578
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MasterSiteInfo/' + linkSiteId, {
2781
2579
  headers: this.getHeaders(),
2782
2580
  })
2783
- .pipe(retry(this.configApiRetry),
2784
- // catchError(this.handleError)
2785
- map((ret) => {
2581
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2786
2582
  return this.errorExceptionResultCheck(ret);
2787
2583
  }));
2788
2584
  }
@@ -2791,9 +2587,7 @@ class CoreSiteService extends ApiCmsServerBase {
2791
2587
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SupportSite', {
2792
2588
  headers: this.getHeaders(),
2793
2589
  })
2794
- .pipe(retry(this.configApiRetry),
2795
- // catchError(this.handleError)
2796
- map((ret) => {
2590
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2797
2591
  return this.errorExceptionResultCheck(ret);
2798
2592
  }));
2799
2593
  }
@@ -2802,9 +2596,7 @@ class CoreSiteService extends ApiCmsServerBase {
2802
2596
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddFirstSite', model, {
2803
2597
  headers: this.getHeaders(),
2804
2598
  })
2805
- .pipe(retry(this.configApiRetry),
2806
- // catchError(this.handleError)
2807
- map((ret) => {
2599
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2808
2600
  return this.errorExceptionResultCheck(ret);
2809
2601
  }));
2810
2602
  }
@@ -2816,9 +2608,7 @@ class CoreSiteService extends ApiCmsServerBase {
2816
2608
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithAlias', model, {
2817
2609
  headers: this.getHeaders(),
2818
2610
  })
2819
- .pipe(retry(this.configApiRetry),
2820
- // catchError(this.handleError)
2821
- map((ret) => {
2611
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2822
2612
  return this.errorExceptionResultCheck(ret);
2823
2613
  }));
2824
2614
  }
@@ -2830,9 +2620,7 @@ class CoreSiteService extends ApiCmsServerBase {
2830
2620
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllChildWithAlias', model, {
2831
2621
  headers: this.getHeaders(),
2832
2622
  })
2833
- .pipe(retry(this.configApiRetry),
2834
- // catchError(this.handleError)
2835
- map((ret) => {
2623
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2836
2624
  return this.errorExceptionResultCheck(ret);
2837
2625
  }));
2838
2626
  }
@@ -2844,9 +2632,7 @@ class CoreSiteService extends ApiCmsServerBase {
2844
2632
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SearchNew', model, {
2845
2633
  headers: this.getHeaders(),
2846
2634
  })
2847
- .pipe(retry(this.configApiRetry),
2848
- // catchError(this.handleError)
2849
- map((ret) => {
2635
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2850
2636
  return this.errorExceptionResultCheck(ret);
2851
2637
  }));
2852
2638
  }
@@ -2855,9 +2641,7 @@ class CoreSiteService extends ApiCmsServerBase {
2855
2641
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Search', model, {
2856
2642
  headers: this.getHeaders(),
2857
2643
  })
2858
- .pipe(retry(this.configApiRetry),
2859
- // catchError(this.handleError)
2860
- map((ret) => {
2644
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2861
2645
  return this.errorExceptionResultCheck(ret);
2862
2646
  }));
2863
2647
  }
@@ -2866,9 +2650,7 @@ class CoreSiteService extends ApiCmsServerBase {
2866
2650
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrencyMaster', {
2867
2651
  headers: this.getHeaders(),
2868
2652
  })
2869
- .pipe(retry(this.configApiRetry),
2870
- // catchError(this.handleError)
2871
- map((ret) => {
2653
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2872
2654
  return this.errorExceptionResultCheck(ret);
2873
2655
  }));
2874
2656
  }
@@ -2877,9 +2659,7 @@ class CoreSiteService extends ApiCmsServerBase {
2877
2659
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrencySite', {
2878
2660
  headers: this.getHeaders(),
2879
2661
  })
2880
- .pipe(retry(this.configApiRetry),
2881
- // catchError(this.handleError)
2882
- map((ret) => {
2662
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2883
2663
  return this.errorExceptionResultCheck(ret);
2884
2664
  }));
2885
2665
  }
@@ -2888,9 +2668,7 @@ class CoreSiteService extends ApiCmsServerBase {
2888
2668
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetShareInfo', {
2889
2669
  headers: this.getHeaders(),
2890
2670
  })
2891
- .pipe(retry(this.configApiRetry),
2892
- // catchError(this.handleError)
2893
- map((ret) => {
2671
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2894
2672
  return this.errorExceptionResultCheck(ret);
2895
2673
  }));
2896
2674
  }
@@ -2899,9 +2677,7 @@ class CoreSiteService extends ApiCmsServerBase {
2899
2677
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrentDomain', {
2900
2678
  headers: this.getHeaders(),
2901
2679
  })
2902
- .pipe(retry(this.configApiRetry),
2903
- // catchError(this.handleError)
2904
- map((ret) => {
2680
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2905
2681
  return this.errorExceptionResultCheck(ret);
2906
2682
  }));
2907
2683
  }
@@ -2910,9 +2686,7 @@ class CoreSiteService extends ApiCmsServerBase {
2910
2686
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRegDomains/' + siteCategoryId, {
2911
2687
  headers: this.getHeaders(),
2912
2688
  })
2913
- .pipe(retry(this.configApiRetry),
2914
- // catchError(this.handleError)
2915
- map((ret) => {
2689
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2916
2690
  return this.errorExceptionResultCheck(ret);
2917
2691
  }));
2918
2692
  }
@@ -2965,9 +2739,7 @@ class CoreSiteUserService extends ApiCmsServerBase {
2965
2739
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSiteCurrentUser', {
2966
2740
  headers: this.getHeaders(),
2967
2741
  })
2968
- .pipe(retry(this.configApiRetry),
2969
- // catchError(this.handleError)
2970
- map((ret) => {
2742
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2971
2743
  return this.errorExceptionResultCheck(ret);
2972
2744
  }));
2973
2745
  }
@@ -2996,9 +2768,7 @@ class CoreUserService extends ApiCmsServerBase {
2996
2768
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRessellerChart/' + linkUserId, {
2997
2769
  headers: this.getHeaders(),
2998
2770
  })
2999
- .pipe(retry(this.configApiRetry),
3000
- // catchError(this.handleError)
3001
- map((ret) => {
2771
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3002
2772
  return this.errorExceptionResultCheck(ret);
3003
2773
  }));
3004
2774
  }
@@ -3013,9 +2783,7 @@ class CoreUserService extends ApiCmsServerBase {
3013
2783
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentUser', {
3014
2784
  headers: this.getHeaders(),
3015
2785
  })
3016
- .pipe(retry(this.configApiRetry),
3017
- // catchError(this.handleError)
3018
- map((ret) => {
2786
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3019
2787
  this.SetCurrentUser(ret.item);
3020
2788
  return this.errorExceptionResultCheck(ret);
3021
2789
  }));
@@ -3028,9 +2796,7 @@ class CoreUserService extends ApiCmsServerBase {
3028
2796
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetGlobalToken', model, {
3029
2797
  headers: this.getHeaders(),
3030
2798
  })
3031
- .pipe(retry(this.configApiRetry),
3032
- // catchError(this.handleError)
3033
- map((ret) => {
2799
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3034
2800
  return this.errorExceptionResultCheck(ret);
3035
2801
  }));
3036
2802
  }
@@ -3089,9 +2855,7 @@ class CoreModuleSaleSerialService extends ApiCmsServerBase {
3089
2855
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseSerialForSite', model, {
3090
2856
  headers: this.getHeaders(),
3091
2857
  })
3092
- .pipe(retry(this.configApiRetry),
3093
- // catchError(this.handleError)
3094
- map((ret) => {
2858
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3095
2859
  return this.errorExceptionResultCheck(ret);
3096
2860
  }));
3097
2861
  }
@@ -3103,9 +2867,7 @@ class CoreModuleSaleSerialService extends ApiCmsServerBase {
3103
2867
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RegisterUseSerialForSite', model, {
3104
2868
  headers: this.getHeaders(),
3105
2869
  })
3106
- .pipe(retry(this.configApiRetry),
3107
- // catchError(this.handleError)
3108
- map((ret) => {
2870
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3109
2871
  return this.errorExceptionResultCheck(ret);
3110
2872
  }));
3111
2873
  }
@@ -3178,9 +2940,7 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
3178
2940
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSale', model, {
3179
2941
  headers: this.getHeaders(),
3180
2942
  })
3181
- .pipe(retry(this.configApiRetry),
3182
- // catchError(this.handleError)
3183
- map((ret) => {
2943
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3184
2944
  return this.errorExceptionResultCheck(ret);
3185
2945
  }));
3186
2946
  }
@@ -3189,9 +2949,7 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
3189
2949
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseHeaderForSite/' + id, {
3190
2950
  headers: this.getHeaders(),
3191
2951
  })
3192
- .pipe(retry(this.configApiRetry),
3193
- // catchError(this.handleError)
3194
- map((ret) => {
2952
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3195
2953
  return this.errorExceptionResultCheck(ret);
3196
2954
  }));
3197
2955
  }
@@ -3203,9 +2961,7 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
3203
2961
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
3204
2962
  headers: this.getHeaders(),
3205
2963
  })
3206
- .pipe(retry(this.configApiRetry),
3207
- // catchError(this.handleError)
3208
- map((ret) => {
2964
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3209
2965
  return this.errorExceptionResultCheck(ret);
3210
2966
  }));
3211
2967
  }
@@ -3217,9 +2973,7 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
3217
2973
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
3218
2974
  headers: this.getHeaders(),
3219
2975
  })
3220
- .pipe(retry(this.configApiRetry),
3221
- // catchError(this.handleError)
3222
- map((ret) => {
2976
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3223
2977
  return this.errorExceptionResultCheck(ret);
3224
2978
  }));
3225
2979
  }
@@ -3245,9 +2999,7 @@ class CoreUserClaimContentService extends ApiCmsServerBase {
3245
2999
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ClaimCheck', model, {
3246
3000
  headers: this.getHeaders(),
3247
3001
  })
3248
- .pipe(retry(this.configApiRetry),
3249
- // catchError(this.handleError)
3250
- map((ret) => {
3002
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3251
3003
  return this.errorExceptionResultCheck(ret);
3252
3004
  }));
3253
3005
  }
@@ -3256,9 +3008,7 @@ class CoreUserClaimContentService extends ApiCmsServerBase {
3256
3008
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ClaimCheck', {
3257
3009
  headers: this.getHeaders(),
3258
3010
  })
3259
- .pipe(retry(this.configApiRetry),
3260
- // catchError(this.handleError)
3261
- map((ret) => {
3011
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3262
3012
  return this.errorExceptionResultCheck(ret);
3263
3013
  }));
3264
3014
  }
@@ -3500,54 +3250,40 @@ class CoreAuthService extends ApiServerBase {
3500
3250
  });
3501
3251
  }
3502
3252
  ServiceCurrentToken() {
3503
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentToken', { headers: this.getHeaders() }).pipe(
3504
- // catchError(this.handleError)
3505
- map((ret) => {
3253
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentToken', { headers: this.getHeaders() }).pipe(catchError(this.handleError), map((ret) => {
3506
3254
  this.setToken(ret.item.token, ret.item.deviceToken, '');
3507
3255
  return ret;
3508
3256
  }));
3509
3257
  }
3510
3258
  ServiceCurrentDeviceToken() {
3511
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentDeviceToken', { headers: this.getHeaders() }).pipe(
3512
- // catchError(this.handleError)
3513
- map((ret) => {
3259
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentDeviceToken', { headers: this.getHeaders() }).pipe(catchError(this.handleError), map((ret) => {
3514
3260
  this.setDeviceToken(ret.item.deviceToken);
3515
3261
  return ret;
3516
3262
  }));
3517
3263
  }
3518
3264
  ServiceCaptcha() {
3519
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/captcha').pipe(
3520
- // catchError(this.handleError)
3521
- map((ret) => {
3265
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/captcha').pipe(catchError(this.handleError), map((ret) => {
3522
3266
  return ret;
3523
3267
  }));
3524
3268
  }
3525
3269
  ServiceGetTokenDevice(model) {
3526
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetTokenDevice/', model).pipe(
3527
- // catchError(this.handleError)
3528
- map((ret) => {
3270
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetTokenDevice/', model).pipe(catchError(this.handleError), map((ret) => {
3529
3271
  this.setDeviceToken(ret.item.deviceToken);
3530
3272
  return ret;
3531
3273
  }));
3532
3274
  }
3533
3275
  ServiceSetTokenDeviceNotificationId(model) {
3534
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetTokenDeviceNotificationId/', model).pipe(
3535
- // catchError(this.handleError)
3536
- map((ret) => {
3276
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetTokenDeviceNotificationId/', model).pipe(catchError(this.handleError), map((ret) => {
3537
3277
  return ret;
3538
3278
  }));
3539
3279
  }
3540
3280
  ServiceSignupUser(model) {
3541
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signup', model).pipe(
3542
- // catchError(this.handleError)
3543
- map((ret) => {
3281
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signup', model).pipe(catchError(this.handleError), map((ret) => {
3544
3282
  return ret;
3545
3283
  }));
3546
3284
  }
3547
3285
  ServiceSigninUser(model) {
3548
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signin', model).pipe(
3549
- // catchError(this.handleError)
3550
- map((ret) => {
3286
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signin', model).pipe(catchError(this.handleError), map((ret) => {
3551
3287
  if (ret.isSuccess) {
3552
3288
  this.SetCurrentTokenInfo(ret.item);
3553
3289
  }
@@ -3555,9 +3291,7 @@ class CoreAuthService extends ApiServerBase {
3555
3291
  }));
3556
3292
  }
3557
3293
  ServiceSigninUserBySMS(model) {
3558
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signInBySms', model).pipe(
3559
- // catchError(this.handleError)
3560
- map((ret) => {
3294
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signInBySms', model).pipe(catchError(this.handleError), map((ret) => {
3561
3295
  if (ret.isSuccess) {
3562
3296
  this.SetCurrentTokenInfo(ret.item);
3563
3297
  }
@@ -3572,9 +3306,7 @@ class CoreAuthService extends ApiServerBase {
3572
3306
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/renewToken', model, {
3573
3307
  headers: this.getHeaders(),
3574
3308
  })
3575
- .pipe(
3576
- // catchError(this.handleError)
3577
- map((ret) => {
3309
+ .pipe(catchError(this.handleError), map((ret) => {
3578
3310
  if (ret.isSuccess) {
3579
3311
  this.SetCurrentTokenInfo(ret.item);
3580
3312
  }
@@ -3586,23 +3318,17 @@ class CoreAuthService extends ApiServerBase {
3586
3318
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/changePassword', model, {
3587
3319
  headers: this.getHeaders(),
3588
3320
  })
3589
- .pipe(
3590
- // catchError(this.handleError)
3591
- map((ret) => {
3321
+ .pipe(catchError(this.handleError), map((ret) => {
3592
3322
  return ret;
3593
3323
  }));
3594
3324
  }
3595
3325
  ServiceForgetPassword(model) {
3596
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/forgetPassword', model).pipe(
3597
- // catchError(this.handleError)
3598
- map((ret) => {
3326
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/forgetPassword', model).pipe(catchError(this.handleError), map((ret) => {
3599
3327
  return ret;
3600
3328
  }));
3601
3329
  }
3602
3330
  ServiceForgetPasswordEntryPinCode(model) {
3603
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ForgetPasswordEntryPinCode', model).pipe(
3604
- // catchError(this.handleError)
3605
- map((ret) => {
3331
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ForgetPasswordEntryPinCode', model).pipe(catchError(this.handleError), map((ret) => {
3606
3332
  return ret;
3607
3333
  }));
3608
3334
  }
@@ -3611,9 +3337,7 @@ class CoreAuthService extends ApiServerBase {
3611
3337
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signOut', model, {
3612
3338
  headers: this.getHeaders(),
3613
3339
  })
3614
- .pipe(
3615
- // catchError(this.handleError)
3616
- map((ret) => {
3340
+ .pipe(catchError(this.handleError), map((ret) => {
3617
3341
  this.SetCurrentTokenInfo(null);
3618
3342
  return ret;
3619
3343
  }));
@@ -3626,9 +3350,7 @@ class CoreAuthService extends ApiServerBase {
3626
3350
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/existToken', model, {
3627
3351
  headers: this.getHeaders(),
3628
3352
  })
3629
- .pipe(
3630
- // catchError(this.handleError)
3631
- map((ret) => {
3353
+ .pipe(catchError(this.handleError), map((ret) => {
3632
3354
  return ret;
3633
3355
  }));
3634
3356
  }
@@ -3640,9 +3362,7 @@ class CoreAuthService extends ApiServerBase {
3640
3362
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/mobileConfirm', model, {
3641
3363
  headers: this.getHeaders(),
3642
3364
  })
3643
- .pipe(
3644
- // catchError(this.handleError)
3645
- map((ret) => {
3365
+ .pipe(catchError(this.handleError), map((ret) => {
3646
3366
  return ret;
3647
3367
  }));
3648
3368
  }
@@ -3654,9 +3374,7 @@ class CoreAuthService extends ApiServerBase {
3654
3374
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/emailConfirm', model, {
3655
3375
  headers: this.getHeaders(),
3656
3376
  })
3657
- .pipe(
3658
- // catchError(this.handleError)
3659
- map((ret) => {
3377
+ .pipe(catchError(this.handleError), map((ret) => {
3660
3378
  return ret;
3661
3379
  }));
3662
3380
  }
@@ -3729,9 +3447,7 @@ class CoreTokenConnectionService extends ApiCmsServerBase {
3729
3447
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotification', model, {
3730
3448
  headers: this.getHeaders(),
3731
3449
  })
3732
- .pipe(retry(this.configApiRetry),
3733
- // catchError(this.handleError)
3734
- map((ret) => {
3450
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3735
3451
  return this.errorExceptionResultCheck(ret);
3736
3452
  }));
3737
3453
  }
@@ -3743,9 +3459,7 @@ class CoreTokenConnectionService extends ApiCmsServerBase {
3743
3459
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllLiveConnection', model, {
3744
3460
  headers: this.getHeaders(),
3745
3461
  })
3746
- .pipe(retry(this.configApiRetry),
3747
- // catchError(this.handleError)
3748
- map((ret) => {
3462
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3749
3463
  return this.errorExceptionResultCheck(ret);
3750
3464
  }));
3751
3465
  }
@@ -4200,9 +3914,7 @@ class CoreModuleTagCategoryService extends ApiCmsServerBase {
4200
3914
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
4201
3915
  headers: this.getHeaders(),
4202
3916
  })
4203
- .pipe(retry(this.configApiRetry),
4204
- // catchError(this.handleError)
4205
- map((ret) => {
3917
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4206
3918
  return this.errorExceptionResultCheck(ret);
4207
3919
  }));
4208
3920
  }
@@ -4231,9 +3943,7 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
4231
3943
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCredit/' + LinkModuleId, {
4232
3944
  headers: this.getHeaders(),
4233
3945
  })
4234
- .pipe(retry(this.configApiRetry),
4235
- // catchError(this.handleError)
4236
- map((ret) => {
3946
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4237
3947
  return this.errorExceptionResultCheck(ret);
4238
3948
  }));
4239
3949
  }
@@ -4242,9 +3952,7 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
4242
3952
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCredit/', {
4243
3953
  headers: this.getHeaders(),
4244
3954
  })
4245
- .pipe(retry(this.configApiRetry),
4246
- // catchError(this.handleError)
4247
- map((ret) => {
3955
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4248
3956
  return this.errorExceptionResultCheck(ret);
4249
3957
  }));
4250
3958
  }
@@ -4256,9 +3964,7 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
4256
3964
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ChargeDirect', model, {
4257
3965
  headers: this.getHeaders(),
4258
3966
  })
4259
- .pipe(retry(this.configApiRetry),
4260
- // catchError(this.handleError)
4261
- map((ret) => {
3967
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4262
3968
  return this.errorExceptionResultCheck(ret);
4263
3969
  }));
4264
3970
  }
@@ -4270,9 +3976,7 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
4270
3976
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
4271
3977
  headers: this.getHeaders(),
4272
3978
  })
4273
- .pipe(retry(this.configApiRetry),
4274
- // catchError(this.handleError)
4275
- map((ret) => {
3979
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4276
3980
  return this.errorExceptionResultCheck(ret);
4277
3981
  }));
4278
3982
  }
@@ -4284,9 +3988,7 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
4284
3988
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
4285
3989
  headers: this.getHeaders(),
4286
3990
  })
4287
- .pipe(retry(this.configApiRetry),
4288
- // catchError(this.handleError)
4289
- map((ret) => {
3991
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4290
3992
  return this.errorExceptionResultCheck(ret);
4291
3993
  }));
4292
3994
  }
@@ -4315,9 +4017,7 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4315
4017
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCredit/' + LinkModuleId, {
4316
4018
  headers: this.getHeaders(),
4317
4019
  })
4318
- .pipe(retry(this.configApiRetry),
4319
- // catchError(this.handleError)
4320
- map((ret) => {
4020
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4321
4021
  return this.errorExceptionResultCheck(ret);
4322
4022
  }));
4323
4023
  }
@@ -4326,9 +4026,7 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4326
4026
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCredit/', {
4327
4027
  headers: this.getHeaders(),
4328
4028
  })
4329
- .pipe(retry(this.configApiRetry),
4330
- // catchError(this.handleError)
4331
- map((ret) => {
4029
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4332
4030
  return this.errorExceptionResultCheck(ret);
4333
4031
  }));
4334
4032
  }
@@ -4340,9 +4038,7 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4340
4038
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ChargeDirect', model, {
4341
4039
  headers: this.getHeaders(),
4342
4040
  })
4343
- .pipe(retry(this.configApiRetry),
4344
- // catchError(this.handleError)
4345
- map((ret) => {
4041
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4346
4042
  return this.errorExceptionResultCheck(ret);
4347
4043
  }));
4348
4044
  }
@@ -4354,9 +4050,7 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4354
4050
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
4355
4051
  headers: this.getHeaders(),
4356
4052
  })
4357
- .pipe(retry(this.configApiRetry),
4358
- // catchError(this.handleError)
4359
- map((ret) => {
4053
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4360
4054
  return this.errorExceptionResultCheck(ret);
4361
4055
  }));
4362
4056
  }
@@ -4368,9 +4062,7 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4368
4062
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
4369
4063
  headers: this.getHeaders(),
4370
4064
  })
4371
- .pipe(retry(this.configApiRetry),
4372
- // catchError(this.handleError)
4373
- map((ret) => {
4065
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4374
4066
  return this.errorExceptionResultCheck(ret);
4375
4067
  }));
4376
4068
  }
@@ -4462,9 +4154,7 @@ class CoreModuleLogFavoriteService extends ApiCmsServerBase {
4462
4154
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddFavorite', model, {
4463
4155
  headers: this.getHeaders(),
4464
4156
  })
4465
- .pipe(retry(this.configApiRetry),
4466
- // catchError(this.handleError)
4467
- map((ret) => {
4157
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4468
4158
  return this.errorExceptionResultCheck(ret);
4469
4159
  }));
4470
4160
  }
@@ -4476,9 +4166,7 @@ class CoreModuleLogFavoriteService extends ApiCmsServerBase {
4476
4166
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RemoveFavorite', model, {
4477
4167
  headers: this.getHeaders(),
4478
4168
  })
4479
- .pipe(retry(this.configApiRetry),
4480
- // catchError(this.handleError)
4481
- map((ret) => {
4169
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4482
4170
  return this.errorExceptionResultCheck(ret);
4483
4171
  }));
4484
4172
  }
@@ -4504,9 +4192,7 @@ class CoreModuleLogReportAbuseService extends ApiCmsServerBase {
4504
4192
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddReportAbuse', model, {
4505
4193
  headers: this.getHeaders(),
4506
4194
  })
4507
- .pipe(retry(this.configApiRetry),
4508
- // catchError(this.handleError)
4509
- map((ret) => {
4195
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4510
4196
  return this.errorExceptionResultCheck(ret);
4511
4197
  }));
4512
4198
  }
@@ -4532,9 +4218,7 @@ class CoreModuleLogShowKeyService extends ApiCmsServerBase {
4532
4218
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddShowKey', model, {
4533
4219
  headers: this.getHeaders(),
4534
4220
  })
4535
- .pipe(retry(this.configApiRetry),
4536
- // catchError(this.handleError)
4537
- map((ret) => {
4221
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4538
4222
  return this.errorExceptionResultCheck(ret);
4539
4223
  }));
4540
4224
  }
@@ -4615,9 +4299,7 @@ class CoreModuleDataCommentService extends ApiCmsServerBase {
4615
4299
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddComment', model, {
4616
4300
  headers: this.getHeaders(),
4617
4301
  })
4618
- .pipe(retry(this.configApiRetry),
4619
- // catchError(this.handleError)
4620
- map((ret) => {
4302
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4621
4303
  return this.errorExceptionResultCheck(ret);
4622
4304
  }));
4623
4305
  }
@@ -4643,9 +4325,7 @@ class CoreModuleDataMemoService extends ApiCmsServerBase {
4643
4325
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddMemo', model, {
4644
4326
  headers: this.getHeaders(),
4645
4327
  })
4646
- .pipe(retry(this.configApiRetry),
4647
- // catchError(this.handleError)
4648
- map((ret) => {
4328
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4649
4329
  return this.errorExceptionResultCheck(ret);
4650
4330
  }));
4651
4331
  }
@@ -4671,9 +4351,7 @@ class CoreModuleDataTaskService extends ApiCmsServerBase {
4671
4351
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddTask', model, {
4672
4352
  headers: this.getHeaders(),
4673
4353
  })
4674
- .pipe(retry(this.configApiRetry),
4675
- // catchError(this.handleError)
4676
- map((ret) => {
4354
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4677
4355
  return this.errorExceptionResultCheck(ret);
4678
4356
  }));
4679
4357
  }
@@ -4699,9 +4377,7 @@ class CoreModuleDataPinService extends ApiCmsServerBase {
4699
4377
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddPin', model, {
4700
4378
  headers: this.getHeaders(),
4701
4379
  })
4702
- .pipe(retry(this.configApiRetry),
4703
- // catchError(this.handleError)
4704
- map((ret) => {
4380
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4705
4381
  return this.errorExceptionResultCheck(ret);
4706
4382
  }));
4707
4383
  }
@@ -4838,9 +4514,7 @@ class FileCategoryService extends ApiCmsServerBase {
4838
4514
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
4839
4515
  headers: this.getHeaders(),
4840
4516
  })
4841
- .pipe(retry(this.configApiRetry),
4842
- // catchError(this.handleError)
4843
- map((ret) => {
4517
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4844
4518
  return this.errorExceptionResultCheck(ret);
4845
4519
  }));
4846
4520
  }
@@ -4849,9 +4523,7 @@ class FileCategoryService extends ApiCmsServerBase {
4849
4523
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Optimaze', {
4850
4524
  headers: this.getHeaders(),
4851
4525
  })
4852
- .pipe(retry(this.configApiRetry),
4853
- // catchError(this.handleError)
4854
- map((ret) => {
4526
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4855
4527
  return this.errorExceptionResultCheck(ret);
4856
4528
  }));
4857
4529
  }
@@ -4878,9 +4550,7 @@ class FileContentService extends ApiCmsServerBase {
4878
4550
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UploadByUrl/', model, {
4879
4551
  headers: this.getHeaders(),
4880
4552
  })
4881
- .pipe(retry(this.configApiRetry),
4882
- // catchError(this.handleError)
4883
- map((ret) => {
4553
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4884
4554
  return this.errorExceptionResultCheck(ret);
4885
4555
  }));
4886
4556
  }
@@ -4889,9 +4559,7 @@ class FileContentService extends ApiCmsServerBase {
4889
4559
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CopyCutFile/', model, {
4890
4560
  headers: this.getHeaders(),
4891
4561
  })
4892
- .pipe(retry(this.configApiRetry),
4893
- // catchError(this.handleError)
4894
- map((ret) => {
4562
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4895
4563
  return this.errorExceptionResultCheck(ret);
4896
4564
  }));
4897
4565
  }
@@ -4900,9 +4568,7 @@ class FileContentService extends ApiCmsServerBase {
4900
4568
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CopyCutFileRootToRootFolder/', {
4901
4569
  headers: this.getHeaders(),
4902
4570
  })
4903
- .pipe(retry(this.configApiRetry),
4904
- // catchError(this.handleError)
4905
- map((ret) => {
4571
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4906
4572
  return this.errorExceptionResultCheck(ret);
4907
4573
  }));
4908
4574
  }
@@ -4914,9 +4580,7 @@ class FileContentService extends ApiCmsServerBase {
4914
4580
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Copy/', model, {
4915
4581
  headers: this.getHeaders(),
4916
4582
  })
4917
- .pipe(retry(this.configApiRetry),
4918
- // catchError(this.handleError)
4919
- map((ret) => {
4583
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4920
4584
  return this.errorExceptionResultCheck(ret);
4921
4585
  }));
4922
4586
  }
@@ -4925,9 +4589,7 @@ class FileContentService extends ApiCmsServerBase {
4925
4589
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllInCategoryById/' + categoryId, {
4926
4590
  headers: this.getHeaders(),
4927
4591
  })
4928
- .pipe(retry(this.configApiRetry),
4929
- // catchError(this.handleError)
4930
- map((ret) => {
4592
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4931
4593
  return this.errorExceptionResultCheck(ret);
4932
4594
  }));
4933
4595
  }
@@ -4939,9 +4601,7 @@ class FileContentService extends ApiCmsServerBase {
4939
4601
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SearchFilesInCategory', model, {
4940
4602
  headers: this.getHeaders(),
4941
4603
  })
4942
- .pipe(retry(this.configApiRetry),
4943
- // catchError(this.handleError)
4944
- map((ret) => {
4604
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4945
4605
  return this.errorExceptionResultBaseCheck(ret);
4946
4606
  }));
4947
4607
  }
@@ -4953,9 +4613,7 @@ class FileContentService extends ApiCmsServerBase {
4953
4613
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DownloadFile', model, {
4954
4614
  headers: this.getHeaders(),
4955
4615
  })
4956
- .pipe(retry(this.configApiRetry),
4957
- // catchError(this.handleError)
4958
- map((ret) => {
4616
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4959
4617
  return this.errorExceptionResultBaseCheck(ret);
4960
4618
  }));
4961
4619
  }
@@ -4964,9 +4622,7 @@ class FileContentService extends ApiCmsServerBase {
4964
4622
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UpdateFileSizes/' + fileId, {
4965
4623
  headers: this.getHeaders(),
4966
4624
  })
4967
- .pipe(retry(this.configApiRetry),
4968
- // catchError(this.handleError)
4969
- map((ret) => {
4625
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4970
4626
  return this.errorExceptionResultBaseCheck(ret);
4971
4627
  }));
4972
4628
  }
@@ -4975,9 +4631,7 @@ class FileContentService extends ApiCmsServerBase {
4975
4631
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UpdateSumSizeUpload/' + fileId, {
4976
4632
  headers: this.getHeaders(),
4977
4633
  })
4978
- .pipe(retry(this.configApiRetry),
4979
- // catchError(this.handleError)
4980
- map((ret) => {
4634
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4981
4635
  return this.errorExceptionResultBaseCheck(ret);
4982
4636
  }));
4983
4637
  }
@@ -4989,9 +4643,7 @@ class FileContentService extends ApiCmsServerBase {
4989
4643
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ImageFileEdit', model, {
4990
4644
  headers: this.getHeaders(),
4991
4645
  })
4992
- .pipe(retry(this.configApiRetry),
4993
- // catchError(this.handleError)
4994
- map((ret) => {
4646
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4995
4647
  return this.errorExceptionResultBaseCheck(ret);
4996
4648
  }));
4997
4649
  }
@@ -5003,9 +4655,7 @@ class FileContentService extends ApiCmsServerBase {
5003
4655
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/replace/', model, {
5004
4656
  headers: this.getHeaders(),
5005
4657
  })
5006
- .pipe(retry(this.configApiRetry),
5007
- // catchError(this.handleError)
5008
- map((ret) => {
4658
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5009
4659
  return this.errorExceptionResultCheck(ret);
5010
4660
  }));
5011
4661
  }
@@ -5069,9 +4719,7 @@ class LinkManagementEnumService extends ApiServerBase {
5069
4719
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SharingPriceTypeEnum', {
5070
4720
  headers: this.getHeaders(),
5071
4721
  })
5072
- .pipe(
5073
- // catchError(this.handleError)
5074
- map((ret) => {
4722
+ .pipe(catchError(this.handleError), map((ret) => {
5075
4723
  return this.errorExceptionResultCheck(ret);
5076
4724
  }));
5077
4725
  }
@@ -5080,9 +4728,7 @@ class LinkManagementEnumService extends ApiServerBase {
5080
4728
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManagementContentSettingTypeEnum', {
5081
4729
  headers: this.getHeaders(),
5082
4730
  })
5083
- .pipe(
5084
- // catchError(this.handleError)
5085
- map((ret) => {
4731
+ .pipe(catchError(this.handleError), map((ret) => {
5086
4732
  return this.errorExceptionResultCheck(ret);
5087
4733
  }));
5088
4734
  }
@@ -5091,9 +4737,7 @@ class LinkManagementEnumService extends ApiServerBase {
5091
4737
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SharingAccountingTypeEnum', {
5092
4738
  headers: this.getHeaders(),
5093
4739
  })
5094
- .pipe(
5095
- // catchError(this.handleError)
5096
- map((ret) => {
4740
+ .pipe(catchError(this.handleError), map((ret) => {
5097
4741
  return this.errorExceptionResultCheck(ret);
5098
4742
  }));
5099
4743
  }
@@ -5138,9 +4782,7 @@ class LinkManagementBillboardService extends ApiCmsServerBase {
5138
4782
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneByKey/', key, {
5139
4783
  headers: this.getHeaders(),
5140
4784
  })
5141
- .pipe(retry(this.configApiRetry),
5142
- // catchError(this.handleError)
5143
- map((ret) => {
4785
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5144
4786
  return this.errorExceptionResultCheck(ret);
5145
4787
  }));
5146
4788
  }
@@ -5202,9 +4844,7 @@ class LinkManagementTargetService extends ApiCmsServerBase {
5202
4844
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneByKey/', key, {
5203
4845
  headers: this.getHeaders(),
5204
4846
  })
5205
- .pipe(retry(this.configApiRetry),
5206
- // catchError(this.handleError)
5207
- map((ret) => {
4847
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5208
4848
  return this.errorExceptionResultCheck(ret);
5209
4849
  }));
5210
4850
  }
@@ -5216,9 +4856,7 @@ class LinkManagementTargetService extends ApiCmsServerBase {
5216
4856
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShortLinkSet/', model, {
5217
4857
  headers: this.getHeaders(),
5218
4858
  })
5219
- .pipe(retry(this.configApiRetry),
5220
- // catchError(this.handleError)
5221
- map((ret) => {
4859
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5222
4860
  return this.errorExceptionResultCheck(ret);
5223
4861
  }));
5224
4862
  }
@@ -5230,9 +4868,7 @@ class LinkManagementTargetService extends ApiCmsServerBase {
5230
4868
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShortLinkGet/', model, {
5231
4869
  headers: this.getHeaders(),
5232
4870
  })
5233
- .pipe(retry(this.configApiRetry),
5234
- // catchError(this.handleError)
5235
- map((ret) => {
4871
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5236
4872
  return this.errorExceptionResultCheck(ret);
5237
4873
  }));
5238
4874
  }
@@ -5259,9 +4895,7 @@ class LinkManagementTargetBillboardLogService extends ApiCmsServerBase {
5259
4895
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAll/' + key, model, {
5260
4896
  headers: this.getHeaders(),
5261
4897
  })
5262
- .pipe(retry(this.configApiRetry),
5263
- // catchError(this.handleError)
5264
- map((ret) => {
4898
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5265
4899
  return this.errorExceptionResultCheck(ret);
5266
4900
  }));
5267
4901
  }
@@ -5408,63 +5042,49 @@ class ApiTelegramBotConfigService extends ApiCmsServerBase {
5408
5042
  ServiceSendMessage(model) {
5409
5043
  return this.http
5410
5044
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessage', model, { headers: this.getHeaders(), })
5411
- .pipe(retry(this.configApiRetry),
5412
- // catchError(this.handleError)
5413
- map((ret) => {
5045
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5414
5046
  return this.errorExceptionResultBaseCheck(ret);
5415
5047
  }));
5416
5048
  }
5417
5049
  ServiceGetUpdatesAsync(id) {
5418
5050
  return this.http
5419
5051
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetUpdatesAsync/' + id, { headers: this.getHeaders(), })
5420
- .pipe(retry(this.configApiRetry),
5421
- // catchError(this.handleError)
5422
- map((ret) => {
5052
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5423
5053
  return this.errorExceptionResultCheck(ret);
5424
5054
  }));
5425
5055
  }
5426
5056
  ServiceGetUpdatesAsyncLast(id) {
5427
5057
  return this.http
5428
5058
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetUpdatesAsyncLast/' + id, { headers: this.getHeaders(), })
5429
- .pipe(retry(this.configApiRetry),
5430
- // catchError(this.handleError)
5431
- map((ret) => {
5059
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5432
5060
  return this.errorExceptionResultCheck(ret);
5433
5061
  }));
5434
5062
  }
5435
5063
  ServiceGetMeAsync(id) {
5436
5064
  return this.http
5437
5065
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetMeAsync/' + id, { headers: this.getHeaders(), })
5438
- .pipe(retry(this.configApiRetry),
5439
- // catchError(this.handleError)
5440
- map((ret) => {
5066
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5441
5067
  return this.errorExceptionResultCheck(ret);
5442
5068
  }));
5443
5069
  }
5444
5070
  ServiceSetWebhookAsync(id) {
5445
5071
  return this.http
5446
5072
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetWebhookAsync/' + id, { headers: this.getHeaders(), })
5447
- .pipe(retry(this.configApiRetry),
5448
- // catchError(this.handleError)
5449
- map((ret) => {
5073
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5450
5074
  return this.errorExceptionResultCheck(ret);
5451
5075
  }));
5452
5076
  }
5453
5077
  ServiceSetWebhookAsyncEmpty(id) {
5454
5078
  return this.http
5455
5079
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetWebhookAsyncEmpty/' + id, { headers: this.getHeaders(), })
5456
- .pipe(retry(this.configApiRetry),
5457
- // catchError(this.handleError)
5458
- map((ret) => {
5080
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5459
5081
  return this.errorExceptionResultCheck(ret);
5460
5082
  }));
5461
5083
  }
5462
5084
  ServiceSetAllWebhookUpdate() {
5463
5085
  return this.http
5464
5086
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetAllWebhookUpdate/', { headers: this.getHeaders(), })
5465
- .pipe(retry(this.configApiRetry),
5466
- // catchError(this.handleError)
5467
- map((ret) => {
5087
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5468
5088
  return this.errorExceptionResultCheck(ret);
5469
5089
  }));
5470
5090
  }
@@ -5484,9 +5104,7 @@ class ApiTelegramEnumService extends ApiServerBase {
5484
5104
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
5485
5105
  headers: this.getHeaders(),
5486
5106
  })
5487
- .pipe(
5488
- // catchError(this.handleError)
5489
- map((ret) => {
5107
+ .pipe(catchError(this.handleError), map((ret) => {
5490
5108
  return this.errorExceptionResultCheck(ret);
5491
5109
  }));
5492
5110
  }
@@ -5843,9 +5461,7 @@ class UniversalMenuEnumService extends ApiServerBase {
5843
5461
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UniversalMenuPlatformTypeEnum', {
5844
5462
  headers: this.getHeaders(),
5845
5463
  })
5846
- .pipe(
5847
- // catchError(this.handleError)
5848
- map((ret) => {
5464
+ .pipe(catchError(this.handleError), map((ret) => {
5849
5465
  return this.errorExceptionResultCheck(ret);
5850
5466
  }));
5851
5467
  }
@@ -5854,9 +5470,7 @@ class UniversalMenuEnumService extends ApiServerBase {
5854
5470
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UniversalMenuRenderTypeEnum', {
5855
5471
  headers: this.getHeaders(),
5856
5472
  })
5857
- .pipe(
5858
- // catchError(this.handleError)
5859
- map((ret) => {
5473
+ .pipe(catchError(this.handleError), map((ret) => {
5860
5474
  return this.errorExceptionResultCheck(ret);
5861
5475
  }));
5862
5476
  }
@@ -5924,9 +5538,7 @@ class UniversalMenuMenuItemService extends ApiCmsServerBase {
5924
5538
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMenu', model, {
5925
5539
  headers: this.getHeaders(),
5926
5540
  })
5927
- .pipe(retry(this.configApiRetry),
5928
- // catchError(this.handleError)
5929
- map((ret) => {
5541
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5930
5542
  // if (ret.item != null) {
5931
5543
  // this.coreCpMainMenu.next(ret.listItems);
5932
5544
  // }
@@ -5941,9 +5553,7 @@ class UniversalMenuMenuItemService extends ApiCmsServerBase {
5941
5553
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
5942
5554
  headers: this.getHeaders(),
5943
5555
  })
5944
- .pipe(retry(this.configApiRetry),
5945
- // catchError(this.handleError)
5946
- map((ret) => {
5556
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5947
5557
  return this.errorExceptionResultBaseCheck(ret);
5948
5558
  }));
5949
5559
  }
@@ -6024,9 +5634,7 @@ class NewsCategoryService extends ApiCmsServerBase {
6024
5634
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6025
5635
  headers: this.getHeaders(),
6026
5636
  })
6027
- .pipe(retry(this.configApiRetry),
6028
- // catchError(this.handleError)
6029
- map((ret) => {
5637
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6030
5638
  return this.errorExceptionResultCheck(ret);
6031
5639
  }));
6032
5640
  }
@@ -6046,9 +5654,7 @@ class NewsCommentService extends ApiCmsServerBase {
6046
5654
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
6047
5655
  headers: this.getHeaders(),
6048
5656
  })
6049
- .pipe(retry(this.configApiRetry),
6050
- // catchError(this.handleError)
6051
- map((ret) => {
5657
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6052
5658
  return this.errorExceptionResultBaseCheck(ret);
6053
5659
  }));
6054
5660
  }
@@ -6057,9 +5663,7 @@ class NewsCommentService extends ApiCmsServerBase {
6057
5663
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
6058
5664
  headers: this.getHeaders(),
6059
5665
  })
6060
- .pipe(retry(this.configApiRetry),
6061
- // catchError(this.handleError)
6062
- map((ret) => {
5666
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6063
5667
  return this.errorExceptionResultBaseCheck(ret);
6064
5668
  }));
6065
5669
  }
@@ -6082,9 +5686,7 @@ class NewsContentService extends ApiCmsServerBase {
6082
5686
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
6083
5687
  headers: this.getHeaders(),
6084
5688
  })
6085
- .pipe(retry(this.configApiRetry),
6086
- // catchError(this.handleError)
6087
- map((ret) => {
5689
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6088
5690
  return this.errorExceptionResultCheck(ret);
6089
5691
  }));
6090
5692
  }
@@ -6096,9 +5698,7 @@ class NewsContentService extends ApiCmsServerBase {
6096
5698
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
6097
5699
  headers: this.getHeaders(),
6098
5700
  })
6099
- .pipe(retry(this.configApiRetry),
6100
- // catchError(this.handleError)
6101
- map((ret) => {
5701
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6102
5702
  return this.errorExceptionResultCheck(ret);
6103
5703
  }));
6104
5704
  }
@@ -6110,9 +5710,7 @@ class NewsContentService extends ApiCmsServerBase {
6110
5710
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
6111
5711
  headers: this.getHeaders(),
6112
5712
  })
6113
- .pipe(retry(this.configApiRetry),
6114
- // catchError(this.handleError)
6115
- map((ret) => {
5713
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6116
5714
  return this.errorExceptionResultCheck(ret);
6117
5715
  }));
6118
5716
  }
@@ -6124,9 +5722,7 @@ class NewsContentService extends ApiCmsServerBase {
6124
5722
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
6125
5723
  headers: this.getHeaders(),
6126
5724
  })
6127
- .pipe(retry(this.configApiRetry),
6128
- // catchError(this.handleError)
6129
- map((ret) => {
5725
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6130
5726
  return this.errorExceptionResultCheck(ret);
6131
5727
  }));
6132
5728
  }
@@ -6138,9 +5734,7 @@ class NewsContentService extends ApiCmsServerBase {
6138
5734
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6139
5735
  headers: this.getHeaders(),
6140
5736
  })
6141
- .pipe(retry(this.configApiRetry),
6142
- // catchError(this.handleError)
6143
- map((ret) => {
5737
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6144
5738
  return this.errorExceptionResultBaseCheck(ret);
6145
5739
  }));
6146
5740
  }
@@ -6149,9 +5743,7 @@ class NewsContentService extends ApiCmsServerBase {
6149
5743
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6150
5744
  headers: this.getHeaders(),
6151
5745
  })
6152
- .pipe(retry(this.configApiRetry),
6153
- // catchError(this.handleError)
6154
- map((ret) => {
5746
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6155
5747
  return this.errorExceptionResultBaseCheck(ret);
6156
5748
  }));
6157
5749
  }
@@ -6160,9 +5752,7 @@ class NewsContentService extends ApiCmsServerBase {
6160
5752
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6161
5753
  headers: this.getHeaders(),
6162
5754
  })
6163
- .pipe(retry(this.configApiRetry),
6164
- // catchError(this.handleError)
6165
- map((ret) => {
5755
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6166
5756
  return this.errorExceptionResultBaseCheck(ret);
6167
5757
  }));
6168
5758
  }
@@ -6174,9 +5764,7 @@ class NewsContentService extends ApiCmsServerBase {
6174
5764
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6175
5765
  headers: this.getHeaders(),
6176
5766
  })
6177
- .pipe(retry(this.configApiRetry),
6178
- // catchError(this.handleError)
6179
- map((ret) => {
5767
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6180
5768
  return this.errorExceptionResultCheck(ret);
6181
5769
  }));
6182
5770
  }
@@ -6188,9 +5776,7 @@ class NewsContentService extends ApiCmsServerBase {
6188
5776
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6189
5777
  headers: this.getHeaders(),
6190
5778
  })
6191
- .pipe(retry(this.configApiRetry),
6192
- // catchError(this.handleError)
6193
- map((ret) => {
5779
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6194
5780
  return this.errorExceptionResultCheck(ret);
6195
5781
  }));
6196
5782
  }
@@ -6202,9 +5788,7 @@ class NewsContentService extends ApiCmsServerBase {
6202
5788
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6203
5789
  headers: this.getHeaders(),
6204
5790
  })
6205
- .pipe(retry(this.configApiRetry),
6206
- // catchError(this.handleError)
6207
- map((ret) => {
5791
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6208
5792
  return this.errorExceptionResultCheck(ret);
6209
5793
  }));
6210
5794
  }
@@ -6238,9 +5822,7 @@ class NewsContentOtherInfoService extends ApiCmsServerBase {
6238
5822
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6239
5823
  headers: this.getHeaders(),
6240
5824
  })
6241
- .pipe(retry(this.configApiRetry),
6242
- // catchError(this.handleError)
6243
- map((ret) => {
5825
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6244
5826
  return this.errorExceptionResultCheck(ret);
6245
5827
  }));
6246
5828
  }
@@ -6252,9 +5834,7 @@ class NewsContentOtherInfoService extends ApiCmsServerBase {
6252
5834
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
6253
5835
  headers: this.getHeaders(),
6254
5836
  })
6255
- .pipe(retry(this.configApiRetry),
6256
- // catchError(this.handleError)
6257
- map((ret) => {
5837
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6258
5838
  return this.errorExceptionResultCheck(ret);
6259
5839
  }));
6260
5840
  }
@@ -6299,9 +5879,7 @@ class NewsContentSimilarService extends ApiCmsServerBase {
6299
5879
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6300
5880
  headers: this.getHeaders(),
6301
5881
  })
6302
- .pipe(retry(this.configApiRetry),
6303
- // catchError(this.handleError)
6304
- map((ret) => {
5882
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6305
5883
  return this.errorExceptionResultCheck(ret);
6306
5884
  }));
6307
5885
  }
@@ -6313,9 +5891,7 @@ class NewsContentSimilarService extends ApiCmsServerBase {
6313
5891
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6314
5892
  headers: this.getHeaders(),
6315
5893
  })
6316
- .pipe(retry(this.configApiRetry),
6317
- // catchError(this.handleError)
6318
- map((ret) => {
5894
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6319
5895
  return this.errorExceptionResultCheck(ret);
6320
5896
  }));
6321
5897
  }
@@ -6338,9 +5914,7 @@ class NewsContentTagService extends ApiCmsServerBase {
6338
5914
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6339
5915
  headers: this.getHeaders(),
6340
5916
  })
6341
- .pipe(retry(this.configApiRetry),
6342
- // catchError(this.handleError)
6343
- map((ret) => {
5917
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6344
5918
  return this.errorExceptionResultCheck(ret);
6345
5919
  }));
6346
5920
  }
@@ -6352,9 +5926,7 @@ class NewsContentTagService extends ApiCmsServerBase {
6352
5926
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6353
5927
  headers: this.getHeaders(),
6354
5928
  })
6355
- .pipe(retry(this.configApiRetry),
6356
- // catchError(this.handleError)
6357
- map((ret) => {
5929
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6358
5930
  return this.errorExceptionResultCheck(ret);
6359
5931
  }));
6360
5932
  }
@@ -6399,9 +5971,7 @@ class NewsShareServerCategoryService extends ApiCmsServerBase {
6399
5971
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
6400
5972
  headers: this.getHeaders(),
6401
5973
  })
6402
- .pipe(retry(this.configApiRetry),
6403
- // catchError(this.handleError)
6404
- map((ret) => {
5974
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6405
5975
  return this.errorExceptionResultCheck(ret);
6406
5976
  }));
6407
5977
  }
@@ -6496,9 +6066,7 @@ class ChartCategoryService extends ApiCmsServerBase {
6496
6066
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6497
6067
  headers: this.getHeaders(),
6498
6068
  })
6499
- .pipe(retry(this.configApiRetry),
6500
- // catchError(this.handleError)
6501
- map((ret) => {
6069
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6502
6070
  return this.errorExceptionResultCheck(ret);
6503
6071
  }));
6504
6072
  }
@@ -6518,9 +6086,7 @@ class ChartCommentService extends ApiCmsServerBase {
6518
6086
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
6519
6087
  headers: this.getHeaders(),
6520
6088
  })
6521
- .pipe(retry(this.configApiRetry),
6522
- // catchError(this.handleError)
6523
- map((ret) => {
6089
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6524
6090
  return this.errorExceptionResultBaseCheck(ret);
6525
6091
  }));
6526
6092
  }
@@ -6529,9 +6095,7 @@ class ChartCommentService extends ApiCmsServerBase {
6529
6095
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
6530
6096
  headers: this.getHeaders(),
6531
6097
  })
6532
- .pipe(retry(this.configApiRetry),
6533
- // catchError(this.handleError)
6534
- map((ret) => {
6098
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6535
6099
  return this.errorExceptionResultBaseCheck(ret);
6536
6100
  }));
6537
6101
  }
@@ -6554,9 +6118,7 @@ class ChartContentService extends ApiCmsServerBase {
6554
6118
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
6555
6119
  headers: this.getHeaders(),
6556
6120
  })
6557
- .pipe(retry(this.configApiRetry),
6558
- // catchError(this.handleError)
6559
- map((ret) => {
6121
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6560
6122
  return this.errorExceptionResultCheck(ret);
6561
6123
  }));
6562
6124
  }
@@ -6568,9 +6130,7 @@ class ChartContentService extends ApiCmsServerBase {
6568
6130
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
6569
6131
  headers: this.getHeaders(),
6570
6132
  })
6571
- .pipe(retry(this.configApiRetry),
6572
- // catchError(this.handleError)
6573
- map((ret) => {
6133
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6574
6134
  return this.errorExceptionResultCheck(ret);
6575
6135
  }));
6576
6136
  }
@@ -6582,9 +6142,7 @@ class ChartContentService extends ApiCmsServerBase {
6582
6142
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
6583
6143
  headers: this.getHeaders(),
6584
6144
  })
6585
- .pipe(retry(this.configApiRetry),
6586
- // catchError(this.handleError)
6587
- map((ret) => {
6145
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6588
6146
  return this.errorExceptionResultCheck(ret);
6589
6147
  }));
6590
6148
  }
@@ -6596,9 +6154,7 @@ class ChartContentService extends ApiCmsServerBase {
6596
6154
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
6597
6155
  headers: this.getHeaders(),
6598
6156
  })
6599
- .pipe(retry(this.configApiRetry),
6600
- // catchError(this.handleError)
6601
- map((ret) => {
6157
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6602
6158
  return this.errorExceptionResultCheck(ret);
6603
6159
  }));
6604
6160
  }
@@ -6610,9 +6166,7 @@ class ChartContentService extends ApiCmsServerBase {
6610
6166
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6611
6167
  headers: this.getHeaders(),
6612
6168
  })
6613
- .pipe(retry(this.configApiRetry),
6614
- // catchError(this.handleError)
6615
- map((ret) => {
6169
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6616
6170
  return this.errorExceptionResultBaseCheck(ret);
6617
6171
  }));
6618
6172
  }
@@ -6621,9 +6175,7 @@ class ChartContentService extends ApiCmsServerBase {
6621
6175
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6622
6176
  headers: this.getHeaders(),
6623
6177
  })
6624
- .pipe(retry(this.configApiRetry),
6625
- // catchError(this.handleError)
6626
- map((ret) => {
6178
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6627
6179
  return this.errorExceptionResultBaseCheck(ret);
6628
6180
  }));
6629
6181
  }
@@ -6632,9 +6184,7 @@ class ChartContentService extends ApiCmsServerBase {
6632
6184
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6633
6185
  headers: this.getHeaders(),
6634
6186
  })
6635
- .pipe(retry(this.configApiRetry),
6636
- // catchError(this.handleError)
6637
- map((ret) => {
6187
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6638
6188
  return this.errorExceptionResultBaseCheck(ret);
6639
6189
  }));
6640
6190
  }
@@ -6646,9 +6196,7 @@ class ChartContentService extends ApiCmsServerBase {
6646
6196
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6647
6197
  headers: this.getHeaders(),
6648
6198
  })
6649
- .pipe(retry(this.configApiRetry),
6650
- // catchError(this.handleError)
6651
- map((ret) => {
6199
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6652
6200
  return this.errorExceptionResultCheck(ret);
6653
6201
  }));
6654
6202
  }
@@ -6660,9 +6208,7 @@ class ChartContentService extends ApiCmsServerBase {
6660
6208
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6661
6209
  headers: this.getHeaders(),
6662
6210
  })
6663
- .pipe(retry(this.configApiRetry),
6664
- // catchError(this.handleError)
6665
- map((ret) => {
6211
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6666
6212
  return this.errorExceptionResultCheck(ret);
6667
6213
  }));
6668
6214
  }
@@ -6674,9 +6220,7 @@ class ChartContentService extends ApiCmsServerBase {
6674
6220
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6675
6221
  headers: this.getHeaders(),
6676
6222
  })
6677
- .pipe(retry(this.configApiRetry),
6678
- // catchError(this.handleError)
6679
- map((ret) => {
6223
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6680
6224
  return this.errorExceptionResultCheck(ret);
6681
6225
  }));
6682
6226
  }
@@ -6710,9 +6254,7 @@ class ChartContentOtherInfoService extends ApiCmsServerBase {
6710
6254
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6711
6255
  headers: this.getHeaders(),
6712
6256
  })
6713
- .pipe(retry(this.configApiRetry),
6714
- // catchError(this.handleError)
6715
- map((ret) => {
6257
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6716
6258
  return this.errorExceptionResultCheck(ret);
6717
6259
  }));
6718
6260
  }
@@ -6724,9 +6266,7 @@ class ChartContentOtherInfoService extends ApiCmsServerBase {
6724
6266
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
6725
6267
  headers: this.getHeaders(),
6726
6268
  })
6727
- .pipe(retry(this.configApiRetry),
6728
- // catchError(this.handleError)
6729
- map((ret) => {
6269
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6730
6270
  return this.errorExceptionResultCheck(ret);
6731
6271
  }));
6732
6272
  }
@@ -6771,9 +6311,7 @@ class ChartContentSimilarService extends ApiCmsServerBase {
6771
6311
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6772
6312
  headers: this.getHeaders(),
6773
6313
  })
6774
- .pipe(retry(this.configApiRetry),
6775
- // catchError(this.handleError)
6776
- map((ret) => {
6314
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6777
6315
  return this.errorExceptionResultCheck(ret);
6778
6316
  }));
6779
6317
  }
@@ -6785,9 +6323,7 @@ class ChartContentSimilarService extends ApiCmsServerBase {
6785
6323
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6786
6324
  headers: this.getHeaders(),
6787
6325
  })
6788
- .pipe(retry(this.configApiRetry),
6789
- // catchError(this.handleError)
6790
- map((ret) => {
6326
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6791
6327
  return this.errorExceptionResultCheck(ret);
6792
6328
  }));
6793
6329
  }
@@ -6810,9 +6346,7 @@ class ChartContentTagService extends ApiCmsServerBase {
6810
6346
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6811
6347
  headers: this.getHeaders(),
6812
6348
  })
6813
- .pipe(retry(this.configApiRetry),
6814
- // catchError(this.handleError)
6815
- map((ret) => {
6349
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6816
6350
  return this.errorExceptionResultCheck(ret);
6817
6351
  }));
6818
6352
  }
@@ -6824,9 +6358,7 @@ class ChartContentTagService extends ApiCmsServerBase {
6824
6358
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6825
6359
  headers: this.getHeaders(),
6826
6360
  })
6827
- .pipe(retry(this.configApiRetry),
6828
- // catchError(this.handleError)
6829
- map((ret) => {
6361
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6830
6362
  return this.errorExceptionResultCheck(ret);
6831
6363
  }));
6832
6364
  }
@@ -6871,9 +6403,7 @@ class ChartShareServerCategoryService extends ApiCmsServerBase {
6871
6403
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
6872
6404
  headers: this.getHeaders(),
6873
6405
  })
6874
- .pipe(retry(this.configApiRetry),
6875
- // catchError(this.handleError)
6876
- map((ret) => {
6406
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6877
6407
  return this.errorExceptionResultCheck(ret);
6878
6408
  }));
6879
6409
  }
@@ -6956,9 +6486,7 @@ class BlogCategoryService extends ApiCmsServerBase {
6956
6486
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6957
6487
  headers: this.getHeaders(),
6958
6488
  })
6959
- .pipe(retry(this.configApiRetry),
6960
- // catchError(this.handleError)
6961
- map((ret) => {
6489
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6962
6490
  return this.errorExceptionResultCheck(ret);
6963
6491
  }));
6964
6492
  }
@@ -6978,9 +6506,7 @@ class BlogCommentService extends ApiCmsServerBase {
6978
6506
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
6979
6507
  headers: this.getHeaders(),
6980
6508
  })
6981
- .pipe(retry(this.configApiRetry),
6982
- // catchError(this.handleError)
6983
- map((ret) => {
6509
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6984
6510
  return this.errorExceptionResultBaseCheck(ret);
6985
6511
  }));
6986
6512
  }
@@ -6989,9 +6515,7 @@ class BlogCommentService extends ApiCmsServerBase {
6989
6515
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
6990
6516
  headers: this.getHeaders(),
6991
6517
  })
6992
- .pipe(retry(this.configApiRetry),
6993
- // catchError(this.handleError)
6994
- map((ret) => {
6518
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6995
6519
  return this.errorExceptionResultBaseCheck(ret);
6996
6520
  }));
6997
6521
  }
@@ -7014,9 +6538,7 @@ class BlogContentService extends ApiCmsServerBase {
7014
6538
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
7015
6539
  headers: this.getHeaders(),
7016
6540
  })
7017
- .pipe(retry(this.configApiRetry),
7018
- // catchError(this.handleError)
7019
- map((ret) => {
6541
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7020
6542
  return this.errorExceptionResultCheck(ret);
7021
6543
  }));
7022
6544
  }
@@ -7028,9 +6550,7 @@ class BlogContentService extends ApiCmsServerBase {
7028
6550
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
7029
6551
  headers: this.getHeaders(),
7030
6552
  })
7031
- .pipe(retry(this.configApiRetry),
7032
- // catchError(this.handleError)
7033
- map((ret) => {
6553
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7034
6554
  return this.errorExceptionResultCheck(ret);
7035
6555
  }));
7036
6556
  }
@@ -7042,9 +6562,7 @@ class BlogContentService extends ApiCmsServerBase {
7042
6562
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
7043
6563
  headers: this.getHeaders(),
7044
6564
  })
7045
- .pipe(retry(this.configApiRetry),
7046
- // catchError(this.handleError)
7047
- map((ret) => {
6565
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7048
6566
  return this.errorExceptionResultCheck(ret);
7049
6567
  }));
7050
6568
  }
@@ -7056,9 +6574,7 @@ class BlogContentService extends ApiCmsServerBase {
7056
6574
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
7057
6575
  headers: this.getHeaders(),
7058
6576
  })
7059
- .pipe(retry(this.configApiRetry),
7060
- // catchError(this.handleError)
7061
- map((ret) => {
6577
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7062
6578
  return this.errorExceptionResultCheck(ret);
7063
6579
  }));
7064
6580
  }
@@ -7070,9 +6586,7 @@ class BlogContentService extends ApiCmsServerBase {
7070
6586
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
7071
6587
  headers: this.getHeaders(),
7072
6588
  })
7073
- .pipe(retry(this.configApiRetry),
7074
- // catchError(this.handleError)
7075
- map((ret) => {
6589
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7076
6590
  return this.errorExceptionResultBaseCheck(ret);
7077
6591
  }));
7078
6592
  }
@@ -7081,9 +6595,7 @@ class BlogContentService extends ApiCmsServerBase {
7081
6595
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
7082
6596
  headers: this.getHeaders(),
7083
6597
  })
7084
- .pipe(retry(this.configApiRetry),
7085
- // catchError(this.handleError)
7086
- map((ret) => {
6598
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7087
6599
  return this.errorExceptionResultBaseCheck(ret);
7088
6600
  }));
7089
6601
  }
@@ -7092,9 +6604,7 @@ class BlogContentService extends ApiCmsServerBase {
7092
6604
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
7093
6605
  headers: this.getHeaders(),
7094
6606
  })
7095
- .pipe(retry(this.configApiRetry),
7096
- // catchError(this.handleError)
7097
- map((ret) => {
6607
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7098
6608
  return this.errorExceptionResultBaseCheck(ret);
7099
6609
  }));
7100
6610
  }
@@ -7106,9 +6616,7 @@ class BlogContentService extends ApiCmsServerBase {
7106
6616
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
7107
6617
  headers: this.getHeaders(),
7108
6618
  })
7109
- .pipe(retry(this.configApiRetry),
7110
- // catchError(this.handleError)
7111
- map((ret) => {
6619
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7112
6620
  return this.errorExceptionResultCheck(ret);
7113
6621
  }));
7114
6622
  }
@@ -7120,9 +6628,7 @@ class BlogContentService extends ApiCmsServerBase {
7120
6628
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
7121
6629
  headers: this.getHeaders(),
7122
6630
  })
7123
- .pipe(retry(this.configApiRetry),
7124
- // catchError(this.handleError)
7125
- map((ret) => {
6631
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7126
6632
  return this.errorExceptionResultCheck(ret);
7127
6633
  }));
7128
6634
  }
@@ -7134,9 +6640,7 @@ class BlogContentService extends ApiCmsServerBase {
7134
6640
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
7135
6641
  headers: this.getHeaders(),
7136
6642
  })
7137
- .pipe(retry(this.configApiRetry),
7138
- // catchError(this.handleError)
7139
- map((ret) => {
6643
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7140
6644
  return this.errorExceptionResultCheck(ret);
7141
6645
  }));
7142
6646
  }
@@ -7170,9 +6674,7 @@ class BlogContentOtherInfoService extends ApiCmsServerBase {
7170
6674
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
7171
6675
  headers: this.getHeaders(),
7172
6676
  })
7173
- .pipe(retry(this.configApiRetry),
7174
- // catchError(this.handleError)
7175
- map((ret) => {
6677
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7176
6678
  return this.errorExceptionResultCheck(ret);
7177
6679
  }));
7178
6680
  }
@@ -7184,9 +6686,7 @@ class BlogContentOtherInfoService extends ApiCmsServerBase {
7184
6686
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
7185
6687
  headers: this.getHeaders(),
7186
6688
  })
7187
- .pipe(retry(this.configApiRetry),
7188
- // catchError(this.handleError)
7189
- map((ret) => {
6689
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7190
6690
  return this.errorExceptionResultCheck(ret);
7191
6691
  }));
7192
6692
  }
@@ -7231,9 +6731,7 @@ class BlogContentSimilarService extends ApiCmsServerBase {
7231
6731
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
7232
6732
  headers: this.getHeaders(),
7233
6733
  })
7234
- .pipe(retry(this.configApiRetry),
7235
- // catchError(this.handleError)
7236
- map((ret) => {
6734
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7237
6735
  return this.errorExceptionResultCheck(ret);
7238
6736
  }));
7239
6737
  }
@@ -7245,9 +6743,7 @@ class BlogContentSimilarService extends ApiCmsServerBase {
7245
6743
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
7246
6744
  headers: this.getHeaders(),
7247
6745
  })
7248
- .pipe(retry(this.configApiRetry),
7249
- // catchError(this.handleError)
7250
- map((ret) => {
6746
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7251
6747
  return this.errorExceptionResultCheck(ret);
7252
6748
  }));
7253
6749
  }
@@ -7270,9 +6766,7 @@ class BlogContentTagService extends ApiCmsServerBase {
7270
6766
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
7271
6767
  headers: this.getHeaders(),
7272
6768
  })
7273
- .pipe(retry(this.configApiRetry),
7274
- // catchError(this.handleError)
7275
- map((ret) => {
6769
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7276
6770
  return this.errorExceptionResultCheck(ret);
7277
6771
  }));
7278
6772
  }
@@ -7284,9 +6778,7 @@ class BlogContentTagService extends ApiCmsServerBase {
7284
6778
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
7285
6779
  headers: this.getHeaders(),
7286
6780
  })
7287
- .pipe(retry(this.configApiRetry),
7288
- // catchError(this.handleError)
7289
- map((ret) => {
6781
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7290
6782
  return this.errorExceptionResultCheck(ret);
7291
6783
  }));
7292
6784
  }
@@ -7331,9 +6823,7 @@ class BlogShareServerCategoryService extends ApiCmsServerBase {
7331
6823
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
7332
6824
  headers: this.getHeaders(),
7333
6825
  })
7334
- .pipe(retry(this.configApiRetry),
7335
- // catchError(this.handleError)
7336
- map((ret) => {
6826
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7337
6827
  return this.errorExceptionResultCheck(ret);
7338
6828
  }));
7339
6829
  }
@@ -7428,9 +6918,7 @@ class CatalogCategoryService extends ApiCmsServerBase {
7428
6918
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
7429
6919
  headers: this.getHeaders(),
7430
6920
  })
7431
- .pipe(retry(this.configApiRetry),
7432
- // catchError(this.handleError)
7433
- map((ret) => {
6921
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7434
6922
  return this.errorExceptionResultCheck(ret);
7435
6923
  }));
7436
6924
  }
@@ -7453,9 +6941,7 @@ class CatalogContentService extends ApiCmsServerBase {
7453
6941
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
7454
6942
  headers: this.getHeaders(),
7455
6943
  })
7456
- .pipe(retry(this.configApiRetry),
7457
- // catchError(this.handleError)
7458
- map((ret) => {
6944
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7459
6945
  return this.errorExceptionResultBaseCheck(ret);
7460
6946
  }));
7461
6947
  }
@@ -7464,9 +6950,7 @@ class CatalogContentService extends ApiCmsServerBase {
7464
6950
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
7465
6951
  headers: this.getHeaders(),
7466
6952
  })
7467
- .pipe(retry(this.configApiRetry),
7468
- // catchError(this.handleError)
7469
- map((ret) => {
6953
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7470
6954
  return this.errorExceptionResultBaseCheck(ret);
7471
6955
  }));
7472
6956
  }
@@ -7475,9 +6959,7 @@ class CatalogContentService extends ApiCmsServerBase {
7475
6959
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
7476
6960
  headers: this.getHeaders(),
7477
6961
  })
7478
- .pipe(retry(this.configApiRetry),
7479
- // catchError(this.handleError)
7480
- map((ret) => {
6962
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7481
6963
  return this.errorExceptionResultBaseCheck(ret);
7482
6964
  }));
7483
6965
  }
@@ -7489,9 +6971,7 @@ class CatalogContentService extends ApiCmsServerBase {
7489
6971
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
7490
6972
  headers: this.getHeaders(),
7491
6973
  })
7492
- .pipe(retry(this.configApiRetry),
7493
- // catchError(this.handleError)
7494
- map((ret) => {
6974
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7495
6975
  return this.errorExceptionResultCheck(ret);
7496
6976
  }));
7497
6977
  }
@@ -7503,9 +6983,7 @@ class CatalogContentService extends ApiCmsServerBase {
7503
6983
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
7504
6984
  headers: this.getHeaders(),
7505
6985
  })
7506
- .pipe(retry(this.configApiRetry),
7507
- // catchError(this.handleError)
7508
- map((ret) => {
6986
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7509
6987
  return this.errorExceptionResultCheck(ret);
7510
6988
  }));
7511
6989
  }
@@ -7517,9 +6995,7 @@ class CatalogContentService extends ApiCmsServerBase {
7517
6995
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
7518
6996
  headers: this.getHeaders(),
7519
6997
  })
7520
- .pipe(retry(this.configApiRetry),
7521
- // catchError(this.handleError)
7522
- map((ret) => {
6998
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7523
6999
  return this.errorExceptionResultCheck(ret);
7524
7000
  }));
7525
7001
  }
@@ -7582,9 +7058,7 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7582
7058
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7583
7059
  headers: this.getHeaders(),
7584
7060
  })
7585
- .pipe(retry(this.configApiRetry),
7586
- // catchError(this.handleError)
7587
- map((ret) => {
7061
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7588
7062
  return this.errorExceptionResultCheck(ret);
7589
7063
  }));
7590
7064
  }
@@ -7596,9 +7070,7 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7596
7070
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/TestPay', model, {
7597
7071
  headers: this.getHeaders(),
7598
7072
  })
7599
- .pipe(retry(this.configApiRetry),
7600
- // catchError(this.handleError)
7601
- map((ret) => {
7073
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7602
7074
  return this.errorExceptionResultCheck(ret);
7603
7075
  }));
7604
7076
  }
@@ -7610,9 +7082,7 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7610
7082
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GoToBankPaymentWebSite', model, {
7611
7083
  headers: this.getHeaders(),
7612
7084
  })
7613
- .pipe(retry(this.configApiRetry),
7614
- // catchError(this.handleError)
7615
- map((ret) => {
7085
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7616
7086
  return this.errorExceptionResultCheck(ret);
7617
7087
  }));
7618
7088
  }
@@ -7621,9 +7091,7 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7621
7091
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PaymentGatewayList', {
7622
7092
  headers: this.getHeaders(),
7623
7093
  })
7624
- .pipe(retry(this.configApiRetry),
7625
- // catchError(this.handleError)
7626
- map((ret) => {
7094
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7627
7095
  return this.errorExceptionResultCheck(ret);
7628
7096
  }));
7629
7097
  }
@@ -7632,9 +7100,7 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7632
7100
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PaymentGatewayCoreList', {
7633
7101
  headers: this.getHeaders(),
7634
7102
  })
7635
- .pipe(retry(this.configApiRetry),
7636
- // catchError(this.handleError)
7637
- map((ret) => {
7103
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7638
7104
  return this.errorExceptionResultCheck(ret);
7639
7105
  }));
7640
7106
  }
@@ -7654,9 +7120,7 @@ class BankPaymentPublicConfigService extends ApiCmsServerBase {
7654
7120
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7655
7121
  headers: this.getHeaders(),
7656
7122
  })
7657
- .pipe(retry(this.configApiRetry),
7658
- // catchError(this.handleError)
7659
- map((ret) => {
7123
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7660
7124
  return this.errorExceptionResultCheck(ret);
7661
7125
  }));
7662
7126
  }
@@ -7665,9 +7129,7 @@ class BankPaymentPublicConfigService extends ApiCmsServerBase {
7665
7129
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
7666
7130
  headers: this.getHeaders(),
7667
7131
  })
7668
- .pipe(retry(this.configApiRetry),
7669
- // catchError(this.handleError)
7670
- map((ret) => {
7132
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7671
7133
  return this.errorExceptionResultCheck(ret);
7672
7134
  }));
7673
7135
  }
@@ -7687,9 +7149,7 @@ class BankPaymentTransactionService extends ApiCmsServerBase {
7687
7149
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionCheck/' + id, {
7688
7150
  headers: this.getHeaders(),
7689
7151
  })
7690
- .pipe(retry(this.configApiRetry),
7691
- // catchError(this.handleError)
7692
- map((ret) => {
7152
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7693
7153
  return this.errorExceptionResultCheck(ret);
7694
7154
  }));
7695
7155
  }
@@ -7720,9 +7180,7 @@ class BankPaymentEnumService extends ApiServerBase {
7720
7180
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionRecordStatusEnum', {
7721
7181
  headers: this.getHeaders(),
7722
7182
  })
7723
- .pipe(
7724
- // catchError(this.handleError)
7725
- map((ret) => {
7183
+ .pipe(catchError(this.handleError), map((ret) => {
7726
7184
  return this.errorExceptionResultCheck(ret);
7727
7185
  }));
7728
7186
  }
@@ -7731,9 +7189,7 @@ class BankPaymentEnumService extends ApiServerBase {
7731
7189
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionBankStatusEnum', {
7732
7190
  headers: this.getHeaders(),
7733
7191
  })
7734
- .pipe(
7735
- // catchError(this.handleError)
7736
- map((ret) => {
7192
+ .pipe(catchError(this.handleError), map((ret) => {
7737
7193
  return this.errorExceptionResultCheck(ret);
7738
7194
  }));
7739
7195
  }
@@ -7912,9 +7368,7 @@ class SmsEnumService extends ApiServerBase {
7912
7368
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiNumberPermissionAccessStatusEnum', {
7913
7369
  headers: this.getHeaders(),
7914
7370
  })
7915
- .pipe(
7916
- // catchError(this.handleError)
7917
- map((ret) => {
7371
+ .pipe(catchError(this.handleError), map((ret) => {
7918
7372
  return this.errorExceptionResultCheck(ret);
7919
7373
  }));
7920
7374
  }
@@ -7923,9 +7377,7 @@ class SmsEnumService extends ApiServerBase {
7923
7377
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiNumberPermissionActionEnum', {
7924
7378
  headers: this.getHeaders(),
7925
7379
  })
7926
- .pipe(
7927
- // catchError(this.handleError)
7928
- map((ret) => {
7380
+ .pipe(catchError(this.handleError), map((ret) => {
7929
7381
  return this.errorExceptionResultCheck(ret);
7930
7382
  }));
7931
7383
  }
@@ -7934,9 +7386,7 @@ class SmsEnumService extends ApiServerBase {
7934
7386
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiPathPermissionAccessStatusEnum', {
7935
7387
  headers: this.getHeaders(),
7936
7388
  })
7937
- .pipe(
7938
- // catchError(this.handleError)
7939
- map((ret) => {
7389
+ .pipe(catchError(this.handleError), map((ret) => {
7940
7390
  return this.errorExceptionResultCheck(ret);
7941
7391
  }));
7942
7392
  }
@@ -7945,9 +7395,7 @@ class SmsEnumService extends ApiServerBase {
7945
7395
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiPathPermissionActionEnum', {
7946
7396
  headers: this.getHeaders(),
7947
7397
  })
7948
- .pipe(
7949
- // catchError(this.handleError)
7950
- map((ret) => {
7398
+ .pipe(catchError(this.handleError), map((ret) => {
7951
7399
  return this.errorExceptionResultCheck(ret);
7952
7400
  }));
7953
7401
  }
@@ -7956,9 +7404,7 @@ class SmsEnumService extends ApiServerBase {
7956
7404
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsMessageTypeEnum', {
7957
7405
  headers: this.getHeaders(),
7958
7406
  })
7959
- .pipe(
7960
- // catchError(this.handleError)
7961
- map((ret) => {
7407
+ .pipe(catchError(this.handleError), map((ret) => {
7962
7408
  return this.errorExceptionResultCheck(ret);
7963
7409
  }));
7964
7410
  }
@@ -7967,9 +7413,7 @@ class SmsEnumService extends ApiServerBase {
7967
7413
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsOutBoxTypeEnum', {
7968
7414
  headers: this.getHeaders(),
7969
7415
  })
7970
- .pipe(
7971
- // catchError(this.handleError)
7972
- map((ret) => {
7416
+ .pipe(catchError(this.handleError), map((ret) => {
7973
7417
  return this.errorExceptionResultCheck(ret);
7974
7418
  }));
7975
7419
  }
@@ -7978,9 +7422,7 @@ class SmsEnumService extends ApiServerBase {
7978
7422
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsProcessFlowRecordStatusEnum', {
7979
7423
  headers: this.getHeaders(),
7980
7424
  })
7981
- .pipe(
7982
- // catchError(this.handleError)
7983
- map((ret) => {
7425
+ .pipe(catchError(this.handleError), map((ret) => {
7984
7426
  return this.errorExceptionResultCheck(ret);
7985
7427
  }));
7986
7428
  }
@@ -7989,9 +7431,7 @@ class SmsEnumService extends ApiServerBase {
7989
7431
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsProcessFlowSmsStatusEnum', {
7990
7432
  headers: this.getHeaders(),
7991
7433
  })
7992
- .pipe(
7993
- // catchError(this.handleError)
7994
- map((ret) => {
7434
+ .pipe(catchError(this.handleError), map((ret) => {
7995
7435
  return this.errorExceptionResultCheck(ret);
7996
7436
  }));
7997
7437
  }
@@ -8000,9 +7440,7 @@ class SmsEnumService extends ApiServerBase {
8000
7440
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsRecordStatusOutBoxEnum', {
8001
7441
  headers: this.getHeaders(),
8002
7442
  })
8003
- .pipe(
8004
- // catchError(this.handleError)
8005
- map((ret) => {
7443
+ .pipe(catchError(this.handleError), map((ret) => {
8006
7444
  return this.errorExceptionResultCheck(ret);
8007
7445
  }));
8008
7446
  }
@@ -8073,9 +7511,7 @@ class SmsMainApiPathService extends ApiCmsServerBase {
8073
7511
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
8074
7512
  headers: this.getHeaders(),
8075
7513
  })
8076
- .pipe(retry(this.configApiRetry),
8077
- // catchError(this.handleError)
8078
- map((ret) => {
7514
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8079
7515
  return this.errorExceptionResultCheck(ret);
8080
7516
  }));
8081
7517
  }
@@ -8087,9 +7523,7 @@ class SmsMainApiPathService extends ApiCmsServerBase {
8087
7523
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessageTest', model, {
8088
7524
  headers: this.getHeaders(),
8089
7525
  })
8090
- .pipe(retry(this.configApiRetry),
8091
- // catchError(this.handleError)
8092
- map((ret) => {
7526
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8093
7527
  return this.errorExceptionResultCheck(ret);
8094
7528
  }));
8095
7529
  }
@@ -8101,9 +7535,7 @@ class SmsMainApiPathService extends ApiCmsServerBase {
8101
7535
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessage', model, {
8102
7536
  headers: this.getHeaders(),
8103
7537
  })
8104
- .pipe(retry(this.configApiRetry),
8105
- // catchError(this.handleError)
8106
- map((ret) => {
7538
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8107
7539
  return this.errorExceptionResultCheck(ret);
8108
7540
  }));
8109
7541
  }
@@ -8112,9 +7544,7 @@ class SmsMainApiPathService extends ApiCmsServerBase {
8112
7544
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetToken/' + id, {
8113
7545
  headers: this.getHeaders(),
8114
7546
  })
8115
- .pipe(retry(this.configApiRetry),
8116
- // catchError(this.handleError)
8117
- map((ret) => {
7547
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8118
7548
  return this.errorExceptionResultCheck(ret);
8119
7549
  }));
8120
7550
  }
@@ -8123,9 +7553,7 @@ class SmsMainApiPathService extends ApiCmsServerBase {
8123
7553
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetBalance/' + id, {
8124
7554
  headers: this.getHeaders(),
8125
7555
  })
8126
- .pipe(retry(this.configApiRetry),
8127
- // catchError(this.handleError)
8128
- map((ret) => {
7556
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8129
7557
  return this.errorExceptionResultCheck(ret);
8130
7558
  }));
8131
7559
  }
@@ -8134,9 +7562,7 @@ class SmsMainApiPathService extends ApiCmsServerBase {
8134
7562
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetReceiveInboxManually/' + id, {
8135
7563
  headers: this.getHeaders(),
8136
7564
  })
8137
- .pipe(retry(this.configApiRetry),
8138
- // catchError(this.handleError)
8139
- map((ret) => {
7565
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8140
7566
  return this.errorExceptionResultCheck(ret);
8141
7567
  }));
8142
7568
  }
@@ -8222,9 +7648,7 @@ class SmsMainApiPathPublicConfigService extends ApiCmsServerBase {
8222
7648
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
8223
7649
  headers: this.getHeaders(),
8224
7650
  })
8225
- .pipe(retry(this.configApiRetry),
8226
- // catchError(this.handleError)
8227
- map((ret) => {
7651
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8228
7652
  return this.errorExceptionResultCheck(ret);
8229
7653
  }));
8230
7654
  }
@@ -8233,9 +7657,7 @@ class SmsMainApiPathPublicConfigService extends ApiCmsServerBase {
8233
7657
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
8234
7658
  headers: this.getHeaders(),
8235
7659
  })
8236
- .pipe(retry(this.configApiRetry),
8237
- // catchError(this.handleError)
8238
- map((ret) => {
7660
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8239
7661
  return this.errorExceptionResultCheck(ret);
8240
7662
  }));
8241
7663
  }
@@ -8310,9 +7732,7 @@ class SmsMainMessageCategoryService extends ApiCmsServerBase {
8310
7732
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8311
7733
  headers: this.getHeaders(),
8312
7734
  })
8313
- .pipe(retry(this.configApiRetry),
8314
- // catchError(this.handleError)
8315
- map((ret) => {
7735
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8316
7736
  return this.errorExceptionResultCheck(ret);
8317
7737
  }));
8318
7738
  }
@@ -8332,9 +7752,7 @@ class SmsLogOutBoxQueueService extends ApiCmsServerBase {
8332
7752
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllReadyToSend/', model, {
8333
7753
  headers: this.getHeaders(),
8334
7754
  })
8335
- .pipe(retry(this.configApiRetry),
8336
- // catchError(this.handleError)
8337
- map((ret) => {
7755
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8338
7756
  return this.errorExceptionResultCheck(ret);
8339
7757
  }));
8340
7758
  }
@@ -8343,9 +7761,7 @@ class SmsLogOutBoxQueueService extends ApiCmsServerBase {
8343
7761
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSending/', model, {
8344
7762
  headers: this.getHeaders(),
8345
7763
  })
8346
- .pipe(retry(this.configApiRetry),
8347
- // catchError(this.handleError)
8348
- map((ret) => {
7764
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8349
7765
  return this.errorExceptionResultCheck(ret);
8350
7766
  }));
8351
7767
  }
@@ -8376,9 +7792,7 @@ class SmsLogOutBoxTaskSchedulerService extends ApiCmsServerBase {
8376
7792
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllReadyToSend/', model, {
8377
7793
  headers: this.getHeaders(),
8378
7794
  })
8379
- .pipe(retry(this.configApiRetry),
8380
- // catchError(this.handleError)
8381
- map((ret) => {
7795
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8382
7796
  return this.errorExceptionResultCheck(ret);
8383
7797
  }));
8384
7798
  }
@@ -8387,9 +7801,7 @@ class SmsLogOutBoxTaskSchedulerService extends ApiCmsServerBase {
8387
7801
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSending/', model, {
8388
7802
  headers: this.getHeaders(),
8389
7803
  })
8390
- .pipe(retry(this.configApiRetry),
8391
- // catchError(this.handleError)
8392
- map((ret) => {
7804
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8393
7805
  return this.errorExceptionResultCheck(ret);
8394
7806
  }));
8395
7807
  }
@@ -8524,9 +7936,7 @@ class ApplicationEnumService extends ApiServerBase {
8524
7936
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
8525
7937
  headers: this.getHeaders(),
8526
7938
  })
8527
- .pipe(
8528
- // catchError(this.handleError)
8529
- map((ret) => {
7939
+ .pipe(catchError(this.handleError), map((ret) => {
8530
7940
  return this.errorExceptionResultCheck(ret);
8531
7941
  }));
8532
7942
  }
@@ -8558,9 +7968,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8558
7968
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
8559
7969
  headers: this.getHeaders(),
8560
7970
  })
8561
- .pipe(retry(this.configApiRetry),
8562
- // catchError(this.handleError)
8563
- map((ret) => {
7971
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8564
7972
  return this.errorExceptionResultBaseCheck(ret);
8565
7973
  }));
8566
7974
  }
@@ -8572,9 +7980,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8572
7980
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClickList', model, {
8573
7981
  headers: this.getHeaders(),
8574
7982
  })
8575
- .pipe(retry(this.configApiRetry),
8576
- // catchError(this.handleError)
8577
- map((ret) => {
7983
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8578
7984
  return this.errorExceptionResultCheck(ret);
8579
7985
  }));
8580
7986
  }
@@ -8583,9 +7989,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8583
7989
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentApp', {
8584
7990
  headers: this.getHeaders(),
8585
7991
  })
8586
- .pipe(retry(this.configApiRetry),
8587
- // catchError(this.handleError)
8588
- map((ret) => {
7992
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8589
7993
  return this.errorExceptionResultCheck(ret);
8590
7994
  }));
8591
7995
  }
@@ -8594,9 +7998,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8594
7998
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/build/' + id, {
8595
7999
  headers: this.getHeaders(),
8596
8000
  })
8597
- .pipe(retry(this.configApiRetry),
8598
- // catchError(this.handleError)
8599
- map((ret) => {
8001
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8600
8002
  return this.errorExceptionResultCheck(ret);
8601
8003
  }));
8602
8004
  }
@@ -8605,9 +8007,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8605
8007
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/build/' + id + '/' + key, {
8606
8008
  headers: this.getHeaders(),
8607
8009
  })
8608
- .pipe(retry(this.configApiRetry),
8609
- // catchError(this.handleError)
8610
- map((ret) => {
8010
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8611
8011
  return this.errorExceptionResultCheck(ret);
8612
8012
  }));
8613
8013
  }
@@ -8619,9 +8019,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8619
8019
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/BuildInfo', model, {
8620
8020
  headers: this.getHeaders(),
8621
8021
  })
8622
- .pipe(retry(this.configApiRetry),
8623
- // catchError(this.handleError)
8624
- map((ret) => {
8022
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8625
8023
  return this.errorExceptionResultBaseCheck(ret);
8626
8024
  }));
8627
8025
  }
@@ -8633,9 +8031,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8633
8031
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UploadUpdate', model, {
8634
8032
  headers: this.getHeaders(),
8635
8033
  })
8636
- .pipe(retry(this.configApiRetry),
8637
- // catchError(this.handleError)
8638
- map((ret) => {
8034
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8639
8035
  return this.errorExceptionResultCheck(ret);
8640
8036
  }));
8641
8037
  }
@@ -8647,9 +8043,7 @@ class ApplicationAppService extends ApiCmsServerBase {
8647
8043
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Upload', model, {
8648
8044
  headers: this.getHeaders(),
8649
8045
  })
8650
- .pipe(retry(this.configApiRetry),
8651
- // catchError(this.handleError)
8652
- map((ret) => {
8046
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8653
8047
  return this.errorExceptionResultCheck(ret);
8654
8048
  }));
8655
8049
  }
@@ -8680,9 +8074,7 @@ class ApplicationLayoutService extends ApiCmsServerBase {
8680
8074
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormat', model, {
8681
8075
  headers: this.getHeaders(),
8682
8076
  })
8683
- .pipe(retry(this.configApiRetry),
8684
- // catchError(this.handleError)
8685
- map((ret) => {
8077
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8686
8078
  return this.errorExceptionResultCheck(ret);
8687
8079
  }));
8688
8080
  }
@@ -8691,9 +8083,7 @@ class ApplicationLayoutService extends ApiCmsServerBase {
8691
8083
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithJsonFormat', model, {
8692
8084
  headers: this.getHeaders(),
8693
8085
  })
8694
- .pipe(retry(this.configApiRetry),
8695
- // catchError(this.handleError)
8696
- map((ret) => {
8086
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8697
8087
  return this.errorExceptionResultCheck(ret);
8698
8088
  }));
8699
8089
  }
@@ -8724,9 +8114,7 @@ class ApplicationLogNotificationService extends ApiCmsServerBase {
8724
8114
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotification', model, {
8725
8115
  headers: this.getHeaders(),
8726
8116
  })
8727
- .pipe(retry(this.configApiRetry),
8728
- // catchError(this.handleError)
8729
- map((ret) => {
8117
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8730
8118
  return this.errorExceptionResultCheck(ret);
8731
8119
  }));
8732
8120
  }
@@ -8757,9 +8145,7 @@ class ApplicationSourceService extends ApiCmsServerBase {
8757
8145
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/buildApp/' + Id, {
8758
8146
  headers: this.getHeaders(),
8759
8147
  })
8760
- .pipe(retry(this.configApiRetry),
8761
- // catchError(this.handleError)
8762
- map((ret) => {
8148
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8763
8149
  return this.errorExceptionResultCheck(ret);
8764
8150
  }));
8765
8151
  }
@@ -8790,9 +8176,7 @@ class ApplicationThemeConfigService extends ApiCmsServerBase {
8790
8176
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentTheme', {
8791
8177
  headers: this.getHeaders(),
8792
8178
  })
8793
- .pipe(retry(this.configApiRetry),
8794
- // catchError(this.handleError)
8795
- map((ret) => {
8179
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8796
8180
  return this.errorExceptionResultCheck(ret);
8797
8181
  }));
8798
8182
  }
@@ -8895,9 +8279,7 @@ class PollingCategoryService extends ApiCmsServerBase {
8895
8279
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8896
8280
  headers: this.getHeaders(),
8897
8281
  })
8898
- .pipe(retry(this.configApiRetry),
8899
- // catchError(this.handleError)
8900
- map((ret) => {
8282
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8901
8283
  return this.errorExceptionResultCheck(ret);
8902
8284
  }));
8903
8285
  }
@@ -8942,9 +8324,7 @@ class PollingVoteService extends ApiCmsServerBase {
8942
8324
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
8943
8325
  headers: this.getHeaders(),
8944
8326
  })
8945
- .pipe(retry(this.configApiRetry),
8946
- // catchError(this.handleError)
8947
- map((ret) => {
8327
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8948
8328
  return this.errorExceptionResultCheck(ret);
8949
8329
  }));
8950
8330
  }
@@ -9004,9 +8384,7 @@ class ContactCategoryService extends ApiCmsServerBase {
9004
8384
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
9005
8385
  headers: this.getHeaders(),
9006
8386
  })
9007
- .pipe(retry(this.configApiRetry),
9008
- // catchError(this.handleError)
9009
- map((ret) => {
8387
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9010
8388
  return this.errorExceptionResultCheck(ret);
9011
8389
  }));
9012
8390
  }
@@ -9069,9 +8447,7 @@ class TicketingAnswerService extends ApiCmsServerBase {
9069
8447
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AnswerReaded/' + id, {
9070
8448
  headers: this.getHeaders(),
9071
8449
  })
9072
- .pipe(retry(this.configApiRetry),
9073
- // catchError(this.handleError)
9074
- map((ret) => {
8450
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9075
8451
  return this.errorExceptionResultCheck(ret);
9076
8452
  }));
9077
8453
  }
@@ -9094,9 +8470,7 @@ class TicketingDepartemenService extends ApiCmsServerBase {
9094
8470
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOrigin/', model, {
9095
8471
  headers: this.getHeaders(),
9096
8472
  })
9097
- .pipe(retry(this.configApiRetry),
9098
- // catchError(this.handleError)
9099
- map((ret) => {
8473
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9100
8474
  return this.errorExceptionResultCheck(ret);
9101
8475
  }));
9102
8476
  }
@@ -9131,9 +8505,7 @@ class TicketingDepartemenOperatorService extends ApiCmsServerBase {
9131
8505
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOperator', model, {
9132
8506
  headers: this.getHeaders(),
9133
8507
  })
9134
- .pipe(retry(this.configApiRetry),
9135
- // catchError(this.handleError)
9136
- map((ret) => {
8508
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9137
8509
  return this.errorExceptionResultCheck(ret);
9138
8510
  }));
9139
8511
  }
@@ -9156,9 +8528,7 @@ class TicketingFaqService extends ApiCmsServerBase {
9156
8528
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOrigin/', model, {
9157
8529
  headers: this.getHeaders(),
9158
8530
  })
9159
- .pipe(retry(this.configApiRetry),
9160
- // catchError(this.handleError)
9161
- map((ret) => {
8531
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9162
8532
  return this.errorExceptionResultCheck(ret);
9163
8533
  }));
9164
8534
  }
@@ -9188,9 +8558,7 @@ class TicketingTaskService extends ApiCmsServerBase {
9188
8558
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ContactUS', model, {
9189
8559
  headers: this.getHeaders(),
9190
8560
  })
9191
- .pipe(retry(this.configApiRetry),
9192
- // catchError(this.handleError)
9193
- map((ret) => {
8561
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9194
8562
  return this.errorExceptionResultCheck(ret);
9195
8563
  }));
9196
8564
  }
@@ -9199,9 +8567,7 @@ class TicketingTaskService extends ApiCmsServerBase {
9199
8567
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskReaded/' + id, {
9200
8568
  headers: this.getHeaders(),
9201
8569
  })
9202
- .pipe(retry(this.configApiRetry),
9203
- // catchError(this.handleError)
9204
- map((ret) => {
8570
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9205
8571
  return this.errorExceptionResultCheck(ret);
9206
8572
  }));
9207
8573
  }
@@ -9210,9 +8576,7 @@ class TicketingTaskService extends ApiCmsServerBase {
9210
8576
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/isClosed/' + id, {
9211
8577
  headers: this.getHeaders(),
9212
8578
  })
9213
- .pipe(retry(this.configApiRetry),
9214
- // catchError(this.handleError)
9215
- map((ret) => {
8579
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9216
8580
  return this.errorExceptionResultCheck(ret);
9217
8581
  }));
9218
8582
  }
@@ -9243,9 +8607,7 @@ class TicketingEnumService extends ApiServerBase {
9243
8607
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TicketingDepartemenPriorityEnum', {
9244
8608
  headers: this.getHeaders(),
9245
8609
  })
9246
- .pipe(
9247
- // catchError(this.handleError)
9248
- map((ret) => {
8610
+ .pipe(catchError(this.handleError), map((ret) => {
9249
8611
  return this.errorExceptionResultCheck(ret);
9250
8612
  }));
9251
8613
  }
@@ -9254,9 +8616,7 @@ class TicketingEnumService extends ApiServerBase {
9254
8616
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TicketStatusEnum', {
9255
8617
  headers: this.getHeaders(),
9256
8618
  })
9257
- .pipe(
9258
- // catchError(this.handleError)
9259
- map((ret) => {
8619
+ .pipe(catchError(this.handleError), map((ret) => {
9260
8620
  return this.errorExceptionResultCheck(ret);
9261
8621
  }));
9262
8622
  }
@@ -9265,9 +8625,7 @@ class TicketingEnumService extends ApiServerBase {
9265
8625
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AnswerStatusEnum', {
9266
8626
  headers: this.getHeaders(),
9267
8627
  })
9268
- .pipe(
9269
- // catchError(this.handleError)
9270
- map((ret) => {
8628
+ .pipe(catchError(this.handleError), map((ret) => {
9271
8629
  return this.errorExceptionResultCheck(ret);
9272
8630
  }));
9273
8631
  }
@@ -9369,9 +8727,7 @@ class HyperShopCategoryService extends ApiCmsServerBase {
9369
8727
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMicroService/', model, {
9370
8728
  headers: this.getHeaders(),
9371
8729
  })
9372
- .pipe(retry(this.configApiRetry),
9373
- // catchError(this.handleError)
9374
- map((ret) => {
8730
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9375
8731
  return this.errorExceptionResultCheck(ret);
9376
8732
  }));
9377
8733
  }
@@ -9380,9 +8736,7 @@ class HyperShopCategoryService extends ApiCmsServerBase {
9380
8736
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneMicroService/' + id, {
9381
8737
  headers: this.getHeaders(),
9382
8738
  })
9383
- .pipe(retry(this.configApiRetry),
9384
- // catchError(this.handleError)
9385
- map((ret) => {
8739
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9386
8740
  return this.errorExceptionResultCheck(ret);
9387
8741
  }));
9388
8742
  }
@@ -9405,9 +8759,7 @@ class HyperShopContentService extends ApiCmsServerBase {
9405
8759
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMicroService/', model, {
9406
8760
  headers: this.getHeaders(),
9407
8761
  })
9408
- .pipe(retry(this.configApiRetry),
9409
- // catchError(this.handleError)
9410
- map((ret) => {
8762
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9411
8763
  return this.errorExceptionResultCheck(ret);
9412
8764
  }));
9413
8765
  }
@@ -9416,9 +8768,7 @@ class HyperShopContentService extends ApiCmsServerBase {
9416
8768
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneMicroService/' + id, {
9417
8769
  headers: this.getHeaders(),
9418
8770
  })
9419
- .pipe(retry(this.configApiRetry),
9420
- // catchError(this.handleError)
9421
- map((ret) => {
8771
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9422
8772
  return this.errorExceptionResultCheck(ret);
9423
8773
  }));
9424
8774
  }
@@ -9427,9 +8777,7 @@ class HyperShopContentService extends ApiCmsServerBase {
9427
8777
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
9428
8778
  headers: this.getHeaders(),
9429
8779
  })
9430
- .pipe(retry(this.configApiRetry),
9431
- // catchError(this.handleError)
9432
- map((ret) => {
8780
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9433
8781
  return this.errorExceptionResultBaseCheck(ret);
9434
8782
  }));
9435
8783
  }
@@ -9438,9 +8786,7 @@ class HyperShopContentService extends ApiCmsServerBase {
9438
8786
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
9439
8787
  headers: this.getHeaders(),
9440
8788
  })
9441
- .pipe(retry(this.configApiRetry),
9442
- // catchError(this.handleError)
9443
- map((ret) => {
8789
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9444
8790
  return this.errorExceptionResultBaseCheck(ret);
9445
8791
  }));
9446
8792
  }
@@ -9452,9 +8798,7 @@ class HyperShopContentService extends ApiCmsServerBase {
9452
8798
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
9453
8799
  headers: this.getHeaders(),
9454
8800
  })
9455
- .pipe(retry(this.configApiRetry),
9456
- // catchError(this.handleError)
9457
- map((ret) => {
8801
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9458
8802
  return this.errorExceptionResultCheck(ret);
9459
8803
  }));
9460
8804
  }
@@ -9474,9 +8818,7 @@ class HyperShopOrderService extends ApiCmsServerBase {
9474
8818
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LastOrder', {
9475
8819
  headers: this.getHeaders(),
9476
8820
  })
9477
- .pipe(retry(this.configApiRetry),
9478
- // catchError(this.handleError)
9479
- map((ret) => {
8821
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9480
8822
  return this.errorExceptionResultCheck(ret);
9481
8823
  }));
9482
8824
  }
@@ -9485,9 +8827,7 @@ class HyperShopOrderService extends ApiCmsServerBase {
9485
8827
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', {
9486
8828
  headers: this.getHeaders(),
9487
8829
  })
9488
- .pipe(retry(this.configApiRetry),
9489
- // catchError(this.handleError)
9490
- map((ret) => {
8830
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9491
8831
  return this.errorExceptionResultCheck(ret);
9492
8832
  }));
9493
8833
  }
@@ -9496,9 +8836,7 @@ class HyperShopOrderService extends ApiCmsServerBase {
9496
8836
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', {
9497
8837
  headers: this.getHeaders(),
9498
8838
  })
9499
- .pipe(retry(this.configApiRetry),
9500
- // catchError(this.handleError)
9501
- map((ret) => {
8839
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9502
8840
  return this.errorExceptionResultCheck(ret);
9503
8841
  }));
9504
8842
  }
@@ -9574,9 +8912,7 @@ class BiographyCategoryService extends ApiCmsServerBase {
9574
8912
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
9575
8913
  headers: this.getHeaders(),
9576
8914
  })
9577
- .pipe(retry(this.configApiRetry),
9578
- // catchError(this.handleError)
9579
- map((ret) => {
8915
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9580
8916
  return this.errorExceptionResultCheck(ret);
9581
8917
  }));
9582
8918
  }
@@ -9596,9 +8932,7 @@ class BiographyCommentService extends ApiCmsServerBase {
9596
8932
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
9597
8933
  headers: this.getHeaders(),
9598
8934
  })
9599
- .pipe(retry(this.configApiRetry),
9600
- // catchError(this.handleError)
9601
- map((ret) => {
8935
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9602
8936
  return this.errorExceptionResultBaseCheck(ret);
9603
8937
  }));
9604
8938
  }
@@ -9607,9 +8941,7 @@ class BiographyCommentService extends ApiCmsServerBase {
9607
8941
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
9608
8942
  headers: this.getHeaders(),
9609
8943
  })
9610
- .pipe(retry(this.configApiRetry),
9611
- // catchError(this.handleError)
9612
- map((ret) => {
8944
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9613
8945
  return this.errorExceptionResultBaseCheck(ret);
9614
8946
  }));
9615
8947
  }
@@ -9653,9 +8985,7 @@ class BiographyContentService extends ApiCmsServerBase {
9653
8985
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
9654
8986
  headers: this.getHeaders(),
9655
8987
  })
9656
- .pipe(retry(this.configApiRetry),
9657
- // catchError(this.handleError)
9658
- map((ret) => {
8988
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9659
8989
  return this.errorExceptionResultCheck(ret);
9660
8990
  }));
9661
8991
  }
@@ -9667,9 +8997,7 @@ class BiographyContentService extends ApiCmsServerBase {
9667
8997
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
9668
8998
  headers: this.getHeaders(),
9669
8999
  })
9670
- .pipe(retry(this.configApiRetry),
9671
- // catchError(this.handleError)
9672
- map((ret) => {
9000
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9673
9001
  return this.errorExceptionResultCheck(ret);
9674
9002
  }));
9675
9003
  }
@@ -9681,9 +9009,7 @@ class BiographyContentService extends ApiCmsServerBase {
9681
9009
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
9682
9010
  headers: this.getHeaders(),
9683
9011
  })
9684
- .pipe(retry(this.configApiRetry),
9685
- // catchError(this.handleError)
9686
- map((ret) => {
9012
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9687
9013
  return this.errorExceptionResultCheck(ret);
9688
9014
  }));
9689
9015
  }
@@ -9695,9 +9021,7 @@ class BiographyContentService extends ApiCmsServerBase {
9695
9021
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
9696
9022
  headers: this.getHeaders(),
9697
9023
  })
9698
- .pipe(retry(this.configApiRetry),
9699
- // catchError(this.handleError)
9700
- map((ret) => {
9024
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9701
9025
  return this.errorExceptionResultCheck(ret);
9702
9026
  }));
9703
9027
  }
@@ -9709,9 +9033,7 @@ class BiographyContentService extends ApiCmsServerBase {
9709
9033
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
9710
9034
  headers: this.getHeaders(),
9711
9035
  })
9712
- .pipe(retry(this.configApiRetry),
9713
- // catchError(this.handleError)
9714
- map((ret) => {
9036
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9715
9037
  return this.errorExceptionResultBaseCheck(ret);
9716
9038
  }));
9717
9039
  }
@@ -9720,9 +9042,7 @@ class BiographyContentService extends ApiCmsServerBase {
9720
9042
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
9721
9043
  headers: this.getHeaders(),
9722
9044
  })
9723
- .pipe(retry(this.configApiRetry),
9724
- // catchError(this.handleError)
9725
- map((ret) => {
9045
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9726
9046
  return this.errorExceptionResultBaseCheck(ret);
9727
9047
  }));
9728
9048
  }
@@ -9731,9 +9051,7 @@ class BiographyContentService extends ApiCmsServerBase {
9731
9051
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
9732
9052
  headers: this.getHeaders(),
9733
9053
  })
9734
- .pipe(retry(this.configApiRetry),
9735
- // catchError(this.handleError)
9736
- map((ret) => {
9054
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9737
9055
  return this.errorExceptionResultBaseCheck(ret);
9738
9056
  }));
9739
9057
  }
@@ -9745,9 +9063,7 @@ class BiographyContentService extends ApiCmsServerBase {
9745
9063
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
9746
9064
  headers: this.getHeaders(),
9747
9065
  })
9748
- .pipe(retry(this.configApiRetry),
9749
- // catchError(this.handleError)
9750
- map((ret) => {
9066
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9751
9067
  return this.errorExceptionResultCheck(ret);
9752
9068
  }));
9753
9069
  }
@@ -9759,9 +9075,7 @@ class BiographyContentService extends ApiCmsServerBase {
9759
9075
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarLocationPeriodStart', model, {
9760
9076
  headers: this.getHeaders(),
9761
9077
  })
9762
- .pipe(retry(this.configApiRetry),
9763
- // catchError(this.handleError)
9764
- map((ret) => {
9078
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9765
9079
  return this.errorExceptionResultCheck(ret);
9766
9080
  }));
9767
9081
  }
@@ -9773,9 +9087,7 @@ class BiographyContentService extends ApiCmsServerBase {
9773
9087
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarLocationPeriodEnd', model, {
9774
9088
  headers: this.getHeaders(),
9775
9089
  })
9776
- .pipe(retry(this.configApiRetry),
9777
- // catchError(this.handleError)
9778
- map((ret) => {
9090
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9779
9091
  return this.errorExceptionResultCheck(ret);
9780
9092
  }));
9781
9093
  }
@@ -9787,9 +9099,7 @@ class BiographyContentService extends ApiCmsServerBase {
9787
9099
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartMonthOfYear', model, {
9788
9100
  headers: this.getHeaders(),
9789
9101
  })
9790
- .pipe(retry(this.configApiRetry),
9791
- // catchError(this.handleError)
9792
- map((ret) => {
9102
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9793
9103
  return this.errorExceptionResultCheck(ret);
9794
9104
  }));
9795
9105
  }
@@ -9801,9 +9111,7 @@ class BiographyContentService extends ApiCmsServerBase {
9801
9111
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStart', model, {
9802
9112
  headers: this.getHeaders(),
9803
9113
  })
9804
- .pipe(retry(this.configApiRetry),
9805
- // catchError(this.handleError)
9806
- map((ret) => {
9114
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9807
9115
  return this.errorExceptionResultCheck(ret);
9808
9116
  }));
9809
9117
  }
@@ -9815,9 +9123,7 @@ class BiographyContentService extends ApiCmsServerBase {
9815
9123
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartDayOfYear', model, {
9816
9124
  headers: this.getHeaders(),
9817
9125
  })
9818
- .pipe(retry(this.configApiRetry),
9819
- // catchError(this.handleError)
9820
- map((ret) => {
9126
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9821
9127
  return this.errorExceptionResultCheck(ret);
9822
9128
  }));
9823
9129
  }
@@ -9829,9 +9135,7 @@ class BiographyContentService extends ApiCmsServerBase {
9829
9135
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartDayAndMonthOfYear', model, {
9830
9136
  headers: this.getHeaders(),
9831
9137
  })
9832
- .pipe(retry(this.configApiRetry),
9833
- // catchError(this.handleError)
9834
- map((ret) => {
9138
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9835
9139
  return this.errorExceptionResultCheck(ret);
9836
9140
  }));
9837
9141
  }
@@ -9843,9 +9147,7 @@ class BiographyContentService extends ApiCmsServerBase {
9843
9147
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodEnd', model, {
9844
9148
  headers: this.getHeaders(),
9845
9149
  })
9846
- .pipe(retry(this.configApiRetry),
9847
- // catchError(this.handleError)
9848
- map((ret) => {
9150
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9849
9151
  return this.errorExceptionResultCheck(ret);
9850
9152
  }));
9851
9153
  }
@@ -9857,9 +9159,7 @@ class BiographyContentService extends ApiCmsServerBase {
9857
9159
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithDatePeriodEnd', model, {
9858
9160
  headers: this.getHeaders(),
9859
9161
  })
9860
- .pipe(retry(this.configApiRetry),
9861
- // catchError(this.handleError)
9862
- map((ret) => {
9162
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9863
9163
  return this.errorExceptionResultCheck(ret);
9864
9164
  }));
9865
9165
  }
@@ -9893,9 +9193,7 @@ class BiographyContentOtherInfoService extends ApiCmsServerBase {
9893
9193
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9894
9194
  headers: this.getHeaders(),
9895
9195
  })
9896
- .pipe(retry(this.configApiRetry),
9897
- // catchError(this.handleError)
9898
- map((ret) => {
9196
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9899
9197
  return this.errorExceptionResultCheck(ret);
9900
9198
  }));
9901
9199
  }
@@ -9907,9 +9205,7 @@ class BiographyContentOtherInfoService extends ApiCmsServerBase {
9907
9205
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
9908
9206
  headers: this.getHeaders(),
9909
9207
  })
9910
- .pipe(retry(this.configApiRetry),
9911
- // catchError(this.handleError)
9912
- map((ret) => {
9208
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9913
9209
  return this.errorExceptionResultCheck(ret);
9914
9210
  }));
9915
9211
  }
@@ -9954,9 +9250,7 @@ class BiographyContentSimilarService extends ApiCmsServerBase {
9954
9250
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9955
9251
  headers: this.getHeaders(),
9956
9252
  })
9957
- .pipe(retry(this.configApiRetry),
9958
- // catchError(this.handleError)
9959
- map((ret) => {
9253
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9960
9254
  return this.errorExceptionResultCheck(ret);
9961
9255
  }));
9962
9256
  }
@@ -9968,9 +9262,7 @@ class BiographyContentSimilarService extends ApiCmsServerBase {
9968
9262
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
9969
9263
  headers: this.getHeaders(),
9970
9264
  })
9971
- .pipe(retry(this.configApiRetry),
9972
- // catchError(this.handleError)
9973
- map((ret) => {
9265
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9974
9266
  return this.errorExceptionResultCheck(ret);
9975
9267
  }));
9976
9268
  }
@@ -9993,9 +9285,7 @@ class BiographyContentTagService extends ApiCmsServerBase {
9993
9285
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9994
9286
  headers: this.getHeaders(),
9995
9287
  })
9996
- .pipe(retry(this.configApiRetry),
9997
- // catchError(this.handleError)
9998
- map((ret) => {
9288
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9999
9289
  return this.errorExceptionResultCheck(ret);
10000
9290
  }));
10001
9291
  }
@@ -10007,9 +9297,7 @@ class BiographyContentTagService extends ApiCmsServerBase {
10007
9297
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
10008
9298
  headers: this.getHeaders(),
10009
9299
  })
10010
- .pipe(retry(this.configApiRetry),
10011
- // catchError(this.handleError)
10012
- map((ret) => {
9300
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10013
9301
  return this.errorExceptionResultCheck(ret);
10014
9302
  }));
10015
9303
  }
@@ -10054,9 +9342,7 @@ class BiographyShareServerCategoryService extends ApiCmsServerBase {
10054
9342
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
10055
9343
  headers: this.getHeaders(),
10056
9344
  })
10057
- .pipe(retry(this.configApiRetry),
10058
- // catchError(this.handleError)
10059
- map((ret) => {
9345
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10060
9346
  return this.errorExceptionResultCheck(ret);
10061
9347
  }));
10062
9348
  }
@@ -10160,9 +9446,7 @@ class EstateAccountAgencyAdsService extends ApiCmsServerBase {
10160
9446
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
10161
9447
  headers: this.getHeaders(),
10162
9448
  })
10163
- .pipe(retry(this.configApiRetry),
10164
- // catchError(this.handleError)
10165
- map((ret) => {
9449
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10166
9450
  return this.errorExceptionResultCheck(ret);
10167
9451
  }));
10168
9452
  }
@@ -10174,9 +9458,7 @@ class EstateAccountAgencyAdsService extends ApiCmsServerBase {
10174
9458
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
10175
9459
  headers: this.getHeaders(),
10176
9460
  })
10177
- .pipe(retry(this.configApiRetry),
10178
- // catchError(this.handleError)
10179
- map((ret) => {
9461
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10180
9462
  return this.errorExceptionResultCheck(ret);
10181
9463
  }));
10182
9464
  }
@@ -10254,9 +9536,7 @@ class EstateAdsTypeService extends ApiCmsServerBase {
10254
9536
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSale', model, {
10255
9537
  headers: this.getHeaders(),
10256
9538
  })
10257
- .pipe(retry(this.configApiRetry),
10258
- // catchError(this.handleError)
10259
- map((ret) => {
9539
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10260
9540
  return this.errorExceptionResultCheck(ret);
10261
9541
  }));
10262
9542
  }
@@ -10265,9 +9545,7 @@ class EstateAdsTypeService extends ApiCmsServerBase {
10265
9545
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseAdsForProperty/' + AdsTypeId + '/' + id, {
10266
9546
  headers: this.getHeaders(),
10267
9547
  })
10268
- .pipe(retry(this.configApiRetry),
10269
- // catchError(this.handleError)
10270
- map((ret) => {
9548
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10271
9549
  return this.errorExceptionResultCheck(ret);
10272
9550
  }));
10273
9551
  }
@@ -10276,9 +9554,7 @@ class EstateAdsTypeService extends ApiCmsServerBase {
10276
9554
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseAdsForAccountAgency/' + AdsTypeId + '/' + id, {
10277
9555
  headers: this.getHeaders(),
10278
9556
  })
10279
- .pipe(retry(this.configApiRetry),
10280
- // catchError(this.handleError)
10281
- map((ret) => {
9557
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10282
9558
  return this.errorExceptionResultCheck(ret);
10283
9559
  }));
10284
9560
  }
@@ -10378,9 +9654,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10378
9654
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSms/', model, {
10379
9655
  headers: this.getHeaders(),
10380
9656
  })
10381
- .pipe(retry(this.configApiRetry),
10382
- // catchError(this.handleError)
10383
- map((ret) => {
9657
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10384
9658
  return this.errorExceptionResultBaseCheck(ret);
10385
9659
  }));
10386
9660
  }
@@ -10395,9 +9669,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10395
9669
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
10396
9670
  headers: this.getHeaders(),
10397
9671
  })
10398
- .pipe(retry(this.configApiRetry),
10399
- // catchError(this.handleError)
10400
- map((ret) => {
9672
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10401
9673
  return this.errorExceptionResultCheck(ret);
10402
9674
  }));
10403
9675
  }
@@ -10412,9 +9684,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10412
9684
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserId/' + userId, model, {
10413
9685
  headers: this.getHeaders(),
10414
9686
  })
10415
- .pipe(retry(this.configApiRetry),
10416
- // catchError(this.handleError)
10417
- map((ret) => {
9687
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10418
9688
  return this.errorExceptionResultCheck(ret);
10419
9689
  }));
10420
9690
  }
@@ -10426,9 +9696,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10426
9696
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyId/' + propertyId, model, {
10427
9697
  headers: this.getHeaders(),
10428
9698
  })
10429
- .pipe(retry(this.configApiRetry),
10430
- // catchError(this.handleError)
10431
- map((ret) => {
9699
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10432
9700
  return this.errorExceptionResultCheck(ret);
10433
9701
  }));
10434
9702
  }
@@ -10440,9 +9708,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10440
9708
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyIdHaveHistory/' + propertyId, model, {
10441
9709
  headers: this.getHeaders(),
10442
9710
  })
10443
- .pipe(retry(this.configApiRetry),
10444
- // catchError(this.handleError)
10445
- map((ret) => {
9711
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10446
9712
  return this.errorExceptionResultCheck(ret);
10447
9713
  }));
10448
9714
  }
@@ -10455,9 +9721,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10455
9721
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserIdExportFile/' + userId, model, {
10456
9722
  headers: this.getHeaders(),
10457
9723
  })
10458
- .pipe(retry(this.configApiRetry),
10459
- // catchError(this.handleError)
10460
- map((ret) => {
9724
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10461
9725
  return this.errorExceptionResultCheckExportFile(ret);
10462
9726
  }));
10463
9727
  }
@@ -10472,9 +9736,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10472
9736
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryRackFolderId/' + RackFolderId, model, {
10473
9737
  headers: this.getHeaders(),
10474
9738
  })
10475
- .pipe(retry(this.configApiRetry),
10476
- // catchError(this.handleError)
10477
- map((ret) => {
9739
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10478
9740
  return this.errorExceptionResultCheck(ret);
10479
9741
  }));
10480
9742
  }
@@ -10489,9 +9751,7 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
10489
9751
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryZoneId/' + ZoneId, model, {
10490
9752
  headers: this.getHeaders(),
10491
9753
  })
10492
- .pipe(retry(this.configApiRetry),
10493
- // catchError(this.handleError)
10494
- map((ret) => {
9754
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10495
9755
  return this.errorExceptionResultCheck(ret);
10496
9756
  }));
10497
9757
  }
@@ -10522,9 +9782,7 @@ class EstateEnumService extends ApiServerBase {
10522
9782
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstateUserTypeEnum', {
10523
9783
  headers: this.getHeaders(),
10524
9784
  })
10525
- .pipe(
10526
- // catchError(this.handleError)
10527
- map((ret) => {
9785
+ .pipe(catchError(this.handleError), map((ret) => {
10528
9786
  return this.errorExceptionResultCheck(ret);
10529
9787
  }));
10530
9788
  }
@@ -10533,9 +9791,7 @@ class EstateEnumService extends ApiServerBase {
10533
9791
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstatePropertyExpertPriceTypeEnum', {
10534
9792
  headers: this.getHeaders(),
10535
9793
  })
10536
- .pipe(
10537
- // catchError(this.handleError)
10538
- map((ret) => {
9794
+ .pipe(catchError(this.handleError), map((ret) => {
10539
9795
  return this.errorExceptionResultCheck(ret);
10540
9796
  }));
10541
9797
  }
@@ -10544,9 +9800,7 @@ class EstateEnumService extends ApiServerBase {
10544
9800
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstateActivityStatusEnum', {
10545
9801
  headers: this.getHeaders(),
10546
9802
  })
10547
- .pipe(
10548
- // catchError(this.handleError)
10549
- map((ret) => {
9803
+ .pipe(catchError(this.handleError), map((ret) => {
10550
9804
  return this.errorExceptionResultCheck(ret);
10551
9805
  }));
10552
9806
  }
@@ -10569,9 +9823,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10569
9823
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSmsToCustomerOrder/' + Id, {
10570
9824
  headers: this.getHeaders(),
10571
9825
  })
10572
- .pipe(retry(this.configApiRetry),
10573
- // catchError(this.handleError)
10574
- map((ret) => {
9826
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10575
9827
  return this.errorExceptionResultBaseCheck(ret);
10576
9828
  }));
10577
9829
  }
@@ -10580,9 +9832,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10580
9832
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSms/', model, {
10581
9833
  headers: this.getHeaders(),
10582
9834
  })
10583
- .pipe(retry(this.configApiRetry),
10584
- // catchError(this.handleError)
10585
- map((ret) => {
9835
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10586
9836
  return this.errorExceptionResultBaseCheck(ret);
10587
9837
  }));
10588
9838
  }
@@ -10591,9 +9841,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10591
9841
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
10592
9842
  headers: this.getHeaders(),
10593
9843
  })
10594
- .pipe(retry(this.configApiRetry),
10595
- // catchError(this.handleError)
10596
- map((ret) => {
9844
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10597
9845
  return this.errorExceptionResultBaseCheck(ret);
10598
9846
  }));
10599
9847
  }
@@ -10602,9 +9850,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10602
9850
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
10603
9851
  headers: this.getHeaders(),
10604
9852
  })
10605
- .pipe(retry(this.configApiRetry),
10606
- // catchError(this.handleError)
10607
- map((ret) => {
9853
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10608
9854
  return this.errorExceptionResultBaseCheck(ret);
10609
9855
  }));
10610
9856
  }
@@ -10616,9 +9862,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10616
9862
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
10617
9863
  headers: this.getHeaders(),
10618
9864
  })
10619
- .pipe(retry(this.configApiRetry),
10620
- // catchError(this.handleError)
10621
- map((ret) => {
9865
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10622
9866
  return this.errorExceptionResultCheck(ret);
10623
9867
  }));
10624
9868
  }
@@ -10630,9 +9874,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10630
9874
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
10631
9875
  headers: this.getHeaders(),
10632
9876
  })
10633
- .pipe(retry(this.configApiRetry),
10634
- // catchError(this.handleError)
10635
- map((ret) => {
9877
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10636
9878
  return this.errorExceptionResultCheck(ret);
10637
9879
  }));
10638
9880
  }
@@ -10644,9 +9886,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10644
9886
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
10645
9887
  headers: this.getHeaders(),
10646
9888
  })
10647
- .pipe(retry(this.configApiRetry),
10648
- // catchError(this.handleError)
10649
- map((ret) => {
9889
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10650
9890
  return this.errorExceptionResultCheck(ret);
10651
9891
  }));
10652
9892
  }
@@ -10661,9 +9901,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10661
9901
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverBillboardId/' + BillboardId, model, {
10662
9902
  headers: this.getHeaders(),
10663
9903
  })
10664
- .pipe(retry(this.configApiRetry),
10665
- // catchError(this.handleError)
10666
- map((ret) => {
9904
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10667
9905
  return this.errorExceptionResultCheck(ret);
10668
9906
  }));
10669
9907
  }
@@ -10678,9 +9916,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10678
9916
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryRackFolderId/' + RackFolderId, model, {
10679
9917
  headers: this.getHeaders(),
10680
9918
  })
10681
- .pipe(retry(this.configApiRetry),
10682
- // catchError(this.handleError)
10683
- map((ret) => {
9919
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10684
9920
  return this.errorExceptionResultCheck(ret);
10685
9921
  }));
10686
9922
  }
@@ -10695,9 +9931,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10695
9931
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryZoneId/' + ZoneId, model, {
10696
9932
  headers: this.getHeaders(),
10697
9933
  })
10698
- .pipe(retry(this.configApiRetry),
10699
- // catchError(this.handleError)
10700
- map((ret) => {
9934
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10701
9935
  return this.errorExceptionResultCheck(ret);
10702
9936
  }));
10703
9937
  }
@@ -10712,9 +9946,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10712
9946
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderId/' + CustomerOrderId, model, {
10713
9947
  headers: this.getHeaders(),
10714
9948
  })
10715
- .pipe(retry(this.configApiRetry),
10716
- // catchError(this.handleError)
10717
- map((ret) => {
9949
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10718
9950
  return this.errorExceptionResultCheck(ret);
10719
9951
  }));
10720
9952
  }
@@ -10729,9 +9961,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10729
9961
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdHaveHistory/' + CustomerOrderId, model, {
10730
9962
  headers: this.getHeaders(),
10731
9963
  })
10732
- .pipe(retry(this.configApiRetry),
10733
- // catchError(this.handleError)
10734
- map((ret) => {
9964
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10735
9965
  return this.errorExceptionResultCheck(ret);
10736
9966
  }));
10737
9967
  }
@@ -10744,9 +9974,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10744
9974
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdExportFile/' + CustomerOrderId, model, {
10745
9975
  headers: this.getHeaders(),
10746
9976
  })
10747
- .pipe(retry(this.configApiRetry),
10748
- // catchError(this.handleError)
10749
- map((ret) => {
9977
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10750
9978
  return this.errorExceptionResultCheckExportFile(ret);
10751
9979
  }));
10752
9980
  }
@@ -10761,9 +9989,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10761
9989
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
10762
9990
  headers: this.getHeaders(),
10763
9991
  })
10764
- .pipe(retry(this.configApiRetry),
10765
- // catchError(this.handleError)
10766
- map((ret) => {
9992
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10767
9993
  return this.errorExceptionResultCheck(ret);
10768
9994
  }));
10769
9995
  }
@@ -10778,9 +10004,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10778
10004
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserId/' + userId, model, {
10779
10005
  headers: this.getHeaders(),
10780
10006
  })
10781
- .pipe(retry(this.configApiRetry),
10782
- // catchError(this.handleError)
10783
- map((ret) => {
10007
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10784
10008
  return this.errorExceptionResultCheck(ret);
10785
10009
  }));
10786
10010
  }
@@ -10793,9 +10017,7 @@ class EstatePropertyService extends ApiCmsServerBase {
10793
10017
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserIdExportFile/' + userId, model, {
10794
10018
  headers: this.getHeaders(),
10795
10019
  })
10796
- .pipe(retry(this.configApiRetry),
10797
- // catchError(this.handleError)
10798
- map((ret) => {
10020
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10799
10021
  return this.errorExceptionResultCheckExportFile(ret);
10800
10022
  }));
10801
10023
  }
@@ -10835,9 +10057,7 @@ class EstatePropertyAdsService extends ApiCmsServerBase {
10835
10057
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
10836
10058
  headers: this.getHeaders(),
10837
10059
  })
10838
- .pipe(retry(this.configApiRetry),
10839
- // catchError(this.handleError)
10840
- map((ret) => {
10060
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10841
10061
  return this.errorExceptionResultCheck(ret);
10842
10062
  }));
10843
10063
  }
@@ -10849,9 +10069,7 @@ class EstatePropertyAdsService extends ApiCmsServerBase {
10849
10069
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
10850
10070
  headers: this.getHeaders(),
10851
10071
  })
10852
- .pipe(retry(this.configApiRetry),
10853
- // catchError(this.handleError)
10854
- map((ret) => {
10072
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10855
10073
  return this.errorExceptionResultCheck(ret);
10856
10074
  }));
10857
10075
  }
@@ -10885,9 +10103,7 @@ class EstatePropertyDetailService extends ApiCmsServerBase {
10885
10103
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10886
10104
  headers: this.getHeaders(),
10887
10105
  })
10888
- .pipe(retry(this.configApiRetry),
10889
- // catchError(this.handleError)
10890
- map((ret) => {
10106
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10891
10107
  return this.errorExceptionResultBaseCheck(ret);
10892
10108
  }));
10893
10109
  }
@@ -10910,9 +10126,7 @@ class EstatePropertyDetailGroupService extends ApiCmsServerBase {
10910
10126
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllFastSearch/', model, {
10911
10127
  headers: this.getHeaders(),
10912
10128
  })
10913
- .pipe(retry(this.configApiRetry),
10914
- // catchError(this.handleError)
10915
- map((ret) => {
10129
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10916
10130
  return this.errorExceptionResultCheck(ret);
10917
10131
  }));
10918
10132
  }
@@ -10924,9 +10138,7 @@ class EstatePropertyDetailGroupService extends ApiCmsServerBase {
10924
10138
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10925
10139
  headers: this.getHeaders(),
10926
10140
  })
10927
- .pipe(retry(this.configApiRetry),
10928
- // catchError(this.handleError)
10929
- map((ret) => {
10141
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10930
10142
  return this.errorExceptionResultBaseCheck(ret);
10931
10143
  }));
10932
10144
  }
@@ -10952,9 +10164,7 @@ class EstatePropertyExpertPriceService extends ApiCmsServerBase {
10952
10164
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/PriceInquiryList', model, {
10953
10165
  headers: this.getHeaders(),
10954
10166
  })
10955
- .pipe(retry(this.configApiRetry),
10956
- // catchError(this.handleError)
10957
- map((ret) => {
10167
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10958
10168
  return this.errorExceptionResultCheck(ret);
10959
10169
  }));
10960
10170
  }
@@ -10966,9 +10176,7 @@ class EstatePropertyExpertPriceService extends ApiCmsServerBase {
10966
10176
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/PriceInquiryCalculate', model, {
10967
10177
  headers: this.getHeaders(),
10968
10178
  })
10969
- .pipe(retry(this.configApiRetry),
10970
- // catchError(this.handleError)
10971
- map((ret) => {
10179
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10972
10180
  return this.errorExceptionResultBaseCheck(ret);
10973
10181
  }));
10974
10182
  }
@@ -10994,9 +10202,7 @@ class EstatePropertyHistoryService extends ApiCmsServerBase {
10994
10202
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
10995
10203
  headers: this.getHeaders(),
10996
10204
  })
10997
- .pipe(retry(this.configApiRetry),
10998
- // catchError(this.handleError)
10999
- map((ret) => {
10205
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11000
10206
  return this.errorExceptionResultCheck(ret);
11001
10207
  }));
11002
10208
  }
@@ -11027,9 +10233,7 @@ class EstatePropertyShareAgencyService extends ApiCmsServerBase {
11027
10233
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkEstateAgencyId + "/" + shareKey, {
11028
10234
  headers: this.getHeaders(),
11029
10235
  })
11030
- .pipe(retry(this.configApiRetry),
11031
- // catchError(this.handleError)
11032
- map((ret) => {
10236
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11033
10237
  return this.errorExceptionResultCheck(ret);
11034
10238
  }));
11035
10239
  }
@@ -11049,9 +10253,7 @@ class EstatePropertyShareAgentService extends ApiCmsServerBase {
11049
10253
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkEstateAgentId + "/" + shareKey, {
11050
10254
  headers: this.getHeaders(),
11051
10255
  })
11052
- .pipe(retry(this.configApiRetry),
11053
- // catchError(this.handleError)
11054
- map((ret) => {
10256
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11055
10257
  return this.errorExceptionResultCheck(ret);
11056
10258
  }));
11057
10259
  }
@@ -11071,9 +10273,7 @@ class EstatePropertyShareSiteService extends ApiCmsServerBase {
11071
10273
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkSitId + "/" + shareKey, {
11072
10274
  headers: this.getHeaders(),
11073
10275
  })
11074
- .pipe(retry(this.configApiRetry),
11075
- // catchError(this.handleError)
11076
- map((ret) => {
10276
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11077
10277
  return this.errorExceptionResultCheck(ret);
11078
10278
  }));
11079
10279
  }
@@ -11082,9 +10282,7 @@ class EstatePropertyShareSiteService extends ApiCmsServerBase {
11082
10282
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + shareKey, {
11083
10283
  headers: this.getHeaders(),
11084
10284
  })
11085
- .pipe(retry(this.configApiRetry),
11086
- // catchError(this.handleError)
11087
- map((ret) => {
10285
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11088
10286
  return this.errorExceptionResultCheck(ret);
11089
10287
  }));
11090
10288
  }
@@ -11392,9 +10590,7 @@ class WebDesignerEnumService extends ApiServerBase {
11392
10590
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PageAbilityTypeEnum', {
11393
10591
  headers: this.getHeaders(),
11394
10592
  })
11395
- .pipe(
11396
- // catchError(this.handleError)
11397
- map((ret) => {
10593
+ .pipe(catchError(this.handleError), map((ret) => {
11398
10594
  return this.errorExceptionResultCheck(ret);
11399
10595
  }));
11400
10596
  }
@@ -11403,9 +10599,7 @@ class WebDesignerEnumService extends ApiServerBase {
11403
10599
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsSiteMenuAreaTypeEnum', {
11404
10600
  headers: this.getHeaders(),
11405
10601
  })
11406
- .pipe(
11407
- // catchError(this.handleError)
11408
- map((ret) => {
10602
+ .pipe(catchError(this.handleError), map((ret) => {
11409
10603
  return this.errorExceptionResultCheck(ret);
11410
10604
  }));
11411
10605
  }
@@ -11414,9 +10608,7 @@ class WebDesignerEnumService extends ApiServerBase {
11414
10608
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsPageUtilityToolsDtoModelActionEnum', {
11415
10609
  headers: this.getHeaders(),
11416
10610
  })
11417
- .pipe(
11418
- // catchError(this.handleError)
11419
- map((ret) => {
10611
+ .pipe(catchError(this.handleError), map((ret) => {
11420
10612
  return this.errorExceptionResultCheck(ret);
11421
10613
  }));
11422
10614
  }
@@ -11484,9 +10676,7 @@ class WebDesignerMainMenuService extends ApiCmsServerBase {
11484
10676
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
11485
10677
  headers: this.getHeaders(),
11486
10678
  })
11487
- .pipe(retry(this.configApiRetry),
11488
- // catchError(this.handleError)
11489
- map((ret) => {
10679
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11490
10680
  return this.errorExceptionResultCheck(ret);
11491
10681
  }));
11492
10682
  }
@@ -11498,9 +10688,7 @@ class WebDesignerMainMenuService extends ApiCmsServerBase {
11498
10688
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
11499
10689
  headers: this.getHeaders(),
11500
10690
  })
11501
- .pipe(retry(this.configApiRetry),
11502
- // catchError(this.handleError)
11503
- map((ret) => {
10691
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11504
10692
  return this.errorExceptionResultBaseCheck(ret);
11505
10693
  }));
11506
10694
  }
@@ -11526,9 +10714,7 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
11526
10714
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', model, {
11527
10715
  headers: this.getHeaders(),
11528
10716
  })
11529
- .pipe(retry(this.configApiRetry),
11530
- // catchError(this.handleError)
11531
- map((ret) => {
10717
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11532
10718
  return this.errorExceptionResultBaseCheck(ret);
11533
10719
  }));
11534
10720
  }
@@ -11537,9 +10723,7 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
11537
10723
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebScreenshot/' + id, {
11538
10724
  headers: this.getHeaders(),
11539
10725
  })
11540
- .pipe(retry(this.configApiRetry),
11541
- // catchError(this.handleError)
11542
- map((ret) => {
10726
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11543
10727
  return this.errorExceptionResultBaseCheck(ret);
11544
10728
  }));
11545
10729
  }
@@ -11548,9 +10732,7 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
11548
10732
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebRoute/' + id, {
11549
10733
  headers: this.getHeaders(),
11550
10734
  })
11551
- .pipe(retry(this.configApiRetry),
11552
- // catchError(this.handleError)
11553
- map((ret) => {
10735
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11554
10736
  return this.errorExceptionResultCheck(ret);
11555
10737
  }));
11556
10738
  }
@@ -11562,9 +10744,7 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
11562
10744
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllDefaultPagesBySiteCategory', model, {
11563
10745
  headers: this.getHeaders(),
11564
10746
  })
11565
- .pipe(retry(this.configApiRetry),
11566
- // catchError(this.handleError)
11567
- map((ret) => {
10747
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11568
10748
  return this.errorExceptionResultCheck(ret);
11569
10749
  }));
11570
10750
  }
@@ -11573,9 +10753,7 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
11573
10753
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetDefaultAdminValuePage/' + id, {
11574
10754
  headers: this.getHeaders(),
11575
10755
  })
11576
- .pipe(retry(this.configApiRetry),
11577
- // catchError(this.handleError)
11578
- map((ret) => {
10756
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11579
10757
  return this.errorExceptionResultBaseCheck(ret);
11580
10758
  }));
11581
10759
  }
@@ -11587,9 +10765,7 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
11587
10765
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UtilityTools', model, {
11588
10766
  headers: this.getHeaders(),
11589
10767
  })
11590
- .pipe(retry(this.configApiRetry),
11591
- // catchError(this.handleError)
11592
- map((ret) => {
10768
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11593
10769
  return this.errorExceptionResultCheck(ret);
11594
10770
  }));
11595
10771
  }
@@ -11609,9 +10785,7 @@ class WebDesignerMainPageDependencyService extends ApiCmsServerBase {
11609
10785
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
11610
10786
  headers: this.getHeaders(),
11611
10787
  })
11612
- .pipe(retry(this.configApiRetry),
11613
- // catchError(this.handleError)
11614
- map((ret) => {
10788
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11615
10789
  return this.errorExceptionResultBaseCheck(ret);
11616
10790
  }));
11617
10791
  }
@@ -11620,9 +10794,7 @@ class WebDesignerMainPageDependencyService extends ApiCmsServerBase {
11620
10794
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebRoute/' + id, {
11621
10795
  headers: this.getHeaders(),
11622
10796
  })
11623
- .pipe(retry(this.configApiRetry),
11624
- // catchError(this.handleError)
11625
- map((ret) => {
10797
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11626
10798
  return this.errorExceptionResultCheck(ret);
11627
10799
  }));
11628
10800
  }
@@ -11723,9 +10895,7 @@ class ArticleCategoryService extends ApiCmsServerBase {
11723
10895
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
11724
10896
  headers: this.getHeaders(),
11725
10897
  })
11726
- .pipe(retry(this.configApiRetry),
11727
- // catchError(this.handleError)
11728
- map((ret) => {
10898
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11729
10899
  return this.errorExceptionResultCheck(ret);
11730
10900
  }));
11731
10901
  }
@@ -11745,9 +10915,7 @@ class ArticleCommentService extends ApiCmsServerBase {
11745
10915
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
11746
10916
  headers: this.getHeaders(),
11747
10917
  })
11748
- .pipe(retry(this.configApiRetry),
11749
- // catchError(this.handleError)
11750
- map((ret) => {
10918
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11751
10919
  return this.errorExceptionResultBaseCheck(ret);
11752
10920
  }));
11753
10921
  }
@@ -11756,9 +10924,7 @@ class ArticleCommentService extends ApiCmsServerBase {
11756
10924
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
11757
10925
  headers: this.getHeaders(),
11758
10926
  })
11759
- .pipe(retry(this.configApiRetry),
11760
- // catchError(this.handleError)
11761
- map((ret) => {
10927
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11762
10928
  return this.errorExceptionResultBaseCheck(ret);
11763
10929
  }));
11764
10930
  }
@@ -11781,9 +10947,7 @@ class ArticleContentService extends ApiCmsServerBase {
11781
10947
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
11782
10948
  headers: this.getHeaders(),
11783
10949
  })
11784
- .pipe(retry(this.configApiRetry),
11785
- // catchError(this.handleError)
11786
- map((ret) => {
10950
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11787
10951
  return this.errorExceptionResultCheck(ret);
11788
10952
  }));
11789
10953
  }
@@ -11795,9 +10959,7 @@ class ArticleContentService extends ApiCmsServerBase {
11795
10959
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
11796
10960
  headers: this.getHeaders(),
11797
10961
  })
11798
- .pipe(retry(this.configApiRetry),
11799
- // catchError(this.handleError)
11800
- map((ret) => {
10962
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11801
10963
  return this.errorExceptionResultCheck(ret);
11802
10964
  }));
11803
10965
  }
@@ -11809,9 +10971,7 @@ class ArticleContentService extends ApiCmsServerBase {
11809
10971
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
11810
10972
  headers: this.getHeaders(),
11811
10973
  })
11812
- .pipe(retry(this.configApiRetry),
11813
- // catchError(this.handleError)
11814
- map((ret) => {
10974
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11815
10975
  return this.errorExceptionResultCheck(ret);
11816
10976
  }));
11817
10977
  }
@@ -11823,9 +10983,7 @@ class ArticleContentService extends ApiCmsServerBase {
11823
10983
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
11824
10984
  headers: this.getHeaders(),
11825
10985
  })
11826
- .pipe(retry(this.configApiRetry),
11827
- // catchError(this.handleError)
11828
- map((ret) => {
10986
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11829
10987
  return this.errorExceptionResultCheck(ret);
11830
10988
  }));
11831
10989
  }
@@ -11837,9 +10995,7 @@ class ArticleContentService extends ApiCmsServerBase {
11837
10995
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
11838
10996
  headers: this.getHeaders(),
11839
10997
  })
11840
- .pipe(retry(this.configApiRetry),
11841
- // catchError(this.handleError)
11842
- map((ret) => {
10998
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11843
10999
  return this.errorExceptionResultBaseCheck(ret);
11844
11000
  }));
11845
11001
  }
@@ -11848,9 +11004,7 @@ class ArticleContentService extends ApiCmsServerBase {
11848
11004
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
11849
11005
  headers: this.getHeaders(),
11850
11006
  })
11851
- .pipe(retry(this.configApiRetry),
11852
- // catchError(this.handleError)
11853
- map((ret) => {
11007
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11854
11008
  return this.errorExceptionResultBaseCheck(ret);
11855
11009
  }));
11856
11010
  }
@@ -11859,9 +11013,7 @@ class ArticleContentService extends ApiCmsServerBase {
11859
11013
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
11860
11014
  headers: this.getHeaders(),
11861
11015
  })
11862
- .pipe(retry(this.configApiRetry),
11863
- // catchError(this.handleError)
11864
- map((ret) => {
11016
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11865
11017
  return this.errorExceptionResultBaseCheck(ret);
11866
11018
  }));
11867
11019
  }
@@ -11873,9 +11025,7 @@ class ArticleContentService extends ApiCmsServerBase {
11873
11025
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
11874
11026
  headers: this.getHeaders(),
11875
11027
  })
11876
- .pipe(retry(this.configApiRetry),
11877
- // catchError(this.handleError)
11878
- map((ret) => {
11028
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11879
11029
  return this.errorExceptionResultCheck(ret);
11880
11030
  }));
11881
11031
  }
@@ -11887,9 +11037,7 @@ class ArticleContentService extends ApiCmsServerBase {
11887
11037
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
11888
11038
  headers: this.getHeaders(),
11889
11039
  })
11890
- .pipe(retry(this.configApiRetry),
11891
- // catchError(this.handleError)
11892
- map((ret) => {
11040
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11893
11041
  return this.errorExceptionResultCheck(ret);
11894
11042
  }));
11895
11043
  }
@@ -11901,9 +11049,7 @@ class ArticleContentService extends ApiCmsServerBase {
11901
11049
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
11902
11050
  headers: this.getHeaders(),
11903
11051
  })
11904
- .pipe(retry(this.configApiRetry),
11905
- // catchError(this.handleError)
11906
- map((ret) => {
11052
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11907
11053
  return this.errorExceptionResultCheck(ret);
11908
11054
  }));
11909
11055
  }
@@ -11937,9 +11083,7 @@ class ArticleContentOtherInfoService extends ApiCmsServerBase {
11937
11083
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11938
11084
  headers: this.getHeaders(),
11939
11085
  })
11940
- .pipe(retry(this.configApiRetry),
11941
- // catchError(this.handleError)
11942
- map((ret) => {
11086
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11943
11087
  return this.errorExceptionResultCheck(ret);
11944
11088
  }));
11945
11089
  }
@@ -11951,9 +11095,7 @@ class ArticleContentOtherInfoService extends ApiCmsServerBase {
11951
11095
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
11952
11096
  headers: this.getHeaders(),
11953
11097
  })
11954
- .pipe(retry(this.configApiRetry),
11955
- // catchError(this.handleError)
11956
- map((ret) => {
11098
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11957
11099
  return this.errorExceptionResultCheck(ret);
11958
11100
  }));
11959
11101
  }
@@ -11998,9 +11140,7 @@ class ArticleContentSimilarService extends ApiCmsServerBase {
11998
11140
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11999
11141
  headers: this.getHeaders(),
12000
11142
  })
12001
- .pipe(retry(this.configApiRetry),
12002
- // catchError(this.handleError)
12003
- map((ret) => {
11143
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12004
11144
  return this.errorExceptionResultCheck(ret);
12005
11145
  }));
12006
11146
  }
@@ -12012,9 +11152,7 @@ class ArticleContentSimilarService extends ApiCmsServerBase {
12012
11152
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
12013
11153
  headers: this.getHeaders(),
12014
11154
  })
12015
- .pipe(retry(this.configApiRetry),
12016
- // catchError(this.handleError)
12017
- map((ret) => {
11155
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12018
11156
  return this.errorExceptionResultCheck(ret);
12019
11157
  }));
12020
11158
  }
@@ -12037,9 +11175,7 @@ class ArticleContentTagService extends ApiCmsServerBase {
12037
11175
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
12038
11176
  headers: this.getHeaders(),
12039
11177
  })
12040
- .pipe(retry(this.configApiRetry),
12041
- // catchError(this.handleError)
12042
- map((ret) => {
11178
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12043
11179
  return this.errorExceptionResultCheck(ret);
12044
11180
  }));
12045
11181
  }
@@ -12051,9 +11187,7 @@ class ArticleContentTagService extends ApiCmsServerBase {
12051
11187
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
12052
11188
  headers: this.getHeaders(),
12053
11189
  })
12054
- .pipe(retry(this.configApiRetry),
12055
- // catchError(this.handleError)
12056
- map((ret) => {
11190
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12057
11191
  return this.errorExceptionResultCheck(ret);
12058
11192
  }));
12059
11193
  }
@@ -12098,9 +11232,7 @@ class ArticleShareServerCategoryService extends ApiCmsServerBase {
12098
11232
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
12099
11233
  headers: this.getHeaders(),
12100
11234
  })
12101
- .pipe(retry(this.configApiRetry),
12102
- // catchError(this.handleError)
12103
- map((ret) => {
11235
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12104
11236
  return this.errorExceptionResultCheck(ret);
12105
11237
  }));
12106
11238
  }
@@ -12494,9 +11626,7 @@ class DonateEnumService extends ApiServerBase {
12494
11626
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionLogPublicTypeEnum', {
12495
11627
  headers: this.getHeaders(),
12496
11628
  })
12497
- .pipe(
12498
- // catchError(this.handleError)
12499
- map((ret) => {
11629
+ .pipe(catchError(this.handleError), map((ret) => {
12500
11630
  return this.errorExceptionResultCheck(ret);
12501
11631
  }));
12502
11632
  }
@@ -12585,9 +11715,7 @@ class DonateTransactionService extends ApiCmsServerBase {
12585
11715
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
12586
11716
  headers: this.getHeaders(),
12587
11717
  })
12588
- .pipe(retry(this.configApiRetry),
12589
- // catchError(this.handleError)
12590
- map((ret) => {
11718
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12591
11719
  return this.errorExceptionResultCheck(ret);
12592
11720
  }));
12593
11721
  }
@@ -12599,9 +11727,7 @@ class DonateTransactionService extends ApiCmsServerBase {
12599
11727
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
12600
11728
  headers: this.getHeaders(),
12601
11729
  })
12602
- .pipe(retry(this.configApiRetry),
12603
- // catchError(this.handleError)
12604
- map((ret) => {
11730
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12605
11731
  return this.errorExceptionResultCheck(ret);
12606
11732
  }));
12607
11733
  }
@@ -12703,9 +11829,7 @@ class DataProviderEnumService extends ApiServerBase {
12703
11829
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataProviderClientConnectionTypeEnum', {
12704
11830
  headers: this.getHeaders(),
12705
11831
  })
12706
- .pipe(
12707
- // catchError(this.handleError)
12708
- map((ret) => {
11832
+ .pipe(catchError(this.handleError), map((ret) => {
12709
11833
  return this.errorExceptionResultCheck(ret);
12710
11834
  }));
12711
11835
  }
@@ -12849,9 +11973,7 @@ class DataProviderTransactionService extends ApiCmsServerBase {
12849
11973
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
12850
11974
  headers: this.getHeaders(),
12851
11975
  })
12852
- .pipe(retry(this.configApiRetry),
12853
- // catchError(this.handleError)
12854
- map((ret) => {
11976
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12855
11977
  return this.errorExceptionResultCheck(ret);
12856
11978
  }));
12857
11979
  }
@@ -12863,9 +11985,7 @@ class DataProviderTransactionService extends ApiCmsServerBase {
12863
11985
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
12864
11986
  headers: this.getHeaders(),
12865
11987
  })
12866
- .pipe(retry(this.configApiRetry),
12867
- // catchError(this.handleError)
12868
- map((ret) => {
11988
+ .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12869
11989
  return this.errorExceptionResultCheck(ret);
12870
11990
  }));
12871
11991
  }