ntk-cms-api 18.3.461 → 18.3.463

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 +23 -9
  2. package/esm2020/lib/service/api-telegram/apiTelegramEnum.service.mjs +5 -3
  3. package/esm2020/lib/service/application/applicationApp.service.mjs +26 -10
  4. package/esm2020/lib/service/application/applicationEnum.service.mjs +5 -3
  5. package/esm2020/lib/service/application/applicationLayout.service.mjs +8 -4
  6. package/esm2020/lib/service/application/applicationLogNotification.service.mjs +5 -3
  7. package/esm2020/lib/service/application/applicationSource.service.mjs +5 -3
  8. package/esm2020/lib/service/application/applicationThemeConfig.service.mjs +5 -3
  9. package/esm2020/lib/service/article/articleCategory.service.mjs +5 -3
  10. package/esm2020/lib/service/article/articleComment.service.mjs +8 -4
  11. package/esm2020/lib/service/article/articleContent.service.mjs +32 -12
  12. package/esm2020/lib/service/article/articleContentOtherInfo.service.mjs +8 -4
  13. package/esm2020/lib/service/article/articleContentSimilar.service.mjs +8 -4
  14. package/esm2020/lib/service/article/articleContentTag.service.mjs +8 -4
  15. package/esm2020/lib/service/article/articleShareServerCategory.service.mjs +5 -3
  16. package/esm2020/lib/service/bank-payment/bankPaymentEnum.service.mjs +8 -4
  17. package/esm2020/lib/service/bank-payment/bankPaymentPrivateSiteConfig.service.mjs +17 -7
  18. package/esm2020/lib/service/bank-payment/bankPaymentPublicConfig.service.mjs +8 -4
  19. package/esm2020/lib/service/bank-payment/bankPaymentTransaction.service.mjs +5 -3
  20. package/esm2020/lib/service/base/apiCmsServerBase.service.mjs +104 -36
  21. package/esm2020/lib/service/base/apiServerBase.service.mjs +1 -8
  22. package/esm2020/lib/service/base/apiServerConfigSiteBase.service.mjs +44 -16
  23. package/esm2020/lib/service/biography/biographyCategory.service.mjs +5 -3
  24. package/esm2020/lib/service/biography/biographyComment.service.mjs +8 -4
  25. package/esm2020/lib/service/biography/biographyContent.service.mjs +50 -18
  26. package/esm2020/lib/service/biography/biographyContentOtherInfo.service.mjs +8 -4
  27. package/esm2020/lib/service/biography/biographyContentSimilar.service.mjs +8 -4
  28. package/esm2020/lib/service/biography/biographyContentTag.service.mjs +8 -4
  29. package/esm2020/lib/service/biography/biographyShareServerCategory.service.mjs +5 -3
  30. package/esm2020/lib/service/blog/blogCategory.service.mjs +5 -3
  31. package/esm2020/lib/service/blog/blogComment.service.mjs +8 -4
  32. package/esm2020/lib/service/blog/blogContent.service.mjs +32 -12
  33. package/esm2020/lib/service/blog/blogContentOtherInfo.service.mjs +8 -4
  34. package/esm2020/lib/service/blog/blogContentSimilar.service.mjs +8 -4
  35. package/esm2020/lib/service/blog/blogContentTag.service.mjs +8 -4
  36. package/esm2020/lib/service/blog/blogShareServerCategory.service.mjs +5 -3
  37. package/esm2020/lib/service/catalog/catalogCategory.service.mjs +5 -3
  38. package/esm2020/lib/service/catalog/catalogContent.service.mjs +20 -8
  39. package/esm2020/lib/service/chart/chartCategory.service.mjs +5 -3
  40. package/esm2020/lib/service/chart/chartComment.service.mjs +8 -4
  41. package/esm2020/lib/service/chart/chartContent.service.mjs +32 -12
  42. package/esm2020/lib/service/chart/chartContentOtherInfo.service.mjs +8 -4
  43. package/esm2020/lib/service/chart/chartContentSimilar.service.mjs +8 -4
  44. package/esm2020/lib/service/chart/chartContentTag.service.mjs +8 -4
  45. package/esm2020/lib/service/chart/chartShareServerCategory.service.mjs +5 -3
  46. package/esm2020/lib/service/contact/contactCategory.service.mjs +5 -3
  47. package/esm2020/lib/service/core-main/coreConfiguration.service.mjs +8 -4
  48. package/esm2020/lib/service/core-main/coreCpMainMenu.service.mjs +11 -5
  49. package/esm2020/lib/service/core-main/coreEnum.service.mjs +71 -25
  50. package/esm2020/lib/service/core-main/coreGuide.service.mjs +11 -5
  51. package/esm2020/lib/service/core-main/coreLocation.service.mjs +23 -9
  52. package/esm2020/lib/service/core-main/coreModule.service.mjs +23 -9
  53. package/esm2020/lib/service/core-main/coreModuleEntity.service.mjs +5 -3
  54. package/esm2020/lib/service/core-main/coreModuleProcess.service.mjs +11 -5
  55. package/esm2020/lib/service/core-main/coreModuleSaleHeader.service.mjs +14 -6
  56. package/esm2020/lib/service/core-main/coreModuleSaleSerial.service.mjs +8 -4
  57. package/esm2020/lib/service/core-main/coreModuleSite.service.mjs +11 -5
  58. package/esm2020/lib/service/core-main/coreSite.service.mjs +53 -19
  59. package/esm2020/lib/service/core-main/coreSiteUser.service.mjs +5 -3
  60. package/esm2020/lib/service/core-main/coreUser.service.mjs +11 -5
  61. package/esm2020/lib/service/core-main/coreUserClaimContent.service.mjs +8 -4
  62. package/esm2020/lib/service/core-module-data/coreModuleDataComment.service.mjs +5 -3
  63. package/esm2020/lib/service/core-module-data/coreModuleDataMemo.service.mjs +5 -3
  64. package/esm2020/lib/service/core-module-data/coreModuleDataPin.service.mjs +5 -3
  65. package/esm2020/lib/service/core-module-data/coreModuleDataTask.service.mjs +5 -3
  66. package/esm2020/lib/service/core-module-log/coreModuleLogFavorite.service.mjs +8 -4
  67. package/esm2020/lib/service/core-module-log/coreModuleLogReportAbuse.service.mjs +5 -3
  68. package/esm2020/lib/service/core-module-log/coreModuleLogShowKey.service.mjs +5 -3
  69. package/esm2020/lib/service/core-module-main/coreModuleSiteCredit.service.mjs +17 -7
  70. package/esm2020/lib/service/core-module-main/coreModuleSiteUserCredit.service.mjs +17 -7
  71. package/esm2020/lib/service/core-module-main/coreModuleTagCategory.service.mjs +5 -3
  72. package/esm2020/lib/service/core-token/coreAuth.service.mjs +50 -18
  73. package/esm2020/lib/service/core-token/coreTokenConnection.service.mjs +8 -4
  74. package/esm2020/lib/service/data-provider/dataProviderEnum.service.mjs +5 -3
  75. package/esm2020/lib/service/data-provider/dataProviderTransaction.service.mjs +8 -4
  76. package/esm2020/lib/service/donate/donateEnum.service.mjs +5 -3
  77. package/esm2020/lib/service/donate/donateTransaction.service.mjs +8 -4
  78. package/esm2020/lib/service/estate/estateAccountAgencyAds.service.mjs +8 -4
  79. package/esm2020/lib/service/estate/estateAdsType.service.mjs +11 -5
  80. package/esm2020/lib/service/estate/estateCustomerOrder.service.mjs +26 -10
  81. package/esm2020/lib/service/estate/estateEnum.service.mjs +11 -5
  82. package/esm2020/lib/service/estate/estateProperty.service.mjs +50 -18
  83. package/esm2020/lib/service/estate/estatePropertyAds.service.mjs +8 -4
  84. package/esm2020/lib/service/estate/estatePropertyDetail.service.mjs +5 -3
  85. package/esm2020/lib/service/estate/estatePropertyDetailGroup.service.mjs +8 -4
  86. package/esm2020/lib/service/estate/estatePropertyExpertPrice.service.mjs +8 -4
  87. package/esm2020/lib/service/estate/estatePropertyHistory.service.mjs +5 -3
  88. package/esm2020/lib/service/estate/estatePropertyShareAgency.service.mjs +5 -3
  89. package/esm2020/lib/service/estate/estatePropertyShareAgent.service.mjs +5 -3
  90. package/esm2020/lib/service/estate/estatePropertyShareSite.service.mjs +8 -4
  91. package/esm2020/lib/service/file/fileCategory.service.mjs +8 -4
  92. package/esm2020/lib/service/file/fileContent.service.mjs +35 -13
  93. package/esm2020/lib/service/hyper-shop/hyperShopCategory.service.mjs +8 -4
  94. package/esm2020/lib/service/hyper-shop/hyperShopContent.service.mjs +17 -7
  95. package/esm2020/lib/service/hyper-shop/hyperShopOrder.service.mjs +11 -5
  96. package/esm2020/lib/service/link-management/linkManagementBillboard.service.mjs +5 -3
  97. package/esm2020/lib/service/link-management/linkManagementEnum.service.mjs +11 -5
  98. package/esm2020/lib/service/link-management/linkManagementTarget.service.mjs +11 -5
  99. package/esm2020/lib/service/link-management/linkManagementTargetBillboardLog.service.mjs +5 -3
  100. package/esm2020/lib/service/news/newsCategory.service.mjs +5 -3
  101. package/esm2020/lib/service/news/newsComment.service.mjs +8 -4
  102. package/esm2020/lib/service/news/newsContent.service.mjs +32 -12
  103. package/esm2020/lib/service/news/newsContentOtherInfo.service.mjs +8 -4
  104. package/esm2020/lib/service/news/newsContentSimilar.service.mjs +8 -4
  105. package/esm2020/lib/service/news/newsContentTag.service.mjs +8 -4
  106. package/esm2020/lib/service/news/newsShareServerCategory.service.mjs +5 -3
  107. package/esm2020/lib/service/polling/pollingCategory.service.mjs +5 -3
  108. package/esm2020/lib/service/polling/pollingVote.service.mjs +5 -3
  109. package/esm2020/lib/service/sms/smsEnum.service.mjs +29 -11
  110. package/esm2020/lib/service/sms/smsLogOutBoxQueue.service.mjs +8 -4
  111. package/esm2020/lib/service/sms/smsLogOutBoxTaskScheduler.service.mjs +8 -4
  112. package/esm2020/lib/service/sms/smsMainApiPath.service.mjs +20 -8
  113. package/esm2020/lib/service/sms/smsMainApiPathPublicConfig.service.mjs +8 -4
  114. package/esm2020/lib/service/sms/smsMainMessageCategory.service.mjs +5 -3
  115. package/esm2020/lib/service/ticketing/ticketingAnswer.service.mjs +5 -3
  116. package/esm2020/lib/service/ticketing/ticketingDepartemen.service.mjs +5 -3
  117. package/esm2020/lib/service/ticketing/ticketingDepartemenOperator.service.mjs +5 -3
  118. package/esm2020/lib/service/ticketing/ticketingEnum.service.mjs +11 -5
  119. package/esm2020/lib/service/ticketing/ticketingFaq.service.mjs +5 -3
  120. package/esm2020/lib/service/ticketing/ticketingTask.service.mjs +11 -5
  121. package/esm2020/lib/service/universal-menu/universalMenuEnum.service.mjs +8 -4
  122. package/esm2020/lib/service/universal-menu/universalMenuMenuItem.service.mjs +8 -4
  123. package/esm2020/lib/service/web-designer/webDesignerEnum.service.mjs +11 -5
  124. package/esm2020/lib/service/web-designer/webDesignerMainMenu.service.mjs +8 -4
  125. package/esm2020/lib/service/web-designer/webDesignerMainPage.service.mjs +20 -8
  126. package/esm2020/lib/service/web-designer/webDesignerMainPageDependency.service.mjs +8 -4
  127. package/fesm2015/ntk-cms-api.mjs +1333 -452
  128. package/fesm2015/ntk-cms-api.mjs.map +1 -1
  129. package/fesm2020/ntk-cms-api.mjs +1333 -452
  130. package/fesm2020/ntk-cms-api.mjs.map +1 -1
  131. package/lib/service/base/apiServerBase.service.d.ts +0 -2
  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, catchError, map } from 'rxjs/operators';
6
+ import { retry, map } from 'rxjs/operators';
7
7
 
8
8
  class NtkCmsApiService {
9
9
  constructor() { }
@@ -1161,10 +1161,6 @@ class ApiServerBase {
1161
1161
  localStorage.setItem(this.keyBaseUrl, url);
1162
1162
  this.configApiRetry = apiRetry;
1163
1163
  }
1164
- setConfigHandleError(func) {
1165
- this.handleErrorCustom = func;
1166
- ;
1167
- }
1168
1164
  cashApiIsValid(serviceNameKay, cashApiSeconds) {
1169
1165
  if (cashApiSeconds > 0) {
1170
1166
  if (!this.cachApiResult[serviceNameKay])
@@ -1310,8 +1306,6 @@ class ApiServerBase {
1310
1306
  return model;
1311
1307
  }
1312
1308
  handleError(error, caught) {
1313
- if (this.handleErrorCustom)
1314
- return this.handleErrorCustom(error, caught);
1315
1309
  let errorMessage = error.message;
1316
1310
  if (error && error.status) {
1317
1311
  // server-side error
@@ -1319,7 +1313,6 @@ class ApiServerBase {
1319
1313
  if (error.status === 401 || error.status === '401') {
1320
1314
  const title = 'خطای امنیتی';
1321
1315
  const message = 'لطفا مجدد وارد سیستم شود';
1322
- localStorage.removeItem(this.keyUserToken);
1323
1316
  }
1324
1317
  }
1325
1318
  else if (error.error instanceof ErrorEvent) {
@@ -1347,7 +1340,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1347
1340
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfigDefault', {
1348
1341
  headers: this.getHeaders(),
1349
1342
  })
1350
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1343
+ .pipe(retry(this.configApiRetry),
1344
+ // catchError(this.handleError)
1345
+ map((ret) => {
1351
1346
  return this.errorExceptionResultCheck(ret);
1352
1347
  }));
1353
1348
  }
@@ -1356,7 +1351,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1356
1351
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfigDefault', model, {
1357
1352
  headers: this.getHeaders(),
1358
1353
  })
1359
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1354
+ .pipe(retry(this.configApiRetry),
1355
+ // catchError(this.handleError)
1356
+ map((ret) => {
1360
1357
  return this.errorExceptionResultCheck(ret);
1361
1358
  }));
1362
1359
  }
@@ -1365,7 +1362,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1365
1362
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteStorage/' + id, {
1366
1363
  headers: this.getHeaders(),
1367
1364
  })
1368
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1365
+ .pipe(retry(this.configApiRetry),
1366
+ // catchError(this.handleError)
1367
+ map((ret) => {
1369
1368
  return this.errorExceptionResultCheck(ret);
1370
1369
  }));
1371
1370
  }
@@ -1374,7 +1373,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1374
1373
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteStorage/' + Siteid, model, {
1375
1374
  headers: this.getHeaders(),
1376
1375
  })
1377
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1376
+ .pipe(retry(this.configApiRetry),
1377
+ // catchError(this.handleError)
1378
+ map((ret) => {
1378
1379
  return this.errorExceptionResultCheck(ret);
1379
1380
  }));
1380
1381
  }
@@ -1383,7 +1384,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1383
1384
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfig/' + id, {
1384
1385
  headers: this.getHeaders(),
1385
1386
  })
1386
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1387
+ .pipe(retry(this.configApiRetry),
1388
+ // catchError(this.handleError)
1389
+ map((ret) => {
1387
1390
  return this.errorExceptionResultCheck(ret);
1388
1391
  }));
1389
1392
  }
@@ -1392,7 +1395,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1392
1395
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfig/' + Siteid, model, {
1393
1396
  headers: this.getHeaders(),
1394
1397
  })
1395
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1398
+ .pipe(retry(this.configApiRetry),
1399
+ // catchError(this.handleError)
1400
+ map((ret) => {
1396
1401
  return this.errorExceptionResultCheck(ret);
1397
1402
  }));
1398
1403
  }
@@ -1401,7 +1406,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1401
1406
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccess/' + Siteid, {
1402
1407
  headers: this.getHeaders(),
1403
1408
  })
1404
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1409
+ .pipe(retry(this.configApiRetry),
1410
+ // catchError(this.handleError)
1411
+ map((ret) => {
1405
1412
  return this.errorExceptionResultCheck(ret);
1406
1413
  }));
1407
1414
  }
@@ -1410,7 +1417,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1410
1417
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccess/' + Siteid, model, {
1411
1418
  headers: this.getHeaders(),
1412
1419
  })
1413
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1420
+ .pipe(retry(this.configApiRetry),
1421
+ // catchError(this.handleError)
1422
+ map((ret) => {
1414
1423
  return this.errorExceptionResultCheck(ret);
1415
1424
  }));
1416
1425
  }
@@ -1419,7 +1428,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1419
1428
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccessDefault/', {
1420
1429
  headers: this.getHeaders(),
1421
1430
  })
1422
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1431
+ .pipe(retry(this.configApiRetry),
1432
+ // catchError(this.handleError)
1433
+ map((ret) => {
1423
1434
  return this.errorExceptionResultCheck(ret);
1424
1435
  }));
1425
1436
  }
@@ -1428,7 +1439,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1428
1439
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccessDefault/', model, {
1429
1440
  headers: this.getHeaders(),
1430
1441
  })
1431
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1442
+ .pipe(retry(this.configApiRetry),
1443
+ // catchError(this.handleError)
1444
+ map((ret) => {
1432
1445
  return this.errorExceptionResultCheck(ret);
1433
1446
  }));
1434
1447
  }
@@ -1437,7 +1450,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1437
1450
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/AdminMain/', {
1438
1451
  headers: this.getHeaders(),
1439
1452
  })
1440
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1453
+ .pipe(retry(this.configApiRetry),
1454
+ // catchError(this.handleError)
1455
+ map((ret) => {
1441
1456
  return this.errorExceptionResultCheck(ret);
1442
1457
  }));
1443
1458
  }
@@ -1446,7 +1461,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1446
1461
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/AdminMain/', model, {
1447
1462
  headers: this.getHeaders(),
1448
1463
  })
1449
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1464
+ .pipe(retry(this.configApiRetry),
1465
+ // catchError(this.handleError)
1466
+ map((ret) => {
1450
1467
  return this.errorExceptionResultCheck(ret);
1451
1468
  }));
1452
1469
  }
@@ -1455,7 +1472,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1455
1472
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/CheckSite/' + id, {
1456
1473
  headers: this.getHeaders(),
1457
1474
  })
1458
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1475
+ .pipe(retry(this.configApiRetry),
1476
+ // catchError(this.handleError)
1477
+ map((ret) => {
1459
1478
  return this.errorExceptionResultCheck(ret);
1460
1479
  }));
1461
1480
  }
@@ -1464,7 +1483,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1464
1483
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/CheckUser/' + id, {
1465
1484
  headers: this.getHeaders(),
1466
1485
  })
1467
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1486
+ .pipe(retry(this.configApiRetry),
1487
+ // catchError(this.handleError)
1488
+ map((ret) => {
1468
1489
  return this.errorExceptionResultCheck(ret);
1469
1490
  }));
1470
1491
  }
@@ -1479,7 +1500,9 @@ class CoreConfigurationService extends ApiServerConfigSiteBase {
1479
1500
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/UserMembershipRule', {
1480
1501
  headers: this.getHeaders(),
1481
1502
  })
1482
- .pipe(catchError(this.handleError), map((ret) => {
1503
+ .pipe(
1504
+ // catchError(this.handleError)
1505
+ map((ret) => {
1483
1506
  return this.errorExceptionResultCheck(ret);
1484
1507
  }));
1485
1508
  }
@@ -1488,7 +1511,9 @@ class CoreConfigurationService extends ApiServerConfigSiteBase {
1488
1511
  .get(this.getBaseUrl() + 'ip', {
1489
1512
  headers: this.getHeaders(),
1490
1513
  })
1491
- .pipe(catchError(this.handleError), map((ret) => {
1514
+ .pipe(
1515
+ // catchError(this.handleError)
1516
+ map((ret) => {
1492
1517
  return ret;
1493
1518
  }));
1494
1519
  }
@@ -1509,7 +1534,9 @@ class ApiCmsServerBase extends ApiServerBase {
1509
1534
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ViewModel', {
1510
1535
  headers: this.getHeaders(),
1511
1536
  })
1512
- .pipe(catchError(this.handleError), map((ret) => {
1537
+ .pipe(
1538
+ // catchError(this.handleError)
1539
+ map((ret) => {
1513
1540
  return this.errorExceptionResultBaseCheck(ret);
1514
1541
  }));
1515
1542
  }
@@ -1519,7 +1546,9 @@ class ApiCmsServerBase extends ApiServerBase {
1519
1546
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileGetAll', {
1520
1547
  headers: this.getHeaders(),
1521
1548
  })
1522
- .pipe(catchError(this.handleError), map((ret) => {
1549
+ .pipe(
1550
+ // catchError(this.handleError)
1551
+ map((ret) => {
1523
1552
  return this.errorExceptionResultCheck(ret);
1524
1553
  }));
1525
1554
  }
@@ -1528,7 +1557,9 @@ class ApiCmsServerBase extends ApiServerBase {
1528
1557
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAll', model, {
1529
1558
  headers: this.getHeaders(),
1530
1559
  })
1531
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1560
+ .pipe(retry(this.configApiRetry),
1561
+ // catchError(this.handleError)
1562
+ map((ret) => {
1532
1563
  return this.errorExceptionResultCheck(ret);
1533
1564
  }));
1534
1565
  }
@@ -1537,7 +1568,9 @@ class ApiCmsServerBase extends ApiServerBase {
1537
1568
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAllEditor', model, {
1538
1569
  headers: this.getHeaders(),
1539
1570
  })
1540
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1571
+ .pipe(retry(this.configApiRetry),
1572
+ // catchError(this.handleError)
1573
+ map((ret) => {
1541
1574
  return this.errorExceptionResultCheck(ret);
1542
1575
  }));
1543
1576
  }
@@ -1552,7 +1585,9 @@ class ApiCmsServerBase extends ApiServerBase {
1552
1585
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/' + id, {
1553
1586
  headers: this.getHeaders(),
1554
1587
  })
1555
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1588
+ .pipe(retry(this.configApiRetry),
1589
+ // catchError(this.handleError)
1590
+ map((ret) => {
1556
1591
  //! optimaze call api
1557
1592
  if (cashApiSeconds > 0) {
1558
1593
  this.cachApiResult[serviceNameKay] = ret;
@@ -1567,7 +1602,9 @@ class ApiCmsServerBase extends ApiServerBase {
1567
1602
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Count', model, {
1568
1603
  headers: this.getHeaders(),
1569
1604
  })
1570
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1605
+ .pipe(retry(this.configApiRetry),
1606
+ // catchError(this.handleError)
1607
+ map((ret) => {
1571
1608
  return this.errorExceptionResultBaseCheck(ret);
1572
1609
  }));
1573
1610
  }
@@ -1577,7 +1614,9 @@ class ApiCmsServerBase extends ApiServerBase {
1577
1614
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetStatus/' + id + "/" + recordStatus, {
1578
1615
  headers: this.getHeaders(),
1579
1616
  })
1580
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1617
+ .pipe(retry(this.configApiRetry),
1618
+ // catchError(this.handleError)
1619
+ map((ret) => {
1581
1620
  return this.errorExceptionResultCheck(ret);
1582
1621
  }));
1583
1622
  }
@@ -1586,7 +1625,9 @@ class ApiCmsServerBase extends ApiServerBase {
1586
1625
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/exist', model, {
1587
1626
  headers: this.getHeaders(),
1588
1627
  })
1589
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1628
+ .pipe(retry(this.configApiRetry),
1629
+ // catchError(this.handleError)
1630
+ map((ret) => {
1590
1631
  return this.errorExceptionResultBaseCheck(ret);
1591
1632
  }));
1592
1633
  }
@@ -1595,7 +1636,9 @@ class ApiCmsServerBase extends ApiServerBase {
1595
1636
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ExportFile', model, {
1596
1637
  headers: this.getHeaders(),
1597
1638
  })
1598
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1639
+ .pipe(retry(this.configApiRetry),
1640
+ // catchError(this.handleError)
1641
+ map((ret) => {
1599
1642
  return this.errorExceptionResultCheckExportFile(ret);
1600
1643
  }));
1601
1644
  }
@@ -1608,7 +1651,9 @@ class ApiCmsServerBase extends ApiServerBase {
1608
1651
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ExportFile/' + id, model, {
1609
1652
  headers: this.getHeaders(),
1610
1653
  })
1611
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1654
+ .pipe(retry(this.configApiRetry),
1655
+ // catchError(this.handleError)
1656
+ map((ret) => {
1612
1657
  return this.errorExceptionResultCheckExportFile(ret);
1613
1658
  }));
1614
1659
  }
@@ -1618,7 +1663,9 @@ class ApiCmsServerBase extends ApiServerBase {
1618
1663
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/', model, {
1619
1664
  headers: this.getHeaders(),
1620
1665
  })
1621
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1666
+ .pipe(retry(this.configApiRetry),
1667
+ // catchError(this.handleError)
1668
+ map((ret) => {
1622
1669
  return this.errorExceptionResultCheck(ret);
1623
1670
  }));
1624
1671
  }
@@ -1628,7 +1675,9 @@ class ApiCmsServerBase extends ApiServerBase {
1628
1675
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/', model, {
1629
1676
  headers: this.getHeaders(),
1630
1677
  })
1631
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1678
+ .pipe(retry(this.configApiRetry),
1679
+ // catchError(this.handleError)
1680
+ map((ret) => {
1632
1681
  return this.errorExceptionResultCheck(ret);
1633
1682
  }));
1634
1683
  }
@@ -1638,7 +1687,9 @@ class ApiCmsServerBase extends ApiServerBase {
1638
1687
  .delete(this.getBaseUrl() + this.getModuleControllerUrl() + '/' + id, {
1639
1688
  headers: this.getHeaders(),
1640
1689
  })
1641
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1690
+ .pipe(retry(this.configApiRetry),
1691
+ // catchError(this.handleError)
1692
+ map((ret) => {
1642
1693
  return this.errorExceptionResultCheck(ret);
1643
1694
  }));
1644
1695
  }
@@ -1648,7 +1699,9 @@ class ApiCmsServerBase extends ApiServerBase {
1648
1699
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteList', ids, {
1649
1700
  headers: this.getHeaders(),
1650
1701
  })
1651
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1702
+ .pipe(retry(this.configApiRetry),
1703
+ // catchError(this.handleError)
1704
+ map((ret) => {
1652
1705
  return this.errorExceptionResultCheck(ret);
1653
1706
  }));
1654
1707
  }
@@ -1658,7 +1711,9 @@ class ApiCmsServerBase extends ApiServerBase {
1658
1711
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/delete', model, {
1659
1712
  headers: this.getHeaders(),
1660
1713
  })
1661
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1714
+ .pipe(retry(this.configApiRetry),
1715
+ // catchError(this.handleError)
1716
+ map((ret) => {
1662
1717
  return this.errorExceptionResultCheck(ret);
1663
1718
  }));
1664
1719
  }
@@ -1669,7 +1724,9 @@ class ApiCmsServerBase extends ApiServerBase {
1669
1724
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoAdd', model, {
1670
1725
  headers: this.getHeaders(),
1671
1726
  })
1672
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1727
+ .pipe(retry(this.configApiRetry),
1728
+ // catchError(this.handleError)
1729
+ map((ret) => {
1673
1730
  return this.errorExceptionResultCheck(ret);
1674
1731
  }));
1675
1732
  }
@@ -1679,7 +1736,9 @@ class ApiCmsServerBase extends ApiServerBase {
1679
1736
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoDelete/' + id, {
1680
1737
  headers: this.getHeaders(),
1681
1738
  })
1682
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1739
+ .pipe(retry(this.configApiRetry),
1740
+ // catchError(this.handleError)
1741
+ map((ret) => {
1683
1742
  return this.errorExceptionResultCheck(ret);
1684
1743
  }));
1685
1744
  }
@@ -1689,7 +1748,9 @@ class ApiCmsServerBase extends ApiServerBase {
1689
1748
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoGetAll/', {
1690
1749
  headers: this.getHeaders(),
1691
1750
  })
1692
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1751
+ .pipe(retry(this.configApiRetry),
1752
+ // catchError(this.handleError)
1753
+ map((ret) => {
1693
1754
  return this.errorExceptionResultCheck(ret);
1694
1755
  }));
1695
1756
  }
@@ -1699,7 +1760,9 @@ class ApiCmsServerBase extends ApiServerBase {
1699
1760
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoGetAll/' + id, {
1700
1761
  headers: this.getHeaders(),
1701
1762
  })
1702
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1763
+ .pipe(retry(this.configApiRetry),
1764
+ // catchError(this.handleError)
1765
+ map((ret) => {
1703
1766
  return this.errorExceptionResultCheck(ret);
1704
1767
  }));
1705
1768
  }
@@ -1711,7 +1774,9 @@ class ApiCmsServerBase extends ApiServerBase {
1711
1774
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinAdd/' + id, {
1712
1775
  headers: this.getHeaders(),
1713
1776
  })
1714
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1777
+ .pipe(retry(this.configApiRetry),
1778
+ // catchError(this.handleError)
1779
+ map((ret) => {
1715
1780
  return this.errorExceptionResultCheck(ret);
1716
1781
  }));
1717
1782
  }
@@ -1721,7 +1786,9 @@ class ApiCmsServerBase extends ApiServerBase {
1721
1786
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinDelete/' + id, {
1722
1787
  headers: this.getHeaders(),
1723
1788
  })
1724
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1789
+ .pipe(retry(this.configApiRetry),
1790
+ // catchError(this.handleError)
1791
+ map((ret) => {
1725
1792
  return this.errorExceptionResultCheck(ret);
1726
1793
  }));
1727
1794
  }
@@ -1731,7 +1798,9 @@ class ApiCmsServerBase extends ApiServerBase {
1731
1798
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinCheck/' + id, {
1732
1799
  headers: this.getHeaders(),
1733
1800
  })
1734
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1801
+ .pipe(retry(this.configApiRetry),
1802
+ // catchError(this.handleError)
1803
+ map((ret) => {
1735
1804
  return this.errorExceptionResultCheck(ret);
1736
1805
  }));
1737
1806
  }
@@ -1741,7 +1810,9 @@ class ApiCmsServerBase extends ApiServerBase {
1741
1810
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinGetAll/', {
1742
1811
  headers: this.getHeaders(),
1743
1812
  })
1744
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1813
+ .pipe(retry(this.configApiRetry),
1814
+ // catchError(this.handleError)
1815
+ map((ret) => {
1745
1816
  return this.errorExceptionResultCheck(ret);
1746
1817
  }));
1747
1818
  }
@@ -1751,7 +1822,9 @@ class ApiCmsServerBase extends ApiServerBase {
1751
1822
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinGetAll/' + id, {
1752
1823
  headers: this.getHeaders(),
1753
1824
  })
1754
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1825
+ .pipe(retry(this.configApiRetry),
1826
+ // catchError(this.handleError)
1827
+ map((ret) => {
1755
1828
  return this.errorExceptionResultCheck(ret);
1756
1829
  }));
1757
1830
  }
@@ -1763,7 +1836,9 @@ class ApiCmsServerBase extends ApiServerBase {
1763
1836
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskAdd', model, {
1764
1837
  headers: this.getHeaders(),
1765
1838
  })
1766
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1839
+ .pipe(retry(this.configApiRetry),
1840
+ // catchError(this.handleError)
1841
+ map((ret) => {
1767
1842
  return this.errorExceptionResultCheck(ret);
1768
1843
  }));
1769
1844
  }
@@ -1773,7 +1848,9 @@ class ApiCmsServerBase extends ApiServerBase {
1773
1848
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskDelete/' + id, {
1774
1849
  headers: this.getHeaders(),
1775
1850
  })
1776
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1851
+ .pipe(retry(this.configApiRetry),
1852
+ // catchError(this.handleError)
1853
+ map((ret) => {
1777
1854
  return this.errorExceptionResultCheck(ret);
1778
1855
  }));
1779
1856
  }
@@ -1783,7 +1860,9 @@ class ApiCmsServerBase extends ApiServerBase {
1783
1860
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskGetAll/', {
1784
1861
  headers: this.getHeaders(),
1785
1862
  })
1786
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1863
+ .pipe(retry(this.configApiRetry),
1864
+ // catchError(this.handleError)
1865
+ map((ret) => {
1787
1866
  return this.errorExceptionResultCheck(ret);
1788
1867
  }));
1789
1868
  }
@@ -1793,7 +1872,9 @@ class ApiCmsServerBase extends ApiServerBase {
1793
1872
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskGetAll/' + id, {
1794
1873
  headers: this.getHeaders(),
1795
1874
  })
1796
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1875
+ .pipe(retry(this.configApiRetry),
1876
+ // catchError(this.handleError)
1877
+ map((ret) => {
1797
1878
  return this.errorExceptionResultCheck(ret);
1798
1879
  }));
1799
1880
  }
@@ -1805,7 +1886,9 @@ class ApiCmsServerBase extends ApiServerBase {
1805
1886
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentAdd', model, {
1806
1887
  headers: this.getHeaders(),
1807
1888
  })
1808
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1889
+ .pipe(retry(this.configApiRetry),
1890
+ // catchError(this.handleError)
1891
+ map((ret) => {
1809
1892
  return this.errorExceptionResultCheck(ret);
1810
1893
  }));
1811
1894
  }
@@ -1815,7 +1898,9 @@ class ApiCmsServerBase extends ApiServerBase {
1815
1898
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentDelete/' + id, {
1816
1899
  headers: this.getHeaders(),
1817
1900
  })
1818
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1901
+ .pipe(retry(this.configApiRetry),
1902
+ // catchError(this.handleError)
1903
+ map((ret) => {
1819
1904
  return this.errorExceptionResultCheck(ret);
1820
1905
  }));
1821
1906
  }
@@ -1825,7 +1910,9 @@ class ApiCmsServerBase extends ApiServerBase {
1825
1910
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentGetAll/', {
1826
1911
  headers: this.getHeaders(),
1827
1912
  })
1828
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1913
+ .pipe(retry(this.configApiRetry),
1914
+ // catchError(this.handleError)
1915
+ map((ret) => {
1829
1916
  return this.errorExceptionResultCheck(ret);
1830
1917
  }));
1831
1918
  }
@@ -1835,7 +1922,9 @@ class ApiCmsServerBase extends ApiServerBase {
1835
1922
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentGetAll/' + id, {
1836
1923
  headers: this.getHeaders(),
1837
1924
  })
1838
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1925
+ .pipe(retry(this.configApiRetry),
1926
+ // catchError(this.handleError)
1927
+ map((ret) => {
1839
1928
  return this.errorExceptionResultCheck(ret);
1840
1929
  }));
1841
1930
  }
@@ -1846,7 +1935,9 @@ class ApiCmsServerBase extends ApiServerBase {
1846
1935
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShowKeyAdd', model, {
1847
1936
  headers: this.getHeaders(),
1848
1937
  })
1849
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1938
+ .pipe(retry(this.configApiRetry),
1939
+ // catchError(this.handleError)
1940
+ map((ret) => {
1850
1941
  return this.errorExceptionResultCheck(ret);
1851
1942
  }));
1852
1943
  }
@@ -1856,7 +1947,9 @@ class ApiCmsServerBase extends ApiServerBase {
1856
1947
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShowKeyGetAll/' + id, {
1857
1948
  headers: this.getHeaders(),
1858
1949
  })
1859
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1950
+ .pipe(retry(this.configApiRetry),
1951
+ // catchError(this.handleError)
1952
+ map((ret) => {
1860
1953
  return this.errorExceptionResultCheck(ret);
1861
1954
  }));
1862
1955
  }
@@ -1880,7 +1973,9 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1880
1973
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
1881
1974
  headers: this.getHeaders(),
1882
1975
  })
1883
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1976
+ .pipe(retry(this.configApiRetry),
1977
+ // catchError(this.handleError)
1978
+ map((ret) => {
1884
1979
  return this.errorExceptionResultCheck(ret);
1885
1980
  }));
1886
1981
  }
@@ -1893,7 +1988,9 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1893
1988
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMenu', model, {
1894
1989
  headers: this.getHeaders(),
1895
1990
  })
1896
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1991
+ .pipe(retry(this.configApiRetry),
1992
+ // catchError(this.handleError)
1993
+ map((ret) => {
1897
1994
  // if (ret.item != null) {
1898
1995
  // this.coreCpMainMenu.next(ret.listItems);
1899
1996
  // }
@@ -1908,7 +2005,9 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1908
2005
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
1909
2006
  headers: this.getHeaders(),
1910
2007
  })
1911
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2008
+ .pipe(retry(this.configApiRetry),
2009
+ // catchError(this.handleError)
2010
+ map((ret) => {
1912
2011
  return this.errorExceptionResultBaseCheck(ret);
1913
2012
  }));
1914
2013
  }
@@ -1944,7 +2043,9 @@ class CoreEnumService extends ApiServerBase {
1944
2043
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/RecordStatusEnum', {
1945
2044
  headers: this.getHeaders(),
1946
2045
  })
1947
- .pipe(catchError(this.handleError), map((ret) => {
2046
+ .pipe(
2047
+ // catchError(this.handleError)
2048
+ map((ret) => {
1948
2049
  //! optimaze call api
1949
2050
  if (cashApiSeconds > 0) {
1950
2051
  this.cachApiResult[serviceNameKay] = ret;
@@ -1959,7 +2060,9 @@ class CoreEnumService extends ApiServerBase {
1959
2060
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LocationTypeEnum', {
1960
2061
  headers: this.getHeaders(),
1961
2062
  })
1962
- .pipe(catchError(this.handleError), map((ret) => {
2063
+ .pipe(
2064
+ // catchError(this.handleError)
2065
+ map((ret) => {
1963
2066
  return this.errorExceptionResultCheck(ret);
1964
2067
  }));
1965
2068
  }
@@ -1968,7 +2071,9 @@ class CoreEnumService extends ApiServerBase {
1968
2071
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserLanguageEnum', {
1969
2072
  headers: this.getHeaders(),
1970
2073
  })
1971
- .pipe(catchError(this.handleError), map((ret) => {
2074
+ .pipe(
2075
+ // catchError(this.handleError)
2076
+ map((ret) => {
1972
2077
  return this.errorExceptionResultCheck(ret);
1973
2078
  }));
1974
2079
  }
@@ -1980,7 +2085,9 @@ class CoreEnumService extends ApiServerBase {
1980
2085
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GenderEnum', {
1981
2086
  headers: this.getHeaders(),
1982
2087
  })
1983
- .pipe(catchError(this.handleError), map((ret) => {
2088
+ .pipe(
2089
+ // catchError(this.handleError)
2090
+ map((ret) => {
1984
2091
  return this.errorExceptionResultCheck(ret);
1985
2092
  }));
1986
2093
  }
@@ -1989,7 +2096,9 @@ class CoreEnumService extends ApiServerBase {
1989
2096
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MenuPlaceTypeEnum', {
1990
2097
  headers: this.getHeaders(),
1991
2098
  })
1992
- .pipe(catchError(this.handleError), map((ret) => {
2099
+ .pipe(
2100
+ // catchError(this.handleError)
2101
+ map((ret) => {
1993
2102
  return this.errorExceptionResultCheck(ret);
1994
2103
  }));
1995
2104
  }
@@ -1998,7 +2107,9 @@ class CoreEnumService extends ApiServerBase {
1998
2107
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SiteStatusEnum', {
1999
2108
  headers: this.getHeaders(),
2000
2109
  })
2001
- .pipe(catchError(this.handleError), map((ret) => {
2110
+ .pipe(
2111
+ // catchError(this.handleError)
2112
+ map((ret) => {
2002
2113
  return this.errorExceptionResultCheck(ret);
2003
2114
  }));
2004
2115
  }
@@ -2007,7 +2118,9 @@ class CoreEnumService extends ApiServerBase {
2007
2118
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GenderTypeEnum', {
2008
2119
  headers: this.getHeaders(),
2009
2120
  })
2010
- .pipe(catchError(this.handleError), map((ret) => {
2121
+ .pipe(
2122
+ // catchError(this.handleError)
2123
+ map((ret) => {
2011
2124
  return this.errorExceptionResultCheck(ret);
2012
2125
  }));
2013
2126
  }
@@ -2016,7 +2129,9 @@ class CoreEnumService extends ApiServerBase {
2016
2129
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsSiteMenuAreaTypeEnum', {
2017
2130
  headers: this.getHeaders(),
2018
2131
  })
2019
- .pipe(catchError(this.handleError), map((ret) => {
2132
+ .pipe(
2133
+ // catchError(this.handleError)
2134
+ map((ret) => {
2020
2135
  return this.errorExceptionResultCheck(ret);
2021
2136
  }));
2022
2137
  }
@@ -2025,7 +2140,9 @@ class CoreEnumService extends ApiServerBase {
2025
2140
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LanguageEnum', {
2026
2141
  headers: this.getHeaders(),
2027
2142
  })
2028
- .pipe(catchError(this.handleError), map((ret) => {
2143
+ .pipe(
2144
+ // catchError(this.handleError)
2145
+ map((ret) => {
2029
2146
  return this.errorExceptionResultCheck(ret);
2030
2147
  }));
2031
2148
  }
@@ -2034,7 +2151,9 @@ class CoreEnumService extends ApiServerBase {
2034
2151
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeviceTypeEnum', {
2035
2152
  headers: this.getHeaders(),
2036
2153
  })
2037
- .pipe(catchError(this.handleError), map((ret) => {
2154
+ .pipe(
2155
+ // catchError(this.handleError)
2156
+ map((ret) => {
2038
2157
  return this.errorExceptionResultCheck(ret);
2039
2158
  }));
2040
2159
  }
@@ -2043,7 +2162,9 @@ class CoreEnumService extends ApiServerBase {
2043
2162
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OperatingSystemTypeEnum', {
2044
2163
  headers: this.getHeaders(),
2045
2164
  })
2046
- .pipe(catchError(this.handleError), map((ret) => {
2165
+ .pipe(
2166
+ // catchError(this.handleError)
2167
+ map((ret) => {
2047
2168
  return this.errorExceptionResultCheck(ret);
2048
2169
  }));
2049
2170
  }
@@ -2052,7 +2173,9 @@ class CoreEnumService extends ApiServerBase {
2052
2173
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManageUserAccessAreaTypesEnum', {
2053
2174
  headers: this.getHeaders(),
2054
2175
  })
2055
- .pipe(catchError(this.handleError), map((ret) => {
2176
+ .pipe(
2177
+ // catchError(this.handleError)
2178
+ map((ret) => {
2056
2179
  return this.errorExceptionResultCheck(ret);
2057
2180
  }));
2058
2181
  }
@@ -2061,7 +2184,9 @@ class CoreEnumService extends ApiServerBase {
2061
2184
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManageUserAccessUserTypesEnum', {
2062
2185
  headers: this.getHeaders(),
2063
2186
  })
2064
- .pipe(catchError(this.handleError), map((ret) => {
2187
+ .pipe(
2188
+ // catchError(this.handleError)
2189
+ map((ret) => {
2065
2190
  return this.errorExceptionResultCheck(ret);
2066
2191
  }));
2067
2192
  }
@@ -2070,7 +2195,9 @@ class CoreEnumService extends ApiServerBase {
2070
2195
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendSmsStatusTypeEnum', {
2071
2196
  headers: this.getHeaders(),
2072
2197
  })
2073
- .pipe(catchError(this.handleError), map((ret) => {
2198
+ .pipe(
2199
+ // catchError(this.handleError)
2200
+ map((ret) => {
2074
2201
  return this.errorExceptionResultCheck(ret);
2075
2202
  }));
2076
2203
  }
@@ -2079,7 +2206,9 @@ class CoreEnumService extends ApiServerBase {
2079
2206
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendEmailStatusTypeEnum', {
2080
2207
  headers: this.getHeaders(),
2081
2208
  })
2082
- .pipe(catchError(this.handleError), map((ret) => {
2209
+ .pipe(
2210
+ // catchError(this.handleError)
2211
+ map((ret) => {
2083
2212
  return this.errorExceptionResultCheck(ret);
2084
2213
  }));
2085
2214
  }
@@ -2088,7 +2217,9 @@ class CoreEnumService extends ApiServerBase {
2088
2217
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotificationStatusTypeEnum', {
2089
2218
  headers: this.getHeaders(),
2090
2219
  })
2091
- .pipe(catchError(this.handleError), map((ret) => {
2220
+ .pipe(
2221
+ // catchError(this.handleError)
2222
+ map((ret) => {
2092
2223
  return this.errorExceptionResultCheck(ret);
2093
2224
  }));
2094
2225
  }
@@ -2097,7 +2228,9 @@ class CoreEnumService extends ApiServerBase {
2097
2228
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReceiverNotificationStatusTypeEnum', {
2098
2229
  headers: this.getHeaders(),
2099
2230
  })
2100
- .pipe(catchError(this.handleError), map((ret) => {
2231
+ .pipe(
2232
+ // catchError(this.handleError)
2233
+ map((ret) => {
2101
2234
  return this.errorExceptionResultCheck(ret);
2102
2235
  }));
2103
2236
  }
@@ -2106,7 +2239,9 @@ class CoreEnumService extends ApiServerBase {
2106
2239
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsModuleSaleItemTypeEnum', {
2107
2240
  headers: this.getHeaders(),
2108
2241
  })
2109
- .pipe(catchError(this.handleError), map((ret) => {
2242
+ .pipe(
2243
+ // catchError(this.handleError)
2244
+ map((ret) => {
2110
2245
  return this.errorExceptionResultCheck(ret);
2111
2246
  }));
2112
2247
  }
@@ -2115,7 +2250,9 @@ class CoreEnumService extends ApiServerBase {
2115
2250
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
2116
2251
  headers: this.getHeaders(),
2117
2252
  })
2118
- .pipe(catchError(this.handleError), map((ret) => {
2253
+ .pipe(
2254
+ // catchError(this.handleError)
2255
+ map((ret) => {
2119
2256
  return this.errorExceptionResultCheck(ret);
2120
2257
  }));
2121
2258
  }
@@ -2124,7 +2261,9 @@ class CoreEnumService extends ApiServerBase {
2124
2261
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileTypeEnum', {
2125
2262
  headers: this.getHeaders(),
2126
2263
  })
2127
- .pipe(catchError(this.handleError), map((ret) => {
2264
+ .pipe(
2265
+ // catchError(this.handleError)
2266
+ map((ret) => {
2128
2267
  return this.errorExceptionResultCheck(ret);
2129
2268
  }));
2130
2269
  }
@@ -2133,7 +2272,9 @@ class CoreEnumService extends ApiServerBase {
2133
2272
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserClaimKindsEnum', {
2134
2273
  headers: this.getHeaders(),
2135
2274
  })
2136
- .pipe(catchError(this.handleError), map((ret) => {
2275
+ .pipe(
2276
+ // catchError(this.handleError)
2277
+ map((ret) => {
2137
2278
  return this.errorExceptionResultCheck(ret);
2138
2279
  }));
2139
2280
  }
@@ -2142,7 +2283,9 @@ class CoreEnumService extends ApiServerBase {
2142
2283
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserClaimGroupActionTypeEnum', {
2143
2284
  headers: this.getHeaders(),
2144
2285
  })
2145
- .pipe(catchError(this.handleError), map((ret) => {
2286
+ .pipe(
2287
+ // catchError(this.handleError)
2288
+ map((ret) => {
2146
2289
  return this.errorExceptionResultCheck(ret);
2147
2290
  }));
2148
2291
  }
@@ -2151,7 +2294,9 @@ class CoreEnumService extends ApiServerBase {
2151
2294
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/InputDataTypeEnum', {
2152
2295
  headers: this.getHeaders(),
2153
2296
  })
2154
- .pipe(catchError(this.handleError), map((ret) => {
2297
+ .pipe(
2298
+ // catchError(this.handleError)
2299
+ map((ret) => {
2155
2300
  return this.errorExceptionResultCheck(ret);
2156
2301
  }));
2157
2302
  }
@@ -2175,7 +2320,9 @@ class CoreGuideService extends ApiCmsServerBase {
2175
2320
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
2176
2321
  headers: this.getHeaders(),
2177
2322
  })
2178
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2323
+ .pipe(retry(this.configApiRetry),
2324
+ // catchError(this.handleError)
2325
+ map((ret) => {
2179
2326
  return this.errorExceptionResultCheck(ret);
2180
2327
  }));
2181
2328
  }
@@ -2187,7 +2334,9 @@ class CoreGuideService extends ApiCmsServerBase {
2187
2334
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
2188
2335
  headers: this.getHeaders(),
2189
2336
  })
2190
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2337
+ .pipe(retry(this.configApiRetry),
2338
+ // catchError(this.handleError)
2339
+ map((ret) => {
2191
2340
  return this.errorExceptionResultBaseCheck(ret);
2192
2341
  }));
2193
2342
  }
@@ -2196,7 +2345,9 @@ class CoreGuideService extends ApiCmsServerBase {
2196
2345
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/key/' + key, {
2197
2346
  headers: this.getHeaders(),
2198
2347
  })
2199
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2348
+ .pipe(retry(this.configApiRetry),
2349
+ // catchError(this.handleError)
2350
+ map((ret) => {
2200
2351
  return this.errorExceptionResultCheck(ret);
2201
2352
  }));
2202
2353
  }
@@ -2227,7 +2378,9 @@ class CoreLocationService extends ApiCmsServerBase {
2227
2378
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneIncludeChild/' + id, {
2228
2379
  headers: this.getHeaders(),
2229
2380
  })
2230
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2381
+ .pipe(retry(this.configApiRetry),
2382
+ // catchError(this.handleError)
2383
+ map((ret) => {
2231
2384
  return this.errorExceptionResultCheck(ret);
2232
2385
  }));
2233
2386
  }
@@ -2236,7 +2389,9 @@ class CoreLocationService extends ApiCmsServerBase {
2236
2389
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneIncludeParent/' + id, {
2237
2390
  headers: this.getHeaders(),
2238
2391
  })
2239
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2392
+ .pipe(retry(this.configApiRetry),
2393
+ // catchError(this.handleError)
2394
+ map((ret) => {
2240
2395
  return this.errorExceptionResultCheck(ret);
2241
2396
  }));
2242
2397
  }
@@ -2249,7 +2404,9 @@ class CoreLocationService extends ApiCmsServerBase {
2249
2404
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
2250
2405
  headers: this.getHeaders(),
2251
2406
  })
2252
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2407
+ .pipe(retry(this.configApiRetry),
2408
+ // catchError(this.handleError)
2409
+ map((ret) => {
2253
2410
  return this.errorExceptionResultCheck(ret);
2254
2411
  }));
2255
2412
  }
@@ -2261,7 +2418,9 @@ class CoreLocationService extends ApiCmsServerBase {
2261
2418
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllProvinces', model, {
2262
2419
  headers: this.getHeaders(),
2263
2420
  })
2264
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2421
+ .pipe(retry(this.configApiRetry),
2422
+ // catchError(this.handleError)
2423
+ map((ret) => {
2265
2424
  return this.errorExceptionResultCheck(ret);
2266
2425
  }));
2267
2426
  }
@@ -2273,7 +2432,9 @@ class CoreLocationService extends ApiCmsServerBase {
2273
2432
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCities', model, {
2274
2433
  headers: this.getHeaders(),
2275
2434
  })
2276
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2435
+ .pipe(retry(this.configApiRetry),
2436
+ // catchError(this.handleError)
2437
+ map((ret) => {
2277
2438
  return this.errorExceptionResultCheck(ret);
2278
2439
  }));
2279
2440
  }
@@ -2285,7 +2446,9 @@ class CoreLocationService extends ApiCmsServerBase {
2285
2446
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllNeighbourhoods', model, {
2286
2447
  headers: this.getHeaders(),
2287
2448
  })
2288
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2449
+ .pipe(retry(this.configApiRetry),
2450
+ // catchError(this.handleError)
2451
+ map((ret) => {
2289
2452
  return this.errorExceptionResultCheck(ret);
2290
2453
  }));
2291
2454
  }
@@ -2297,7 +2460,9 @@ class CoreLocationService extends ApiCmsServerBase {
2297
2460
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCountry', model, {
2298
2461
  headers: this.getHeaders(),
2299
2462
  })
2300
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2463
+ .pipe(retry(this.configApiRetry),
2464
+ // catchError(this.handleError)
2465
+ map((ret) => {
2301
2466
  return this.errorExceptionResultCheck(ret);
2302
2467
  }));
2303
2468
  }
@@ -2320,7 +2485,9 @@ class CoreModuleService extends ApiCmsServerBase {
2320
2485
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
2321
2486
  headers: this.getHeaders(),
2322
2487
  })
2323
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2488
+ .pipe(retry(this.configApiRetry),
2489
+ // catchError(this.handleError)
2490
+ map((ret) => {
2324
2491
  return this.errorExceptionResultBaseCheck(ret);
2325
2492
  }));
2326
2493
  }
@@ -2329,7 +2496,9 @@ class CoreModuleService extends ApiCmsServerBase {
2329
2496
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2330
2497
  headers: this.getHeaders(),
2331
2498
  })
2332
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2499
+ .pipe(retry(this.configApiRetry),
2500
+ // catchError(this.handleError)
2501
+ map((ret) => {
2333
2502
  return this.errorExceptionResultCheck(ret);
2334
2503
  }));
2335
2504
  }
@@ -2338,7 +2507,9 @@ class CoreModuleService extends ApiCmsServerBase {
2338
2507
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Config/', MoudleClassName, {
2339
2508
  headers: this.getHeaders(),
2340
2509
  })
2341
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2510
+ .pipe(retry(this.configApiRetry),
2511
+ // catchError(this.handleError)
2512
+ map((ret) => {
2342
2513
  return this.errorExceptionResultCheck(ret);
2343
2514
  }));
2344
2515
  }
@@ -2350,7 +2521,9 @@ class CoreModuleService extends ApiCmsServerBase {
2350
2521
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithModuleConfig/', model, {
2351
2522
  headers: this.getHeaders(),
2352
2523
  })
2353
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2524
+ .pipe(retry(this.configApiRetry),
2525
+ // catchError(this.handleError)
2526
+ map((ret) => {
2354
2527
  return this.errorExceptionResultCheck(ret);
2355
2528
  }));
2356
2529
  }
@@ -2359,7 +2532,9 @@ class CoreModuleService extends ApiCmsServerBase {
2359
2532
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetViewModelWithModuleConfig/' + id, {
2360
2533
  headers: this.getHeaders(),
2361
2534
  })
2362
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2535
+ .pipe(retry(this.configApiRetry),
2536
+ // catchError(this.handleError)
2537
+ map((ret) => {
2363
2538
  return this.errorExceptionResultCheck(ret);
2364
2539
  }));
2365
2540
  }
@@ -2371,7 +2546,9 @@ class CoreModuleService extends ApiCmsServerBase {
2371
2546
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllModuleName/', model, {
2372
2547
  headers: this.getHeaders(),
2373
2548
  })
2374
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2549
+ .pipe(retry(this.configApiRetry),
2550
+ // catchError(this.handleError)
2551
+ map((ret) => {
2375
2552
  return this.errorExceptionResultCheck(ret);
2376
2553
  }));
2377
2554
  }
@@ -2383,7 +2560,9 @@ class CoreModuleService extends ApiCmsServerBase {
2383
2560
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllByCategorySiteId/' + CategorySiteId, model, {
2384
2561
  headers: this.getHeaders(),
2385
2562
  })
2386
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2563
+ .pipe(retry(this.configApiRetry),
2564
+ // catchError(this.handleError)
2565
+ map((ret) => {
2387
2566
  return this.errorExceptionResultCheck(ret);
2388
2567
  }));
2389
2568
  }
@@ -2403,7 +2582,9 @@ class CoreModuleEntityService extends ApiCmsServerBase {
2403
2582
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2404
2583
  headers: this.getHeaders(),
2405
2584
  })
2406
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2585
+ .pipe(retry(this.configApiRetry),
2586
+ // catchError(this.handleError)
2587
+ map((ret) => {
2407
2588
  return this.errorExceptionResultCheck(ret);
2408
2589
  }));
2409
2590
  }
@@ -2434,7 +2615,9 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2434
2615
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2435
2616
  headers: this.getHeaders(),
2436
2617
  })
2437
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2618
+ .pipe(retry(this.configApiRetry),
2619
+ // catchError(this.handleError)
2620
+ map((ret) => {
2438
2621
  return this.errorExceptionResultCheck(ret);
2439
2622
  }));
2440
2623
  }
@@ -2446,7 +2629,9 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2446
2629
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/', model, {
2447
2630
  headers: this.getHeaders(),
2448
2631
  })
2449
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2632
+ .pipe(retry(this.configApiRetry),
2633
+ // catchError(this.handleError)
2634
+ map((ret) => {
2450
2635
  return this.errorExceptionResultCheck(ret);
2451
2636
  }));
2452
2637
  }
@@ -2458,7 +2643,9 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2458
2643
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithJsonFormatter/', model, {
2459
2644
  headers: this.getHeaders(),
2460
2645
  })
2461
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2646
+ .pipe(retry(this.configApiRetry),
2647
+ // catchError(this.handleError)
2648
+ map((ret) => {
2462
2649
  return this.errorExceptionResultCheck(ret);
2463
2650
  }));
2464
2651
  }
@@ -2489,7 +2676,9 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2489
2676
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ConfigSite', model, {
2490
2677
  headers: this.getHeaders(),
2491
2678
  })
2492
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2679
+ .pipe(retry(this.configApiRetry),
2680
+ // catchError(this.handleError)
2681
+ map((ret) => {
2493
2682
  return this.errorExceptionResultCheck(ret);
2494
2683
  }));
2495
2684
  }
@@ -2498,7 +2687,9 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2498
2687
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditConfigSite', model, {
2499
2688
  headers: this.getHeaders(),
2500
2689
  })
2501
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2690
+ .pipe(retry(this.configApiRetry),
2691
+ // catchError(this.handleError)
2692
+ map((ret) => {
2502
2693
  return this.errorExceptionResultCheck(ret);
2503
2694
  }));
2504
2695
  }
@@ -2510,7 +2701,9 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2510
2701
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAll/' + id, model, {
2511
2702
  headers: this.getHeaders(),
2512
2703
  })
2513
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2704
+ .pipe(retry(this.configApiRetry),
2705
+ // catchError(this.handleError)
2706
+ map((ret) => {
2514
2707
  return this.errorExceptionResultCheck(ret);
2515
2708
  }));
2516
2709
  }
@@ -2530,7 +2723,9 @@ class CoreSiteService extends ApiCmsServerBase {
2530
2723
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataOptimaze/' + linkSiteId, {
2531
2724
  headers: this.getHeaders(),
2532
2725
  })
2533
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2726
+ .pipe(retry(this.configApiRetry),
2727
+ // catchError(this.handleError)
2728
+ map((ret) => {
2534
2729
  return this.errorExceptionResultCheck(ret);
2535
2730
  }));
2536
2731
  }
@@ -2539,7 +2734,9 @@ class CoreSiteService extends ApiCmsServerBase {
2539
2734
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataInfo/' + linkSiteId, {
2540
2735
  headers: this.getHeaders(),
2541
2736
  })
2542
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2737
+ .pipe(retry(this.configApiRetry),
2738
+ // catchError(this.handleError)
2739
+ map((ret) => {
2543
2740
  return this.errorExceptionResultCheck(ret);
2544
2741
  }));
2545
2742
  }
@@ -2548,7 +2745,9 @@ class CoreSiteService extends ApiCmsServerBase {
2548
2745
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebScreenshot', model, {
2549
2746
  headers: this.getHeaders(),
2550
2747
  })
2551
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2748
+ .pipe(retry(this.configApiRetry),
2749
+ // catchError(this.handleError)
2750
+ map((ret) => {
2552
2751
  return this.errorExceptionResultCheck(ret);
2553
2752
  }));
2554
2753
  }
@@ -2557,7 +2756,9 @@ class CoreSiteService extends ApiCmsServerBase {
2557
2756
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRessellerChart/' + linkSiteId, {
2558
2757
  headers: this.getHeaders(),
2559
2758
  })
2560
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2759
+ .pipe(retry(this.configApiRetry),
2760
+ // catchError(this.handleError)
2761
+ map((ret) => {
2561
2762
  return this.errorExceptionResultCheck(ret);
2562
2763
  }));
2563
2764
  }
@@ -2566,7 +2767,9 @@ class CoreSiteService extends ApiCmsServerBase {
2566
2767
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrectSite', {
2567
2768
  headers: this.getHeaders(),
2568
2769
  })
2569
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2770
+ .pipe(retry(this.configApiRetry),
2771
+ // catchError(this.handleError)
2772
+ map((ret) => {
2570
2773
  return this.errorExceptionResultCheck(ret);
2571
2774
  }));
2572
2775
  }
@@ -2575,7 +2778,9 @@ class CoreSiteService extends ApiCmsServerBase {
2575
2778
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MasterSiteInfo/' + linkSiteId, {
2576
2779
  headers: this.getHeaders(),
2577
2780
  })
2578
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2781
+ .pipe(retry(this.configApiRetry),
2782
+ // catchError(this.handleError)
2783
+ map((ret) => {
2579
2784
  return this.errorExceptionResultCheck(ret);
2580
2785
  }));
2581
2786
  }
@@ -2584,7 +2789,9 @@ class CoreSiteService extends ApiCmsServerBase {
2584
2789
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SupportSite', {
2585
2790
  headers: this.getHeaders(),
2586
2791
  })
2587
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2792
+ .pipe(retry(this.configApiRetry),
2793
+ // catchError(this.handleError)
2794
+ map((ret) => {
2588
2795
  return this.errorExceptionResultCheck(ret);
2589
2796
  }));
2590
2797
  }
@@ -2593,7 +2800,9 @@ class CoreSiteService extends ApiCmsServerBase {
2593
2800
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddFirstSite', model, {
2594
2801
  headers: this.getHeaders(),
2595
2802
  })
2596
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2803
+ .pipe(retry(this.configApiRetry),
2804
+ // catchError(this.handleError)
2805
+ map((ret) => {
2597
2806
  return this.errorExceptionResultCheck(ret);
2598
2807
  }));
2599
2808
  }
@@ -2605,7 +2814,9 @@ class CoreSiteService extends ApiCmsServerBase {
2605
2814
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithAlias', model, {
2606
2815
  headers: this.getHeaders(),
2607
2816
  })
2608
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2817
+ .pipe(retry(this.configApiRetry),
2818
+ // catchError(this.handleError)
2819
+ map((ret) => {
2609
2820
  return this.errorExceptionResultCheck(ret);
2610
2821
  }));
2611
2822
  }
@@ -2617,7 +2828,9 @@ class CoreSiteService extends ApiCmsServerBase {
2617
2828
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllChildWithAlias', model, {
2618
2829
  headers: this.getHeaders(),
2619
2830
  })
2620
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2831
+ .pipe(retry(this.configApiRetry),
2832
+ // catchError(this.handleError)
2833
+ map((ret) => {
2621
2834
  return this.errorExceptionResultCheck(ret);
2622
2835
  }));
2623
2836
  }
@@ -2629,7 +2842,9 @@ class CoreSiteService extends ApiCmsServerBase {
2629
2842
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SearchNew', model, {
2630
2843
  headers: this.getHeaders(),
2631
2844
  })
2632
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2845
+ .pipe(retry(this.configApiRetry),
2846
+ // catchError(this.handleError)
2847
+ map((ret) => {
2633
2848
  return this.errorExceptionResultCheck(ret);
2634
2849
  }));
2635
2850
  }
@@ -2638,7 +2853,9 @@ class CoreSiteService extends ApiCmsServerBase {
2638
2853
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Search', model, {
2639
2854
  headers: this.getHeaders(),
2640
2855
  })
2641
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2856
+ .pipe(retry(this.configApiRetry),
2857
+ // catchError(this.handleError)
2858
+ map((ret) => {
2642
2859
  return this.errorExceptionResultCheck(ret);
2643
2860
  }));
2644
2861
  }
@@ -2647,7 +2864,9 @@ class CoreSiteService extends ApiCmsServerBase {
2647
2864
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrencyMaster', {
2648
2865
  headers: this.getHeaders(),
2649
2866
  })
2650
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2867
+ .pipe(retry(this.configApiRetry),
2868
+ // catchError(this.handleError)
2869
+ map((ret) => {
2651
2870
  return this.errorExceptionResultCheck(ret);
2652
2871
  }));
2653
2872
  }
@@ -2656,7 +2875,9 @@ class CoreSiteService extends ApiCmsServerBase {
2656
2875
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrencySite', {
2657
2876
  headers: this.getHeaders(),
2658
2877
  })
2659
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2878
+ .pipe(retry(this.configApiRetry),
2879
+ // catchError(this.handleError)
2880
+ map((ret) => {
2660
2881
  return this.errorExceptionResultCheck(ret);
2661
2882
  }));
2662
2883
  }
@@ -2665,7 +2886,9 @@ class CoreSiteService extends ApiCmsServerBase {
2665
2886
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetShareInfo', {
2666
2887
  headers: this.getHeaders(),
2667
2888
  })
2668
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2889
+ .pipe(retry(this.configApiRetry),
2890
+ // catchError(this.handleError)
2891
+ map((ret) => {
2669
2892
  return this.errorExceptionResultCheck(ret);
2670
2893
  }));
2671
2894
  }
@@ -2674,7 +2897,9 @@ class CoreSiteService extends ApiCmsServerBase {
2674
2897
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrentDomain', {
2675
2898
  headers: this.getHeaders(),
2676
2899
  })
2677
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2900
+ .pipe(retry(this.configApiRetry),
2901
+ // catchError(this.handleError)
2902
+ map((ret) => {
2678
2903
  return this.errorExceptionResultCheck(ret);
2679
2904
  }));
2680
2905
  }
@@ -2683,7 +2908,9 @@ class CoreSiteService extends ApiCmsServerBase {
2683
2908
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRegDomains/' + siteCategoryId, {
2684
2909
  headers: this.getHeaders(),
2685
2910
  })
2686
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2911
+ .pipe(retry(this.configApiRetry),
2912
+ // catchError(this.handleError)
2913
+ map((ret) => {
2687
2914
  return this.errorExceptionResultCheck(ret);
2688
2915
  }));
2689
2916
  }
@@ -2736,7 +2963,9 @@ class CoreSiteUserService extends ApiCmsServerBase {
2736
2963
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSiteCurrentUser', {
2737
2964
  headers: this.getHeaders(),
2738
2965
  })
2739
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2966
+ .pipe(retry(this.configApiRetry),
2967
+ // catchError(this.handleError)
2968
+ map((ret) => {
2740
2969
  return this.errorExceptionResultCheck(ret);
2741
2970
  }));
2742
2971
  }
@@ -2765,7 +2994,9 @@ class CoreUserService extends ApiCmsServerBase {
2765
2994
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRessellerChart/' + linkUserId, {
2766
2995
  headers: this.getHeaders(),
2767
2996
  })
2768
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2997
+ .pipe(retry(this.configApiRetry),
2998
+ // catchError(this.handleError)
2999
+ map((ret) => {
2769
3000
  return this.errorExceptionResultCheck(ret);
2770
3001
  }));
2771
3002
  }
@@ -2780,7 +3011,9 @@ class CoreUserService extends ApiCmsServerBase {
2780
3011
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentUser', {
2781
3012
  headers: this.getHeaders(),
2782
3013
  })
2783
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3014
+ .pipe(retry(this.configApiRetry),
3015
+ // catchError(this.handleError)
3016
+ map((ret) => {
2784
3017
  this.SetCurrentUser(ret.item);
2785
3018
  return this.errorExceptionResultCheck(ret);
2786
3019
  }));
@@ -2793,7 +3026,9 @@ class CoreUserService extends ApiCmsServerBase {
2793
3026
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetGlobalToken', model, {
2794
3027
  headers: this.getHeaders(),
2795
3028
  })
2796
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3029
+ .pipe(retry(this.configApiRetry),
3030
+ // catchError(this.handleError)
3031
+ map((ret) => {
2797
3032
  return this.errorExceptionResultCheck(ret);
2798
3033
  }));
2799
3034
  }
@@ -2852,7 +3087,9 @@ class CoreModuleSaleSerialService extends ApiCmsServerBase {
2852
3087
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseSerialForSite', model, {
2853
3088
  headers: this.getHeaders(),
2854
3089
  })
2855
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3090
+ .pipe(retry(this.configApiRetry),
3091
+ // catchError(this.handleError)
3092
+ map((ret) => {
2856
3093
  return this.errorExceptionResultCheck(ret);
2857
3094
  }));
2858
3095
  }
@@ -2864,7 +3101,9 @@ class CoreModuleSaleSerialService extends ApiCmsServerBase {
2864
3101
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RegisterUseSerialForSite', model, {
2865
3102
  headers: this.getHeaders(),
2866
3103
  })
2867
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3104
+ .pipe(retry(this.configApiRetry),
3105
+ // catchError(this.handleError)
3106
+ map((ret) => {
2868
3107
  return this.errorExceptionResultCheck(ret);
2869
3108
  }));
2870
3109
  }
@@ -2937,7 +3176,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2937
3176
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSale', model, {
2938
3177
  headers: this.getHeaders(),
2939
3178
  })
2940
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3179
+ .pipe(retry(this.configApiRetry),
3180
+ // catchError(this.handleError)
3181
+ map((ret) => {
2941
3182
  return this.errorExceptionResultCheck(ret);
2942
3183
  }));
2943
3184
  }
@@ -2946,7 +3187,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2946
3187
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseHeaderForSite/' + id, {
2947
3188
  headers: this.getHeaders(),
2948
3189
  })
2949
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3190
+ .pipe(retry(this.configApiRetry),
3191
+ // catchError(this.handleError)
3192
+ map((ret) => {
2950
3193
  return this.errorExceptionResultCheck(ret);
2951
3194
  }));
2952
3195
  }
@@ -2958,7 +3201,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2958
3201
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
2959
3202
  headers: this.getHeaders(),
2960
3203
  })
2961
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3204
+ .pipe(retry(this.configApiRetry),
3205
+ // catchError(this.handleError)
3206
+ map((ret) => {
2962
3207
  return this.errorExceptionResultCheck(ret);
2963
3208
  }));
2964
3209
  }
@@ -2970,7 +3215,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2970
3215
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
2971
3216
  headers: this.getHeaders(),
2972
3217
  })
2973
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3218
+ .pipe(retry(this.configApiRetry),
3219
+ // catchError(this.handleError)
3220
+ map((ret) => {
2974
3221
  return this.errorExceptionResultCheck(ret);
2975
3222
  }));
2976
3223
  }
@@ -2996,7 +3243,9 @@ class CoreUserClaimContentService extends ApiCmsServerBase {
2996
3243
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ClaimCheck', model, {
2997
3244
  headers: this.getHeaders(),
2998
3245
  })
2999
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3246
+ .pipe(retry(this.configApiRetry),
3247
+ // catchError(this.handleError)
3248
+ map((ret) => {
3000
3249
  return this.errorExceptionResultCheck(ret);
3001
3250
  }));
3002
3251
  }
@@ -3005,7 +3254,9 @@ class CoreUserClaimContentService extends ApiCmsServerBase {
3005
3254
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ClaimCheck', {
3006
3255
  headers: this.getHeaders(),
3007
3256
  })
3008
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3257
+ .pipe(retry(this.configApiRetry),
3258
+ // catchError(this.handleError)
3259
+ map((ret) => {
3009
3260
  return this.errorExceptionResultCheck(ret);
3010
3261
  }));
3011
3262
  }
@@ -3247,40 +3498,54 @@ class CoreAuthService extends ApiServerBase {
3247
3498
  });
3248
3499
  }
3249
3500
  ServiceCurrentToken() {
3250
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentToken', { headers: this.getHeaders() }).pipe(catchError(this.handleError), map((ret) => {
3501
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentToken', { headers: this.getHeaders() }).pipe(
3502
+ // catchError(this.handleError)
3503
+ map((ret) => {
3251
3504
  this.setToken(ret.item.token, ret.item.deviceToken, '');
3252
3505
  return ret;
3253
3506
  }));
3254
3507
  }
3255
3508
  ServiceCurrentDeviceToken() {
3256
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentDeviceToken', { headers: this.getHeaders() }).pipe(catchError(this.handleError), map((ret) => {
3509
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentDeviceToken', { headers: this.getHeaders() }).pipe(
3510
+ // catchError(this.handleError)
3511
+ map((ret) => {
3257
3512
  this.setDeviceToken(ret.item.deviceToken);
3258
3513
  return ret;
3259
3514
  }));
3260
3515
  }
3261
3516
  ServiceCaptcha() {
3262
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/captcha').pipe(catchError(this.handleError), map((ret) => {
3517
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/captcha').pipe(
3518
+ // catchError(this.handleError)
3519
+ map((ret) => {
3263
3520
  return ret;
3264
3521
  }));
3265
3522
  }
3266
3523
  ServiceGetTokenDevice(model) {
3267
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetTokenDevice/', model).pipe(catchError(this.handleError), map((ret) => {
3524
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetTokenDevice/', model).pipe(
3525
+ // catchError(this.handleError)
3526
+ map((ret) => {
3268
3527
  this.setDeviceToken(ret.item.deviceToken);
3269
3528
  return ret;
3270
3529
  }));
3271
3530
  }
3272
3531
  ServiceSetTokenDeviceNotificationId(model) {
3273
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetTokenDeviceNotificationId/', model).pipe(catchError(this.handleError), map((ret) => {
3532
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetTokenDeviceNotificationId/', model).pipe(
3533
+ // catchError(this.handleError)
3534
+ map((ret) => {
3274
3535
  return ret;
3275
3536
  }));
3276
3537
  }
3277
3538
  ServiceSignupUser(model) {
3278
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signup', model).pipe(catchError(this.handleError), map((ret) => {
3539
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signup', model).pipe(
3540
+ // catchError(this.handleError)
3541
+ map((ret) => {
3279
3542
  return ret;
3280
3543
  }));
3281
3544
  }
3282
3545
  ServiceSigninUser(model) {
3283
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signin', model).pipe(catchError(this.handleError), map((ret) => {
3546
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signin', model).pipe(
3547
+ // catchError(this.handleError)
3548
+ map((ret) => {
3284
3549
  if (ret.isSuccess) {
3285
3550
  this.SetCurrentTokenInfo(ret.item);
3286
3551
  }
@@ -3288,7 +3553,9 @@ class CoreAuthService extends ApiServerBase {
3288
3553
  }));
3289
3554
  }
3290
3555
  ServiceSigninUserBySMS(model) {
3291
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signInBySms', model).pipe(catchError(this.handleError), map((ret) => {
3556
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signInBySms', model).pipe(
3557
+ // catchError(this.handleError)
3558
+ map((ret) => {
3292
3559
  if (ret.isSuccess) {
3293
3560
  this.SetCurrentTokenInfo(ret.item);
3294
3561
  }
@@ -3303,7 +3570,9 @@ class CoreAuthService extends ApiServerBase {
3303
3570
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/renewToken', model, {
3304
3571
  headers: this.getHeaders(),
3305
3572
  })
3306
- .pipe(catchError(this.handleError), map((ret) => {
3573
+ .pipe(
3574
+ // catchError(this.handleError)
3575
+ map((ret) => {
3307
3576
  if (ret.isSuccess) {
3308
3577
  this.SetCurrentTokenInfo(ret.item);
3309
3578
  }
@@ -3315,17 +3584,23 @@ class CoreAuthService extends ApiServerBase {
3315
3584
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/changePassword', model, {
3316
3585
  headers: this.getHeaders(),
3317
3586
  })
3318
- .pipe(catchError(this.handleError), map((ret) => {
3587
+ .pipe(
3588
+ // catchError(this.handleError)
3589
+ map((ret) => {
3319
3590
  return ret;
3320
3591
  }));
3321
3592
  }
3322
3593
  ServiceForgetPassword(model) {
3323
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/forgetPassword', model).pipe(catchError(this.handleError), map((ret) => {
3594
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/forgetPassword', model).pipe(
3595
+ // catchError(this.handleError)
3596
+ map((ret) => {
3324
3597
  return ret;
3325
3598
  }));
3326
3599
  }
3327
3600
  ServiceForgetPasswordEntryPinCode(model) {
3328
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ForgetPasswordEntryPinCode', model).pipe(catchError(this.handleError), map((ret) => {
3601
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ForgetPasswordEntryPinCode', model).pipe(
3602
+ // catchError(this.handleError)
3603
+ map((ret) => {
3329
3604
  return ret;
3330
3605
  }));
3331
3606
  }
@@ -3334,7 +3609,9 @@ class CoreAuthService extends ApiServerBase {
3334
3609
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signOut', model, {
3335
3610
  headers: this.getHeaders(),
3336
3611
  })
3337
- .pipe(catchError(this.handleError), map((ret) => {
3612
+ .pipe(
3613
+ // catchError(this.handleError)
3614
+ map((ret) => {
3338
3615
  this.SetCurrentTokenInfo(null);
3339
3616
  return ret;
3340
3617
  }));
@@ -3347,7 +3624,9 @@ class CoreAuthService extends ApiServerBase {
3347
3624
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/existToken', model, {
3348
3625
  headers: this.getHeaders(),
3349
3626
  })
3350
- .pipe(catchError(this.handleError), map((ret) => {
3627
+ .pipe(
3628
+ // catchError(this.handleError)
3629
+ map((ret) => {
3351
3630
  return ret;
3352
3631
  }));
3353
3632
  }
@@ -3359,7 +3638,9 @@ class CoreAuthService extends ApiServerBase {
3359
3638
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/mobileConfirm', model, {
3360
3639
  headers: this.getHeaders(),
3361
3640
  })
3362
- .pipe(catchError(this.handleError), map((ret) => {
3641
+ .pipe(
3642
+ // catchError(this.handleError)
3643
+ map((ret) => {
3363
3644
  return ret;
3364
3645
  }));
3365
3646
  }
@@ -3371,7 +3652,9 @@ class CoreAuthService extends ApiServerBase {
3371
3652
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/emailConfirm', model, {
3372
3653
  headers: this.getHeaders(),
3373
3654
  })
3374
- .pipe(catchError(this.handleError), map((ret) => {
3655
+ .pipe(
3656
+ // catchError(this.handleError)
3657
+ map((ret) => {
3375
3658
  return ret;
3376
3659
  }));
3377
3660
  }
@@ -3444,7 +3727,9 @@ class CoreTokenConnectionService extends ApiCmsServerBase {
3444
3727
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotification', model, {
3445
3728
  headers: this.getHeaders(),
3446
3729
  })
3447
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3730
+ .pipe(retry(this.configApiRetry),
3731
+ // catchError(this.handleError)
3732
+ map((ret) => {
3448
3733
  return this.errorExceptionResultCheck(ret);
3449
3734
  }));
3450
3735
  }
@@ -3456,7 +3741,9 @@ class CoreTokenConnectionService extends ApiCmsServerBase {
3456
3741
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllLiveConnection', model, {
3457
3742
  headers: this.getHeaders(),
3458
3743
  })
3459
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3744
+ .pipe(retry(this.configApiRetry),
3745
+ // catchError(this.handleError)
3746
+ map((ret) => {
3460
3747
  return this.errorExceptionResultCheck(ret);
3461
3748
  }));
3462
3749
  }
@@ -3911,7 +4198,9 @@ class CoreModuleTagCategoryService extends ApiCmsServerBase {
3911
4198
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
3912
4199
  headers: this.getHeaders(),
3913
4200
  })
3914
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4201
+ .pipe(retry(this.configApiRetry),
4202
+ // catchError(this.handleError)
4203
+ map((ret) => {
3915
4204
  return this.errorExceptionResultCheck(ret);
3916
4205
  }));
3917
4206
  }
@@ -3940,7 +4229,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3940
4229
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCredit/' + LinkModuleId, {
3941
4230
  headers: this.getHeaders(),
3942
4231
  })
3943
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4232
+ .pipe(retry(this.configApiRetry),
4233
+ // catchError(this.handleError)
4234
+ map((ret) => {
3944
4235
  return this.errorExceptionResultCheck(ret);
3945
4236
  }));
3946
4237
  }
@@ -3949,7 +4240,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3949
4240
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCredit/', {
3950
4241
  headers: this.getHeaders(),
3951
4242
  })
3952
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4243
+ .pipe(retry(this.configApiRetry),
4244
+ // catchError(this.handleError)
4245
+ map((ret) => {
3953
4246
  return this.errorExceptionResultCheck(ret);
3954
4247
  }));
3955
4248
  }
@@ -3961,7 +4254,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3961
4254
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ChargeDirect', model, {
3962
4255
  headers: this.getHeaders(),
3963
4256
  })
3964
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4257
+ .pipe(retry(this.configApiRetry),
4258
+ // catchError(this.handleError)
4259
+ map((ret) => {
3965
4260
  return this.errorExceptionResultCheck(ret);
3966
4261
  }));
3967
4262
  }
@@ -3973,7 +4268,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3973
4268
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
3974
4269
  headers: this.getHeaders(),
3975
4270
  })
3976
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4271
+ .pipe(retry(this.configApiRetry),
4272
+ // catchError(this.handleError)
4273
+ map((ret) => {
3977
4274
  return this.errorExceptionResultCheck(ret);
3978
4275
  }));
3979
4276
  }
@@ -3985,7 +4282,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3985
4282
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
3986
4283
  headers: this.getHeaders(),
3987
4284
  })
3988
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4285
+ .pipe(retry(this.configApiRetry),
4286
+ // catchError(this.handleError)
4287
+ map((ret) => {
3989
4288
  return this.errorExceptionResultCheck(ret);
3990
4289
  }));
3991
4290
  }
@@ -4014,7 +4313,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4014
4313
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCredit/' + LinkModuleId, {
4015
4314
  headers: this.getHeaders(),
4016
4315
  })
4017
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4316
+ .pipe(retry(this.configApiRetry),
4317
+ // catchError(this.handleError)
4318
+ map((ret) => {
4018
4319
  return this.errorExceptionResultCheck(ret);
4019
4320
  }));
4020
4321
  }
@@ -4023,7 +4324,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4023
4324
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCredit/', {
4024
4325
  headers: this.getHeaders(),
4025
4326
  })
4026
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4327
+ .pipe(retry(this.configApiRetry),
4328
+ // catchError(this.handleError)
4329
+ map((ret) => {
4027
4330
  return this.errorExceptionResultCheck(ret);
4028
4331
  }));
4029
4332
  }
@@ -4035,7 +4338,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4035
4338
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ChargeDirect', model, {
4036
4339
  headers: this.getHeaders(),
4037
4340
  })
4038
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4341
+ .pipe(retry(this.configApiRetry),
4342
+ // catchError(this.handleError)
4343
+ map((ret) => {
4039
4344
  return this.errorExceptionResultCheck(ret);
4040
4345
  }));
4041
4346
  }
@@ -4047,7 +4352,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4047
4352
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
4048
4353
  headers: this.getHeaders(),
4049
4354
  })
4050
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4355
+ .pipe(retry(this.configApiRetry),
4356
+ // catchError(this.handleError)
4357
+ map((ret) => {
4051
4358
  return this.errorExceptionResultCheck(ret);
4052
4359
  }));
4053
4360
  }
@@ -4059,7 +4366,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4059
4366
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
4060
4367
  headers: this.getHeaders(),
4061
4368
  })
4062
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4369
+ .pipe(retry(this.configApiRetry),
4370
+ // catchError(this.handleError)
4371
+ map((ret) => {
4063
4372
  return this.errorExceptionResultCheck(ret);
4064
4373
  }));
4065
4374
  }
@@ -4151,7 +4460,9 @@ class CoreModuleLogFavoriteService extends ApiCmsServerBase {
4151
4460
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddFavorite', model, {
4152
4461
  headers: this.getHeaders(),
4153
4462
  })
4154
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4463
+ .pipe(retry(this.configApiRetry),
4464
+ // catchError(this.handleError)
4465
+ map((ret) => {
4155
4466
  return this.errorExceptionResultCheck(ret);
4156
4467
  }));
4157
4468
  }
@@ -4163,7 +4474,9 @@ class CoreModuleLogFavoriteService extends ApiCmsServerBase {
4163
4474
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RemoveFavorite', model, {
4164
4475
  headers: this.getHeaders(),
4165
4476
  })
4166
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4477
+ .pipe(retry(this.configApiRetry),
4478
+ // catchError(this.handleError)
4479
+ map((ret) => {
4167
4480
  return this.errorExceptionResultCheck(ret);
4168
4481
  }));
4169
4482
  }
@@ -4189,7 +4502,9 @@ class CoreModuleLogReportAbuseService extends ApiCmsServerBase {
4189
4502
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddReportAbuse', model, {
4190
4503
  headers: this.getHeaders(),
4191
4504
  })
4192
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4505
+ .pipe(retry(this.configApiRetry),
4506
+ // catchError(this.handleError)
4507
+ map((ret) => {
4193
4508
  return this.errorExceptionResultCheck(ret);
4194
4509
  }));
4195
4510
  }
@@ -4215,7 +4530,9 @@ class CoreModuleLogShowKeyService extends ApiCmsServerBase {
4215
4530
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddShowKey', model, {
4216
4531
  headers: this.getHeaders(),
4217
4532
  })
4218
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4533
+ .pipe(retry(this.configApiRetry),
4534
+ // catchError(this.handleError)
4535
+ map((ret) => {
4219
4536
  return this.errorExceptionResultCheck(ret);
4220
4537
  }));
4221
4538
  }
@@ -4296,7 +4613,9 @@ class CoreModuleDataCommentService extends ApiCmsServerBase {
4296
4613
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddComment', model, {
4297
4614
  headers: this.getHeaders(),
4298
4615
  })
4299
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4616
+ .pipe(retry(this.configApiRetry),
4617
+ // catchError(this.handleError)
4618
+ map((ret) => {
4300
4619
  return this.errorExceptionResultCheck(ret);
4301
4620
  }));
4302
4621
  }
@@ -4322,7 +4641,9 @@ class CoreModuleDataMemoService extends ApiCmsServerBase {
4322
4641
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddMemo', model, {
4323
4642
  headers: this.getHeaders(),
4324
4643
  })
4325
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4644
+ .pipe(retry(this.configApiRetry),
4645
+ // catchError(this.handleError)
4646
+ map((ret) => {
4326
4647
  return this.errorExceptionResultCheck(ret);
4327
4648
  }));
4328
4649
  }
@@ -4348,7 +4669,9 @@ class CoreModuleDataTaskService extends ApiCmsServerBase {
4348
4669
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddTask', model, {
4349
4670
  headers: this.getHeaders(),
4350
4671
  })
4351
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4672
+ .pipe(retry(this.configApiRetry),
4673
+ // catchError(this.handleError)
4674
+ map((ret) => {
4352
4675
  return this.errorExceptionResultCheck(ret);
4353
4676
  }));
4354
4677
  }
@@ -4374,7 +4697,9 @@ class CoreModuleDataPinService extends ApiCmsServerBase {
4374
4697
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddPin', model, {
4375
4698
  headers: this.getHeaders(),
4376
4699
  })
4377
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4700
+ .pipe(retry(this.configApiRetry),
4701
+ // catchError(this.handleError)
4702
+ map((ret) => {
4378
4703
  return this.errorExceptionResultCheck(ret);
4379
4704
  }));
4380
4705
  }
@@ -4511,7 +4836,9 @@ class FileCategoryService extends ApiCmsServerBase {
4511
4836
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
4512
4837
  headers: this.getHeaders(),
4513
4838
  })
4514
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4839
+ .pipe(retry(this.configApiRetry),
4840
+ // catchError(this.handleError)
4841
+ map((ret) => {
4515
4842
  return this.errorExceptionResultCheck(ret);
4516
4843
  }));
4517
4844
  }
@@ -4520,7 +4847,9 @@ class FileCategoryService extends ApiCmsServerBase {
4520
4847
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Optimaze', {
4521
4848
  headers: this.getHeaders(),
4522
4849
  })
4523
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4850
+ .pipe(retry(this.configApiRetry),
4851
+ // catchError(this.handleError)
4852
+ map((ret) => {
4524
4853
  return this.errorExceptionResultCheck(ret);
4525
4854
  }));
4526
4855
  }
@@ -4547,7 +4876,9 @@ class FileContentService extends ApiCmsServerBase {
4547
4876
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UploadByUrl/', model, {
4548
4877
  headers: this.getHeaders(),
4549
4878
  })
4550
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4879
+ .pipe(retry(this.configApiRetry),
4880
+ // catchError(this.handleError)
4881
+ map((ret) => {
4551
4882
  return this.errorExceptionResultCheck(ret);
4552
4883
  }));
4553
4884
  }
@@ -4556,7 +4887,9 @@ class FileContentService extends ApiCmsServerBase {
4556
4887
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CopyCutFile/', model, {
4557
4888
  headers: this.getHeaders(),
4558
4889
  })
4559
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4890
+ .pipe(retry(this.configApiRetry),
4891
+ // catchError(this.handleError)
4892
+ map((ret) => {
4560
4893
  return this.errorExceptionResultCheck(ret);
4561
4894
  }));
4562
4895
  }
@@ -4565,7 +4898,9 @@ class FileContentService extends ApiCmsServerBase {
4565
4898
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CopyCutFileRootToRootFolder/', {
4566
4899
  headers: this.getHeaders(),
4567
4900
  })
4568
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4901
+ .pipe(retry(this.configApiRetry),
4902
+ // catchError(this.handleError)
4903
+ map((ret) => {
4569
4904
  return this.errorExceptionResultCheck(ret);
4570
4905
  }));
4571
4906
  }
@@ -4577,7 +4912,9 @@ class FileContentService extends ApiCmsServerBase {
4577
4912
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Copy/', model, {
4578
4913
  headers: this.getHeaders(),
4579
4914
  })
4580
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4915
+ .pipe(retry(this.configApiRetry),
4916
+ // catchError(this.handleError)
4917
+ map((ret) => {
4581
4918
  return this.errorExceptionResultCheck(ret);
4582
4919
  }));
4583
4920
  }
@@ -4586,7 +4923,9 @@ class FileContentService extends ApiCmsServerBase {
4586
4923
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllInCategoryById/' + categoryId, {
4587
4924
  headers: this.getHeaders(),
4588
4925
  })
4589
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4926
+ .pipe(retry(this.configApiRetry),
4927
+ // catchError(this.handleError)
4928
+ map((ret) => {
4590
4929
  return this.errorExceptionResultCheck(ret);
4591
4930
  }));
4592
4931
  }
@@ -4598,7 +4937,9 @@ class FileContentService extends ApiCmsServerBase {
4598
4937
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SearchFilesInCategory', model, {
4599
4938
  headers: this.getHeaders(),
4600
4939
  })
4601
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4940
+ .pipe(retry(this.configApiRetry),
4941
+ // catchError(this.handleError)
4942
+ map((ret) => {
4602
4943
  return this.errorExceptionResultBaseCheck(ret);
4603
4944
  }));
4604
4945
  }
@@ -4610,7 +4951,9 @@ class FileContentService extends ApiCmsServerBase {
4610
4951
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DownloadFile', model, {
4611
4952
  headers: this.getHeaders(),
4612
4953
  })
4613
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4954
+ .pipe(retry(this.configApiRetry),
4955
+ // catchError(this.handleError)
4956
+ map((ret) => {
4614
4957
  return this.errorExceptionResultBaseCheck(ret);
4615
4958
  }));
4616
4959
  }
@@ -4619,7 +4962,9 @@ class FileContentService extends ApiCmsServerBase {
4619
4962
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UpdateFileSizes/' + fileId, {
4620
4963
  headers: this.getHeaders(),
4621
4964
  })
4622
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4965
+ .pipe(retry(this.configApiRetry),
4966
+ // catchError(this.handleError)
4967
+ map((ret) => {
4623
4968
  return this.errorExceptionResultBaseCheck(ret);
4624
4969
  }));
4625
4970
  }
@@ -4628,7 +4973,9 @@ class FileContentService extends ApiCmsServerBase {
4628
4973
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UpdateSumSizeUpload/' + fileId, {
4629
4974
  headers: this.getHeaders(),
4630
4975
  })
4631
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4976
+ .pipe(retry(this.configApiRetry),
4977
+ // catchError(this.handleError)
4978
+ map((ret) => {
4632
4979
  return this.errorExceptionResultBaseCheck(ret);
4633
4980
  }));
4634
4981
  }
@@ -4640,7 +4987,9 @@ class FileContentService extends ApiCmsServerBase {
4640
4987
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ImageFileEdit', model, {
4641
4988
  headers: this.getHeaders(),
4642
4989
  })
4643
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4990
+ .pipe(retry(this.configApiRetry),
4991
+ // catchError(this.handleError)
4992
+ map((ret) => {
4644
4993
  return this.errorExceptionResultBaseCheck(ret);
4645
4994
  }));
4646
4995
  }
@@ -4652,7 +5001,9 @@ class FileContentService extends ApiCmsServerBase {
4652
5001
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/replace/', model, {
4653
5002
  headers: this.getHeaders(),
4654
5003
  })
4655
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5004
+ .pipe(retry(this.configApiRetry),
5005
+ // catchError(this.handleError)
5006
+ map((ret) => {
4656
5007
  return this.errorExceptionResultCheck(ret);
4657
5008
  }));
4658
5009
  }
@@ -4716,7 +5067,9 @@ class LinkManagementEnumService extends ApiServerBase {
4716
5067
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SharingPriceTypeEnum', {
4717
5068
  headers: this.getHeaders(),
4718
5069
  })
4719
- .pipe(catchError(this.handleError), map((ret) => {
5070
+ .pipe(
5071
+ // catchError(this.handleError)
5072
+ map((ret) => {
4720
5073
  return this.errorExceptionResultCheck(ret);
4721
5074
  }));
4722
5075
  }
@@ -4725,7 +5078,9 @@ class LinkManagementEnumService extends ApiServerBase {
4725
5078
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManagementContentSettingTypeEnum', {
4726
5079
  headers: this.getHeaders(),
4727
5080
  })
4728
- .pipe(catchError(this.handleError), map((ret) => {
5081
+ .pipe(
5082
+ // catchError(this.handleError)
5083
+ map((ret) => {
4729
5084
  return this.errorExceptionResultCheck(ret);
4730
5085
  }));
4731
5086
  }
@@ -4734,7 +5089,9 @@ class LinkManagementEnumService extends ApiServerBase {
4734
5089
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SharingAccountingTypeEnum', {
4735
5090
  headers: this.getHeaders(),
4736
5091
  })
4737
- .pipe(catchError(this.handleError), map((ret) => {
5092
+ .pipe(
5093
+ // catchError(this.handleError)
5094
+ map((ret) => {
4738
5095
  return this.errorExceptionResultCheck(ret);
4739
5096
  }));
4740
5097
  }
@@ -4779,7 +5136,9 @@ class LinkManagementBillboardService extends ApiCmsServerBase {
4779
5136
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneByKey/', key, {
4780
5137
  headers: this.getHeaders(),
4781
5138
  })
4782
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5139
+ .pipe(retry(this.configApiRetry),
5140
+ // catchError(this.handleError)
5141
+ map((ret) => {
4783
5142
  return this.errorExceptionResultCheck(ret);
4784
5143
  }));
4785
5144
  }
@@ -4841,7 +5200,9 @@ class LinkManagementTargetService extends ApiCmsServerBase {
4841
5200
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneByKey/', key, {
4842
5201
  headers: this.getHeaders(),
4843
5202
  })
4844
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5203
+ .pipe(retry(this.configApiRetry),
5204
+ // catchError(this.handleError)
5205
+ map((ret) => {
4845
5206
  return this.errorExceptionResultCheck(ret);
4846
5207
  }));
4847
5208
  }
@@ -4853,7 +5214,9 @@ class LinkManagementTargetService extends ApiCmsServerBase {
4853
5214
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShortLinkSet/', model, {
4854
5215
  headers: this.getHeaders(),
4855
5216
  })
4856
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5217
+ .pipe(retry(this.configApiRetry),
5218
+ // catchError(this.handleError)
5219
+ map((ret) => {
4857
5220
  return this.errorExceptionResultCheck(ret);
4858
5221
  }));
4859
5222
  }
@@ -4865,7 +5228,9 @@ class LinkManagementTargetService extends ApiCmsServerBase {
4865
5228
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShortLinkGet/', model, {
4866
5229
  headers: this.getHeaders(),
4867
5230
  })
4868
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5231
+ .pipe(retry(this.configApiRetry),
5232
+ // catchError(this.handleError)
5233
+ map((ret) => {
4869
5234
  return this.errorExceptionResultCheck(ret);
4870
5235
  }));
4871
5236
  }
@@ -4892,7 +5257,9 @@ class LinkManagementTargetBillboardLogService extends ApiCmsServerBase {
4892
5257
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAll/' + key, model, {
4893
5258
  headers: this.getHeaders(),
4894
5259
  })
4895
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5260
+ .pipe(retry(this.configApiRetry),
5261
+ // catchError(this.handleError)
5262
+ map((ret) => {
4896
5263
  return this.errorExceptionResultCheck(ret);
4897
5264
  }));
4898
5265
  }
@@ -5039,49 +5406,63 @@ class ApiTelegramBotConfigService extends ApiCmsServerBase {
5039
5406
  ServiceSendMessage(model) {
5040
5407
  return this.http
5041
5408
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessage', model, { headers: this.getHeaders(), })
5042
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5409
+ .pipe(retry(this.configApiRetry),
5410
+ // catchError(this.handleError)
5411
+ map((ret) => {
5043
5412
  return this.errorExceptionResultBaseCheck(ret);
5044
5413
  }));
5045
5414
  }
5046
5415
  ServiceGetUpdatesAsync(id) {
5047
5416
  return this.http
5048
5417
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetUpdatesAsync/' + id, { headers: this.getHeaders(), })
5049
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5418
+ .pipe(retry(this.configApiRetry),
5419
+ // catchError(this.handleError)
5420
+ map((ret) => {
5050
5421
  return this.errorExceptionResultCheck(ret);
5051
5422
  }));
5052
5423
  }
5053
5424
  ServiceGetUpdatesAsyncLast(id) {
5054
5425
  return this.http
5055
5426
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetUpdatesAsyncLast/' + id, { headers: this.getHeaders(), })
5056
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5427
+ .pipe(retry(this.configApiRetry),
5428
+ // catchError(this.handleError)
5429
+ map((ret) => {
5057
5430
  return this.errorExceptionResultCheck(ret);
5058
5431
  }));
5059
5432
  }
5060
5433
  ServiceGetMeAsync(id) {
5061
5434
  return this.http
5062
5435
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetMeAsync/' + id, { headers: this.getHeaders(), })
5063
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5436
+ .pipe(retry(this.configApiRetry),
5437
+ // catchError(this.handleError)
5438
+ map((ret) => {
5064
5439
  return this.errorExceptionResultCheck(ret);
5065
5440
  }));
5066
5441
  }
5067
5442
  ServiceSetWebhookAsync(id) {
5068
5443
  return this.http
5069
5444
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetWebhookAsync/' + id, { headers: this.getHeaders(), })
5070
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5445
+ .pipe(retry(this.configApiRetry),
5446
+ // catchError(this.handleError)
5447
+ map((ret) => {
5071
5448
  return this.errorExceptionResultCheck(ret);
5072
5449
  }));
5073
5450
  }
5074
5451
  ServiceSetWebhookAsyncEmpty(id) {
5075
5452
  return this.http
5076
5453
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetWebhookAsyncEmpty/' + id, { headers: this.getHeaders(), })
5077
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5454
+ .pipe(retry(this.configApiRetry),
5455
+ // catchError(this.handleError)
5456
+ map((ret) => {
5078
5457
  return this.errorExceptionResultCheck(ret);
5079
5458
  }));
5080
5459
  }
5081
5460
  ServiceSetAllWebhookUpdate() {
5082
5461
  return this.http
5083
5462
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetAllWebhookUpdate/', { headers: this.getHeaders(), })
5084
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5463
+ .pipe(retry(this.configApiRetry),
5464
+ // catchError(this.handleError)
5465
+ map((ret) => {
5085
5466
  return this.errorExceptionResultCheck(ret);
5086
5467
  }));
5087
5468
  }
@@ -5101,7 +5482,9 @@ class ApiTelegramEnumService extends ApiServerBase {
5101
5482
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
5102
5483
  headers: this.getHeaders(),
5103
5484
  })
5104
- .pipe(catchError(this.handleError), map((ret) => {
5485
+ .pipe(
5486
+ // catchError(this.handleError)
5487
+ map((ret) => {
5105
5488
  return this.errorExceptionResultCheck(ret);
5106
5489
  }));
5107
5490
  }
@@ -5458,7 +5841,9 @@ class UniversalMenuEnumService extends ApiServerBase {
5458
5841
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UniversalMenuPlatformTypeEnum', {
5459
5842
  headers: this.getHeaders(),
5460
5843
  })
5461
- .pipe(catchError(this.handleError), map((ret) => {
5844
+ .pipe(
5845
+ // catchError(this.handleError)
5846
+ map((ret) => {
5462
5847
  return this.errorExceptionResultCheck(ret);
5463
5848
  }));
5464
5849
  }
@@ -5467,7 +5852,9 @@ class UniversalMenuEnumService extends ApiServerBase {
5467
5852
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UniversalMenuRenderTypeEnum', {
5468
5853
  headers: this.getHeaders(),
5469
5854
  })
5470
- .pipe(catchError(this.handleError), map((ret) => {
5855
+ .pipe(
5856
+ // catchError(this.handleError)
5857
+ map((ret) => {
5471
5858
  return this.errorExceptionResultCheck(ret);
5472
5859
  }));
5473
5860
  }
@@ -5535,7 +5922,9 @@ class UniversalMenuMenuItemService extends ApiCmsServerBase {
5535
5922
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMenu', model, {
5536
5923
  headers: this.getHeaders(),
5537
5924
  })
5538
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5925
+ .pipe(retry(this.configApiRetry),
5926
+ // catchError(this.handleError)
5927
+ map((ret) => {
5539
5928
  // if (ret.item != null) {
5540
5929
  // this.coreCpMainMenu.next(ret.listItems);
5541
5930
  // }
@@ -5550,7 +5939,9 @@ class UniversalMenuMenuItemService extends ApiCmsServerBase {
5550
5939
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
5551
5940
  headers: this.getHeaders(),
5552
5941
  })
5553
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5942
+ .pipe(retry(this.configApiRetry),
5943
+ // catchError(this.handleError)
5944
+ map((ret) => {
5554
5945
  return this.errorExceptionResultBaseCheck(ret);
5555
5946
  }));
5556
5947
  }
@@ -5631,7 +6022,9 @@ class NewsCategoryService extends ApiCmsServerBase {
5631
6022
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
5632
6023
  headers: this.getHeaders(),
5633
6024
  })
5634
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6025
+ .pipe(retry(this.configApiRetry),
6026
+ // catchError(this.handleError)
6027
+ map((ret) => {
5635
6028
  return this.errorExceptionResultCheck(ret);
5636
6029
  }));
5637
6030
  }
@@ -5651,7 +6044,9 @@ class NewsCommentService extends ApiCmsServerBase {
5651
6044
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
5652
6045
  headers: this.getHeaders(),
5653
6046
  })
5654
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6047
+ .pipe(retry(this.configApiRetry),
6048
+ // catchError(this.handleError)
6049
+ map((ret) => {
5655
6050
  return this.errorExceptionResultBaseCheck(ret);
5656
6051
  }));
5657
6052
  }
@@ -5660,7 +6055,9 @@ class NewsCommentService extends ApiCmsServerBase {
5660
6055
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
5661
6056
  headers: this.getHeaders(),
5662
6057
  })
5663
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6058
+ .pipe(retry(this.configApiRetry),
6059
+ // catchError(this.handleError)
6060
+ map((ret) => {
5664
6061
  return this.errorExceptionResultBaseCheck(ret);
5665
6062
  }));
5666
6063
  }
@@ -5683,7 +6080,9 @@ class NewsContentService extends ApiCmsServerBase {
5683
6080
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
5684
6081
  headers: this.getHeaders(),
5685
6082
  })
5686
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6083
+ .pipe(retry(this.configApiRetry),
6084
+ // catchError(this.handleError)
6085
+ map((ret) => {
5687
6086
  return this.errorExceptionResultCheck(ret);
5688
6087
  }));
5689
6088
  }
@@ -5695,7 +6094,9 @@ class NewsContentService extends ApiCmsServerBase {
5695
6094
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
5696
6095
  headers: this.getHeaders(),
5697
6096
  })
5698
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6097
+ .pipe(retry(this.configApiRetry),
6098
+ // catchError(this.handleError)
6099
+ map((ret) => {
5699
6100
  return this.errorExceptionResultCheck(ret);
5700
6101
  }));
5701
6102
  }
@@ -5707,7 +6108,9 @@ class NewsContentService extends ApiCmsServerBase {
5707
6108
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
5708
6109
  headers: this.getHeaders(),
5709
6110
  })
5710
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6111
+ .pipe(retry(this.configApiRetry),
6112
+ // catchError(this.handleError)
6113
+ map((ret) => {
5711
6114
  return this.errorExceptionResultCheck(ret);
5712
6115
  }));
5713
6116
  }
@@ -5719,7 +6122,9 @@ class NewsContentService extends ApiCmsServerBase {
5719
6122
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
5720
6123
  headers: this.getHeaders(),
5721
6124
  })
5722
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6125
+ .pipe(retry(this.configApiRetry),
6126
+ // catchError(this.handleError)
6127
+ map((ret) => {
5723
6128
  return this.errorExceptionResultCheck(ret);
5724
6129
  }));
5725
6130
  }
@@ -5731,7 +6136,9 @@ class NewsContentService extends ApiCmsServerBase {
5731
6136
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
5732
6137
  headers: this.getHeaders(),
5733
6138
  })
5734
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6139
+ .pipe(retry(this.configApiRetry),
6140
+ // catchError(this.handleError)
6141
+ map((ret) => {
5735
6142
  return this.errorExceptionResultBaseCheck(ret);
5736
6143
  }));
5737
6144
  }
@@ -5740,7 +6147,9 @@ class NewsContentService extends ApiCmsServerBase {
5740
6147
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
5741
6148
  headers: this.getHeaders(),
5742
6149
  })
5743
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6150
+ .pipe(retry(this.configApiRetry),
6151
+ // catchError(this.handleError)
6152
+ map((ret) => {
5744
6153
  return this.errorExceptionResultBaseCheck(ret);
5745
6154
  }));
5746
6155
  }
@@ -5749,7 +6158,9 @@ class NewsContentService extends ApiCmsServerBase {
5749
6158
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
5750
6159
  headers: this.getHeaders(),
5751
6160
  })
5752
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6161
+ .pipe(retry(this.configApiRetry),
6162
+ // catchError(this.handleError)
6163
+ map((ret) => {
5753
6164
  return this.errorExceptionResultBaseCheck(ret);
5754
6165
  }));
5755
6166
  }
@@ -5761,7 +6172,9 @@ class NewsContentService extends ApiCmsServerBase {
5761
6172
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
5762
6173
  headers: this.getHeaders(),
5763
6174
  })
5764
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6175
+ .pipe(retry(this.configApiRetry),
6176
+ // catchError(this.handleError)
6177
+ map((ret) => {
5765
6178
  return this.errorExceptionResultCheck(ret);
5766
6179
  }));
5767
6180
  }
@@ -5773,7 +6186,9 @@ class NewsContentService extends ApiCmsServerBase {
5773
6186
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
5774
6187
  headers: this.getHeaders(),
5775
6188
  })
5776
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6189
+ .pipe(retry(this.configApiRetry),
6190
+ // catchError(this.handleError)
6191
+ map((ret) => {
5777
6192
  return this.errorExceptionResultCheck(ret);
5778
6193
  }));
5779
6194
  }
@@ -5785,7 +6200,9 @@ class NewsContentService extends ApiCmsServerBase {
5785
6200
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
5786
6201
  headers: this.getHeaders(),
5787
6202
  })
5788
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6203
+ .pipe(retry(this.configApiRetry),
6204
+ // catchError(this.handleError)
6205
+ map((ret) => {
5789
6206
  return this.errorExceptionResultCheck(ret);
5790
6207
  }));
5791
6208
  }
@@ -5819,7 +6236,9 @@ class NewsContentOtherInfoService extends ApiCmsServerBase {
5819
6236
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
5820
6237
  headers: this.getHeaders(),
5821
6238
  })
5822
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6239
+ .pipe(retry(this.configApiRetry),
6240
+ // catchError(this.handleError)
6241
+ map((ret) => {
5823
6242
  return this.errorExceptionResultCheck(ret);
5824
6243
  }));
5825
6244
  }
@@ -5831,7 +6250,9 @@ class NewsContentOtherInfoService extends ApiCmsServerBase {
5831
6250
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
5832
6251
  headers: this.getHeaders(),
5833
6252
  })
5834
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6253
+ .pipe(retry(this.configApiRetry),
6254
+ // catchError(this.handleError)
6255
+ map((ret) => {
5835
6256
  return this.errorExceptionResultCheck(ret);
5836
6257
  }));
5837
6258
  }
@@ -5876,7 +6297,9 @@ class NewsContentSimilarService extends ApiCmsServerBase {
5876
6297
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
5877
6298
  headers: this.getHeaders(),
5878
6299
  })
5879
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6300
+ .pipe(retry(this.configApiRetry),
6301
+ // catchError(this.handleError)
6302
+ map((ret) => {
5880
6303
  return this.errorExceptionResultCheck(ret);
5881
6304
  }));
5882
6305
  }
@@ -5888,7 +6311,9 @@ class NewsContentSimilarService extends ApiCmsServerBase {
5888
6311
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
5889
6312
  headers: this.getHeaders(),
5890
6313
  })
5891
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6314
+ .pipe(retry(this.configApiRetry),
6315
+ // catchError(this.handleError)
6316
+ map((ret) => {
5892
6317
  return this.errorExceptionResultCheck(ret);
5893
6318
  }));
5894
6319
  }
@@ -5911,7 +6336,9 @@ class NewsContentTagService extends ApiCmsServerBase {
5911
6336
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
5912
6337
  headers: this.getHeaders(),
5913
6338
  })
5914
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6339
+ .pipe(retry(this.configApiRetry),
6340
+ // catchError(this.handleError)
6341
+ map((ret) => {
5915
6342
  return this.errorExceptionResultCheck(ret);
5916
6343
  }));
5917
6344
  }
@@ -5923,7 +6350,9 @@ class NewsContentTagService extends ApiCmsServerBase {
5923
6350
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
5924
6351
  headers: this.getHeaders(),
5925
6352
  })
5926
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6353
+ .pipe(retry(this.configApiRetry),
6354
+ // catchError(this.handleError)
6355
+ map((ret) => {
5927
6356
  return this.errorExceptionResultCheck(ret);
5928
6357
  }));
5929
6358
  }
@@ -5968,7 +6397,9 @@ class NewsShareServerCategoryService extends ApiCmsServerBase {
5968
6397
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
5969
6398
  headers: this.getHeaders(),
5970
6399
  })
5971
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6400
+ .pipe(retry(this.configApiRetry),
6401
+ // catchError(this.handleError)
6402
+ map((ret) => {
5972
6403
  return this.errorExceptionResultCheck(ret);
5973
6404
  }));
5974
6405
  }
@@ -6063,7 +6494,9 @@ class ChartCategoryService extends ApiCmsServerBase {
6063
6494
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6064
6495
  headers: this.getHeaders(),
6065
6496
  })
6066
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6497
+ .pipe(retry(this.configApiRetry),
6498
+ // catchError(this.handleError)
6499
+ map((ret) => {
6067
6500
  return this.errorExceptionResultCheck(ret);
6068
6501
  }));
6069
6502
  }
@@ -6083,7 +6516,9 @@ class ChartCommentService extends ApiCmsServerBase {
6083
6516
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
6084
6517
  headers: this.getHeaders(),
6085
6518
  })
6086
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6519
+ .pipe(retry(this.configApiRetry),
6520
+ // catchError(this.handleError)
6521
+ map((ret) => {
6087
6522
  return this.errorExceptionResultBaseCheck(ret);
6088
6523
  }));
6089
6524
  }
@@ -6092,7 +6527,9 @@ class ChartCommentService extends ApiCmsServerBase {
6092
6527
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
6093
6528
  headers: this.getHeaders(),
6094
6529
  })
6095
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6530
+ .pipe(retry(this.configApiRetry),
6531
+ // catchError(this.handleError)
6532
+ map((ret) => {
6096
6533
  return this.errorExceptionResultBaseCheck(ret);
6097
6534
  }));
6098
6535
  }
@@ -6115,7 +6552,9 @@ class ChartContentService extends ApiCmsServerBase {
6115
6552
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
6116
6553
  headers: this.getHeaders(),
6117
6554
  })
6118
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6555
+ .pipe(retry(this.configApiRetry),
6556
+ // catchError(this.handleError)
6557
+ map((ret) => {
6119
6558
  return this.errorExceptionResultCheck(ret);
6120
6559
  }));
6121
6560
  }
@@ -6127,7 +6566,9 @@ class ChartContentService extends ApiCmsServerBase {
6127
6566
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
6128
6567
  headers: this.getHeaders(),
6129
6568
  })
6130
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6569
+ .pipe(retry(this.configApiRetry),
6570
+ // catchError(this.handleError)
6571
+ map((ret) => {
6131
6572
  return this.errorExceptionResultCheck(ret);
6132
6573
  }));
6133
6574
  }
@@ -6139,7 +6580,9 @@ class ChartContentService extends ApiCmsServerBase {
6139
6580
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
6140
6581
  headers: this.getHeaders(),
6141
6582
  })
6142
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6583
+ .pipe(retry(this.configApiRetry),
6584
+ // catchError(this.handleError)
6585
+ map((ret) => {
6143
6586
  return this.errorExceptionResultCheck(ret);
6144
6587
  }));
6145
6588
  }
@@ -6151,7 +6594,9 @@ class ChartContentService extends ApiCmsServerBase {
6151
6594
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
6152
6595
  headers: this.getHeaders(),
6153
6596
  })
6154
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6597
+ .pipe(retry(this.configApiRetry),
6598
+ // catchError(this.handleError)
6599
+ map((ret) => {
6155
6600
  return this.errorExceptionResultCheck(ret);
6156
6601
  }));
6157
6602
  }
@@ -6163,7 +6608,9 @@ class ChartContentService extends ApiCmsServerBase {
6163
6608
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6164
6609
  headers: this.getHeaders(),
6165
6610
  })
6166
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6611
+ .pipe(retry(this.configApiRetry),
6612
+ // catchError(this.handleError)
6613
+ map((ret) => {
6167
6614
  return this.errorExceptionResultBaseCheck(ret);
6168
6615
  }));
6169
6616
  }
@@ -6172,7 +6619,9 @@ class ChartContentService extends ApiCmsServerBase {
6172
6619
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6173
6620
  headers: this.getHeaders(),
6174
6621
  })
6175
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6622
+ .pipe(retry(this.configApiRetry),
6623
+ // catchError(this.handleError)
6624
+ map((ret) => {
6176
6625
  return this.errorExceptionResultBaseCheck(ret);
6177
6626
  }));
6178
6627
  }
@@ -6181,7 +6630,9 @@ class ChartContentService extends ApiCmsServerBase {
6181
6630
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6182
6631
  headers: this.getHeaders(),
6183
6632
  })
6184
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6633
+ .pipe(retry(this.configApiRetry),
6634
+ // catchError(this.handleError)
6635
+ map((ret) => {
6185
6636
  return this.errorExceptionResultBaseCheck(ret);
6186
6637
  }));
6187
6638
  }
@@ -6193,7 +6644,9 @@ class ChartContentService extends ApiCmsServerBase {
6193
6644
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6194
6645
  headers: this.getHeaders(),
6195
6646
  })
6196
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6647
+ .pipe(retry(this.configApiRetry),
6648
+ // catchError(this.handleError)
6649
+ map((ret) => {
6197
6650
  return this.errorExceptionResultCheck(ret);
6198
6651
  }));
6199
6652
  }
@@ -6205,7 +6658,9 @@ class ChartContentService extends ApiCmsServerBase {
6205
6658
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6206
6659
  headers: this.getHeaders(),
6207
6660
  })
6208
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6661
+ .pipe(retry(this.configApiRetry),
6662
+ // catchError(this.handleError)
6663
+ map((ret) => {
6209
6664
  return this.errorExceptionResultCheck(ret);
6210
6665
  }));
6211
6666
  }
@@ -6217,7 +6672,9 @@ class ChartContentService extends ApiCmsServerBase {
6217
6672
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6218
6673
  headers: this.getHeaders(),
6219
6674
  })
6220
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6675
+ .pipe(retry(this.configApiRetry),
6676
+ // catchError(this.handleError)
6677
+ map((ret) => {
6221
6678
  return this.errorExceptionResultCheck(ret);
6222
6679
  }));
6223
6680
  }
@@ -6251,7 +6708,9 @@ class ChartContentOtherInfoService extends ApiCmsServerBase {
6251
6708
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6252
6709
  headers: this.getHeaders(),
6253
6710
  })
6254
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6711
+ .pipe(retry(this.configApiRetry),
6712
+ // catchError(this.handleError)
6713
+ map((ret) => {
6255
6714
  return this.errorExceptionResultCheck(ret);
6256
6715
  }));
6257
6716
  }
@@ -6263,7 +6722,9 @@ class ChartContentOtherInfoService extends ApiCmsServerBase {
6263
6722
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
6264
6723
  headers: this.getHeaders(),
6265
6724
  })
6266
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6725
+ .pipe(retry(this.configApiRetry),
6726
+ // catchError(this.handleError)
6727
+ map((ret) => {
6267
6728
  return this.errorExceptionResultCheck(ret);
6268
6729
  }));
6269
6730
  }
@@ -6308,7 +6769,9 @@ class ChartContentSimilarService extends ApiCmsServerBase {
6308
6769
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6309
6770
  headers: this.getHeaders(),
6310
6771
  })
6311
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6772
+ .pipe(retry(this.configApiRetry),
6773
+ // catchError(this.handleError)
6774
+ map((ret) => {
6312
6775
  return this.errorExceptionResultCheck(ret);
6313
6776
  }));
6314
6777
  }
@@ -6320,7 +6783,9 @@ class ChartContentSimilarService extends ApiCmsServerBase {
6320
6783
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6321
6784
  headers: this.getHeaders(),
6322
6785
  })
6323
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6786
+ .pipe(retry(this.configApiRetry),
6787
+ // catchError(this.handleError)
6788
+ map((ret) => {
6324
6789
  return this.errorExceptionResultCheck(ret);
6325
6790
  }));
6326
6791
  }
@@ -6343,7 +6808,9 @@ class ChartContentTagService extends ApiCmsServerBase {
6343
6808
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6344
6809
  headers: this.getHeaders(),
6345
6810
  })
6346
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6811
+ .pipe(retry(this.configApiRetry),
6812
+ // catchError(this.handleError)
6813
+ map((ret) => {
6347
6814
  return this.errorExceptionResultCheck(ret);
6348
6815
  }));
6349
6816
  }
@@ -6355,7 +6822,9 @@ class ChartContentTagService extends ApiCmsServerBase {
6355
6822
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6356
6823
  headers: this.getHeaders(),
6357
6824
  })
6358
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6825
+ .pipe(retry(this.configApiRetry),
6826
+ // catchError(this.handleError)
6827
+ map((ret) => {
6359
6828
  return this.errorExceptionResultCheck(ret);
6360
6829
  }));
6361
6830
  }
@@ -6400,7 +6869,9 @@ class ChartShareServerCategoryService extends ApiCmsServerBase {
6400
6869
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
6401
6870
  headers: this.getHeaders(),
6402
6871
  })
6403
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6872
+ .pipe(retry(this.configApiRetry),
6873
+ // catchError(this.handleError)
6874
+ map((ret) => {
6404
6875
  return this.errorExceptionResultCheck(ret);
6405
6876
  }));
6406
6877
  }
@@ -6483,7 +6954,9 @@ class BlogCategoryService extends ApiCmsServerBase {
6483
6954
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6484
6955
  headers: this.getHeaders(),
6485
6956
  })
6486
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6957
+ .pipe(retry(this.configApiRetry),
6958
+ // catchError(this.handleError)
6959
+ map((ret) => {
6487
6960
  return this.errorExceptionResultCheck(ret);
6488
6961
  }));
6489
6962
  }
@@ -6503,7 +6976,9 @@ class BlogCommentService extends ApiCmsServerBase {
6503
6976
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
6504
6977
  headers: this.getHeaders(),
6505
6978
  })
6506
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6979
+ .pipe(retry(this.configApiRetry),
6980
+ // catchError(this.handleError)
6981
+ map((ret) => {
6507
6982
  return this.errorExceptionResultBaseCheck(ret);
6508
6983
  }));
6509
6984
  }
@@ -6512,7 +6987,9 @@ class BlogCommentService extends ApiCmsServerBase {
6512
6987
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
6513
6988
  headers: this.getHeaders(),
6514
6989
  })
6515
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6990
+ .pipe(retry(this.configApiRetry),
6991
+ // catchError(this.handleError)
6992
+ map((ret) => {
6516
6993
  return this.errorExceptionResultBaseCheck(ret);
6517
6994
  }));
6518
6995
  }
@@ -6535,7 +7012,9 @@ class BlogContentService extends ApiCmsServerBase {
6535
7012
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
6536
7013
  headers: this.getHeaders(),
6537
7014
  })
6538
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7015
+ .pipe(retry(this.configApiRetry),
7016
+ // catchError(this.handleError)
7017
+ map((ret) => {
6539
7018
  return this.errorExceptionResultCheck(ret);
6540
7019
  }));
6541
7020
  }
@@ -6547,7 +7026,9 @@ class BlogContentService extends ApiCmsServerBase {
6547
7026
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
6548
7027
  headers: this.getHeaders(),
6549
7028
  })
6550
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7029
+ .pipe(retry(this.configApiRetry),
7030
+ // catchError(this.handleError)
7031
+ map((ret) => {
6551
7032
  return this.errorExceptionResultCheck(ret);
6552
7033
  }));
6553
7034
  }
@@ -6559,7 +7040,9 @@ class BlogContentService extends ApiCmsServerBase {
6559
7040
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
6560
7041
  headers: this.getHeaders(),
6561
7042
  })
6562
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7043
+ .pipe(retry(this.configApiRetry),
7044
+ // catchError(this.handleError)
7045
+ map((ret) => {
6563
7046
  return this.errorExceptionResultCheck(ret);
6564
7047
  }));
6565
7048
  }
@@ -6571,7 +7054,9 @@ class BlogContentService extends ApiCmsServerBase {
6571
7054
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
6572
7055
  headers: this.getHeaders(),
6573
7056
  })
6574
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7057
+ .pipe(retry(this.configApiRetry),
7058
+ // catchError(this.handleError)
7059
+ map((ret) => {
6575
7060
  return this.errorExceptionResultCheck(ret);
6576
7061
  }));
6577
7062
  }
@@ -6583,7 +7068,9 @@ class BlogContentService extends ApiCmsServerBase {
6583
7068
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6584
7069
  headers: this.getHeaders(),
6585
7070
  })
6586
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7071
+ .pipe(retry(this.configApiRetry),
7072
+ // catchError(this.handleError)
7073
+ map((ret) => {
6587
7074
  return this.errorExceptionResultBaseCheck(ret);
6588
7075
  }));
6589
7076
  }
@@ -6592,7 +7079,9 @@ class BlogContentService extends ApiCmsServerBase {
6592
7079
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6593
7080
  headers: this.getHeaders(),
6594
7081
  })
6595
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7082
+ .pipe(retry(this.configApiRetry),
7083
+ // catchError(this.handleError)
7084
+ map((ret) => {
6596
7085
  return this.errorExceptionResultBaseCheck(ret);
6597
7086
  }));
6598
7087
  }
@@ -6601,7 +7090,9 @@ class BlogContentService extends ApiCmsServerBase {
6601
7090
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6602
7091
  headers: this.getHeaders(),
6603
7092
  })
6604
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7093
+ .pipe(retry(this.configApiRetry),
7094
+ // catchError(this.handleError)
7095
+ map((ret) => {
6605
7096
  return this.errorExceptionResultBaseCheck(ret);
6606
7097
  }));
6607
7098
  }
@@ -6613,7 +7104,9 @@ class BlogContentService extends ApiCmsServerBase {
6613
7104
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6614
7105
  headers: this.getHeaders(),
6615
7106
  })
6616
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7107
+ .pipe(retry(this.configApiRetry),
7108
+ // catchError(this.handleError)
7109
+ map((ret) => {
6617
7110
  return this.errorExceptionResultCheck(ret);
6618
7111
  }));
6619
7112
  }
@@ -6625,7 +7118,9 @@ class BlogContentService extends ApiCmsServerBase {
6625
7118
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6626
7119
  headers: this.getHeaders(),
6627
7120
  })
6628
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7121
+ .pipe(retry(this.configApiRetry),
7122
+ // catchError(this.handleError)
7123
+ map((ret) => {
6629
7124
  return this.errorExceptionResultCheck(ret);
6630
7125
  }));
6631
7126
  }
@@ -6637,7 +7132,9 @@ class BlogContentService extends ApiCmsServerBase {
6637
7132
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6638
7133
  headers: this.getHeaders(),
6639
7134
  })
6640
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7135
+ .pipe(retry(this.configApiRetry),
7136
+ // catchError(this.handleError)
7137
+ map((ret) => {
6641
7138
  return this.errorExceptionResultCheck(ret);
6642
7139
  }));
6643
7140
  }
@@ -6671,7 +7168,9 @@ class BlogContentOtherInfoService extends ApiCmsServerBase {
6671
7168
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6672
7169
  headers: this.getHeaders(),
6673
7170
  })
6674
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7171
+ .pipe(retry(this.configApiRetry),
7172
+ // catchError(this.handleError)
7173
+ map((ret) => {
6675
7174
  return this.errorExceptionResultCheck(ret);
6676
7175
  }));
6677
7176
  }
@@ -6683,7 +7182,9 @@ class BlogContentOtherInfoService extends ApiCmsServerBase {
6683
7182
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
6684
7183
  headers: this.getHeaders(),
6685
7184
  })
6686
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7185
+ .pipe(retry(this.configApiRetry),
7186
+ // catchError(this.handleError)
7187
+ map((ret) => {
6687
7188
  return this.errorExceptionResultCheck(ret);
6688
7189
  }));
6689
7190
  }
@@ -6728,7 +7229,9 @@ class BlogContentSimilarService extends ApiCmsServerBase {
6728
7229
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6729
7230
  headers: this.getHeaders(),
6730
7231
  })
6731
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7232
+ .pipe(retry(this.configApiRetry),
7233
+ // catchError(this.handleError)
7234
+ map((ret) => {
6732
7235
  return this.errorExceptionResultCheck(ret);
6733
7236
  }));
6734
7237
  }
@@ -6740,7 +7243,9 @@ class BlogContentSimilarService extends ApiCmsServerBase {
6740
7243
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6741
7244
  headers: this.getHeaders(),
6742
7245
  })
6743
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7246
+ .pipe(retry(this.configApiRetry),
7247
+ // catchError(this.handleError)
7248
+ map((ret) => {
6744
7249
  return this.errorExceptionResultCheck(ret);
6745
7250
  }));
6746
7251
  }
@@ -6763,7 +7268,9 @@ class BlogContentTagService extends ApiCmsServerBase {
6763
7268
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6764
7269
  headers: this.getHeaders(),
6765
7270
  })
6766
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7271
+ .pipe(retry(this.configApiRetry),
7272
+ // catchError(this.handleError)
7273
+ map((ret) => {
6767
7274
  return this.errorExceptionResultCheck(ret);
6768
7275
  }));
6769
7276
  }
@@ -6775,7 +7282,9 @@ class BlogContentTagService extends ApiCmsServerBase {
6775
7282
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6776
7283
  headers: this.getHeaders(),
6777
7284
  })
6778
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7285
+ .pipe(retry(this.configApiRetry),
7286
+ // catchError(this.handleError)
7287
+ map((ret) => {
6779
7288
  return this.errorExceptionResultCheck(ret);
6780
7289
  }));
6781
7290
  }
@@ -6820,7 +7329,9 @@ class BlogShareServerCategoryService extends ApiCmsServerBase {
6820
7329
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
6821
7330
  headers: this.getHeaders(),
6822
7331
  })
6823
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7332
+ .pipe(retry(this.configApiRetry),
7333
+ // catchError(this.handleError)
7334
+ map((ret) => {
6824
7335
  return this.errorExceptionResultCheck(ret);
6825
7336
  }));
6826
7337
  }
@@ -6915,7 +7426,9 @@ class CatalogCategoryService extends ApiCmsServerBase {
6915
7426
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6916
7427
  headers: this.getHeaders(),
6917
7428
  })
6918
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7429
+ .pipe(retry(this.configApiRetry),
7430
+ // catchError(this.handleError)
7431
+ map((ret) => {
6919
7432
  return this.errorExceptionResultCheck(ret);
6920
7433
  }));
6921
7434
  }
@@ -6938,7 +7451,9 @@ class CatalogContentService extends ApiCmsServerBase {
6938
7451
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6939
7452
  headers: this.getHeaders(),
6940
7453
  })
6941
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7454
+ .pipe(retry(this.configApiRetry),
7455
+ // catchError(this.handleError)
7456
+ map((ret) => {
6942
7457
  return this.errorExceptionResultBaseCheck(ret);
6943
7458
  }));
6944
7459
  }
@@ -6947,7 +7462,9 @@ class CatalogContentService extends ApiCmsServerBase {
6947
7462
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6948
7463
  headers: this.getHeaders(),
6949
7464
  })
6950
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7465
+ .pipe(retry(this.configApiRetry),
7466
+ // catchError(this.handleError)
7467
+ map((ret) => {
6951
7468
  return this.errorExceptionResultBaseCheck(ret);
6952
7469
  }));
6953
7470
  }
@@ -6956,7 +7473,9 @@ class CatalogContentService extends ApiCmsServerBase {
6956
7473
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6957
7474
  headers: this.getHeaders(),
6958
7475
  })
6959
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7476
+ .pipe(retry(this.configApiRetry),
7477
+ // catchError(this.handleError)
7478
+ map((ret) => {
6960
7479
  return this.errorExceptionResultBaseCheck(ret);
6961
7480
  }));
6962
7481
  }
@@ -6968,7 +7487,9 @@ class CatalogContentService extends ApiCmsServerBase {
6968
7487
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6969
7488
  headers: this.getHeaders(),
6970
7489
  })
6971
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7490
+ .pipe(retry(this.configApiRetry),
7491
+ // catchError(this.handleError)
7492
+ map((ret) => {
6972
7493
  return this.errorExceptionResultCheck(ret);
6973
7494
  }));
6974
7495
  }
@@ -6980,7 +7501,9 @@ class CatalogContentService extends ApiCmsServerBase {
6980
7501
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6981
7502
  headers: this.getHeaders(),
6982
7503
  })
6983
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7504
+ .pipe(retry(this.configApiRetry),
7505
+ // catchError(this.handleError)
7506
+ map((ret) => {
6984
7507
  return this.errorExceptionResultCheck(ret);
6985
7508
  }));
6986
7509
  }
@@ -6992,7 +7515,9 @@ class CatalogContentService extends ApiCmsServerBase {
6992
7515
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6993
7516
  headers: this.getHeaders(),
6994
7517
  })
6995
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7518
+ .pipe(retry(this.configApiRetry),
7519
+ // catchError(this.handleError)
7520
+ map((ret) => {
6996
7521
  return this.errorExceptionResultCheck(ret);
6997
7522
  }));
6998
7523
  }
@@ -7055,7 +7580,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7055
7580
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7056
7581
  headers: this.getHeaders(),
7057
7582
  })
7058
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7583
+ .pipe(retry(this.configApiRetry),
7584
+ // catchError(this.handleError)
7585
+ map((ret) => {
7059
7586
  return this.errorExceptionResultCheck(ret);
7060
7587
  }));
7061
7588
  }
@@ -7067,7 +7594,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7067
7594
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/TestPay', model, {
7068
7595
  headers: this.getHeaders(),
7069
7596
  })
7070
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7597
+ .pipe(retry(this.configApiRetry),
7598
+ // catchError(this.handleError)
7599
+ map((ret) => {
7071
7600
  return this.errorExceptionResultCheck(ret);
7072
7601
  }));
7073
7602
  }
@@ -7079,7 +7608,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7079
7608
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GoToBankPaymentWebSite', model, {
7080
7609
  headers: this.getHeaders(),
7081
7610
  })
7082
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7611
+ .pipe(retry(this.configApiRetry),
7612
+ // catchError(this.handleError)
7613
+ map((ret) => {
7083
7614
  return this.errorExceptionResultCheck(ret);
7084
7615
  }));
7085
7616
  }
@@ -7088,7 +7619,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7088
7619
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PaymentGatewayList', {
7089
7620
  headers: this.getHeaders(),
7090
7621
  })
7091
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7622
+ .pipe(retry(this.configApiRetry),
7623
+ // catchError(this.handleError)
7624
+ map((ret) => {
7092
7625
  return this.errorExceptionResultCheck(ret);
7093
7626
  }));
7094
7627
  }
@@ -7097,7 +7630,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7097
7630
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PaymentGatewayCoreList', {
7098
7631
  headers: this.getHeaders(),
7099
7632
  })
7100
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7633
+ .pipe(retry(this.configApiRetry),
7634
+ // catchError(this.handleError)
7635
+ map((ret) => {
7101
7636
  return this.errorExceptionResultCheck(ret);
7102
7637
  }));
7103
7638
  }
@@ -7117,7 +7652,9 @@ class BankPaymentPublicConfigService extends ApiCmsServerBase {
7117
7652
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7118
7653
  headers: this.getHeaders(),
7119
7654
  })
7120
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7655
+ .pipe(retry(this.configApiRetry),
7656
+ // catchError(this.handleError)
7657
+ map((ret) => {
7121
7658
  return this.errorExceptionResultCheck(ret);
7122
7659
  }));
7123
7660
  }
@@ -7126,7 +7663,9 @@ class BankPaymentPublicConfigService extends ApiCmsServerBase {
7126
7663
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
7127
7664
  headers: this.getHeaders(),
7128
7665
  })
7129
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7666
+ .pipe(retry(this.configApiRetry),
7667
+ // catchError(this.handleError)
7668
+ map((ret) => {
7130
7669
  return this.errorExceptionResultCheck(ret);
7131
7670
  }));
7132
7671
  }
@@ -7146,7 +7685,9 @@ class BankPaymentTransactionService extends ApiCmsServerBase {
7146
7685
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionCheck/' + id, {
7147
7686
  headers: this.getHeaders(),
7148
7687
  })
7149
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7688
+ .pipe(retry(this.configApiRetry),
7689
+ // catchError(this.handleError)
7690
+ map((ret) => {
7150
7691
  return this.errorExceptionResultCheck(ret);
7151
7692
  }));
7152
7693
  }
@@ -7177,7 +7718,9 @@ class BankPaymentEnumService extends ApiServerBase {
7177
7718
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionRecordStatusEnum', {
7178
7719
  headers: this.getHeaders(),
7179
7720
  })
7180
- .pipe(catchError(this.handleError), map((ret) => {
7721
+ .pipe(
7722
+ // catchError(this.handleError)
7723
+ map((ret) => {
7181
7724
  return this.errorExceptionResultCheck(ret);
7182
7725
  }));
7183
7726
  }
@@ -7186,7 +7729,9 @@ class BankPaymentEnumService extends ApiServerBase {
7186
7729
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionBankStatusEnum', {
7187
7730
  headers: this.getHeaders(),
7188
7731
  })
7189
- .pipe(catchError(this.handleError), map((ret) => {
7732
+ .pipe(
7733
+ // catchError(this.handleError)
7734
+ map((ret) => {
7190
7735
  return this.errorExceptionResultCheck(ret);
7191
7736
  }));
7192
7737
  }
@@ -7365,7 +7910,9 @@ class SmsEnumService extends ApiServerBase {
7365
7910
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiNumberPermissionAccessStatusEnum', {
7366
7911
  headers: this.getHeaders(),
7367
7912
  })
7368
- .pipe(catchError(this.handleError), map((ret) => {
7913
+ .pipe(
7914
+ // catchError(this.handleError)
7915
+ map((ret) => {
7369
7916
  return this.errorExceptionResultCheck(ret);
7370
7917
  }));
7371
7918
  }
@@ -7374,7 +7921,9 @@ class SmsEnumService extends ApiServerBase {
7374
7921
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiNumberPermissionActionEnum', {
7375
7922
  headers: this.getHeaders(),
7376
7923
  })
7377
- .pipe(catchError(this.handleError), map((ret) => {
7924
+ .pipe(
7925
+ // catchError(this.handleError)
7926
+ map((ret) => {
7378
7927
  return this.errorExceptionResultCheck(ret);
7379
7928
  }));
7380
7929
  }
@@ -7383,7 +7932,9 @@ class SmsEnumService extends ApiServerBase {
7383
7932
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiPathPermissionAccessStatusEnum', {
7384
7933
  headers: this.getHeaders(),
7385
7934
  })
7386
- .pipe(catchError(this.handleError), map((ret) => {
7935
+ .pipe(
7936
+ // catchError(this.handleError)
7937
+ map((ret) => {
7387
7938
  return this.errorExceptionResultCheck(ret);
7388
7939
  }));
7389
7940
  }
@@ -7392,7 +7943,9 @@ class SmsEnumService extends ApiServerBase {
7392
7943
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiPathPermissionActionEnum', {
7393
7944
  headers: this.getHeaders(),
7394
7945
  })
7395
- .pipe(catchError(this.handleError), map((ret) => {
7946
+ .pipe(
7947
+ // catchError(this.handleError)
7948
+ map((ret) => {
7396
7949
  return this.errorExceptionResultCheck(ret);
7397
7950
  }));
7398
7951
  }
@@ -7401,7 +7954,9 @@ class SmsEnumService extends ApiServerBase {
7401
7954
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsMessageTypeEnum', {
7402
7955
  headers: this.getHeaders(),
7403
7956
  })
7404
- .pipe(catchError(this.handleError), map((ret) => {
7957
+ .pipe(
7958
+ // catchError(this.handleError)
7959
+ map((ret) => {
7405
7960
  return this.errorExceptionResultCheck(ret);
7406
7961
  }));
7407
7962
  }
@@ -7410,7 +7965,9 @@ class SmsEnumService extends ApiServerBase {
7410
7965
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsOutBoxTypeEnum', {
7411
7966
  headers: this.getHeaders(),
7412
7967
  })
7413
- .pipe(catchError(this.handleError), map((ret) => {
7968
+ .pipe(
7969
+ // catchError(this.handleError)
7970
+ map((ret) => {
7414
7971
  return this.errorExceptionResultCheck(ret);
7415
7972
  }));
7416
7973
  }
@@ -7419,7 +7976,9 @@ class SmsEnumService extends ApiServerBase {
7419
7976
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsProcessFlowRecordStatusEnum', {
7420
7977
  headers: this.getHeaders(),
7421
7978
  })
7422
- .pipe(catchError(this.handleError), map((ret) => {
7979
+ .pipe(
7980
+ // catchError(this.handleError)
7981
+ map((ret) => {
7423
7982
  return this.errorExceptionResultCheck(ret);
7424
7983
  }));
7425
7984
  }
@@ -7428,7 +7987,9 @@ class SmsEnumService extends ApiServerBase {
7428
7987
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsProcessFlowSmsStatusEnum', {
7429
7988
  headers: this.getHeaders(),
7430
7989
  })
7431
- .pipe(catchError(this.handleError), map((ret) => {
7990
+ .pipe(
7991
+ // catchError(this.handleError)
7992
+ map((ret) => {
7432
7993
  return this.errorExceptionResultCheck(ret);
7433
7994
  }));
7434
7995
  }
@@ -7437,7 +7998,9 @@ class SmsEnumService extends ApiServerBase {
7437
7998
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsRecordStatusOutBoxEnum', {
7438
7999
  headers: this.getHeaders(),
7439
8000
  })
7440
- .pipe(catchError(this.handleError), map((ret) => {
8001
+ .pipe(
8002
+ // catchError(this.handleError)
8003
+ map((ret) => {
7441
8004
  return this.errorExceptionResultCheck(ret);
7442
8005
  }));
7443
8006
  }
@@ -7508,7 +8071,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7508
8071
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7509
8072
  headers: this.getHeaders(),
7510
8073
  })
7511
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8074
+ .pipe(retry(this.configApiRetry),
8075
+ // catchError(this.handleError)
8076
+ map((ret) => {
7512
8077
  return this.errorExceptionResultCheck(ret);
7513
8078
  }));
7514
8079
  }
@@ -7520,7 +8085,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7520
8085
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessageTest', model, {
7521
8086
  headers: this.getHeaders(),
7522
8087
  })
7523
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8088
+ .pipe(retry(this.configApiRetry),
8089
+ // catchError(this.handleError)
8090
+ map((ret) => {
7524
8091
  return this.errorExceptionResultCheck(ret);
7525
8092
  }));
7526
8093
  }
@@ -7532,7 +8099,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7532
8099
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessage', model, {
7533
8100
  headers: this.getHeaders(),
7534
8101
  })
7535
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8102
+ .pipe(retry(this.configApiRetry),
8103
+ // catchError(this.handleError)
8104
+ map((ret) => {
7536
8105
  return this.errorExceptionResultCheck(ret);
7537
8106
  }));
7538
8107
  }
@@ -7541,7 +8110,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7541
8110
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetToken/' + id, {
7542
8111
  headers: this.getHeaders(),
7543
8112
  })
7544
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8113
+ .pipe(retry(this.configApiRetry),
8114
+ // catchError(this.handleError)
8115
+ map((ret) => {
7545
8116
  return this.errorExceptionResultCheck(ret);
7546
8117
  }));
7547
8118
  }
@@ -7550,7 +8121,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7550
8121
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetBalance/' + id, {
7551
8122
  headers: this.getHeaders(),
7552
8123
  })
7553
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8124
+ .pipe(retry(this.configApiRetry),
8125
+ // catchError(this.handleError)
8126
+ map((ret) => {
7554
8127
  return this.errorExceptionResultCheck(ret);
7555
8128
  }));
7556
8129
  }
@@ -7559,7 +8132,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7559
8132
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetReceiveInboxManually/' + id, {
7560
8133
  headers: this.getHeaders(),
7561
8134
  })
7562
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8135
+ .pipe(retry(this.configApiRetry),
8136
+ // catchError(this.handleError)
8137
+ map((ret) => {
7563
8138
  return this.errorExceptionResultCheck(ret);
7564
8139
  }));
7565
8140
  }
@@ -7645,7 +8220,9 @@ class SmsMainApiPathPublicConfigService extends ApiCmsServerBase {
7645
8220
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7646
8221
  headers: this.getHeaders(),
7647
8222
  })
7648
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8223
+ .pipe(retry(this.configApiRetry),
8224
+ // catchError(this.handleError)
8225
+ map((ret) => {
7649
8226
  return this.errorExceptionResultCheck(ret);
7650
8227
  }));
7651
8228
  }
@@ -7654,7 +8231,9 @@ class SmsMainApiPathPublicConfigService extends ApiCmsServerBase {
7654
8231
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
7655
8232
  headers: this.getHeaders(),
7656
8233
  })
7657
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8234
+ .pipe(retry(this.configApiRetry),
8235
+ // catchError(this.handleError)
8236
+ map((ret) => {
7658
8237
  return this.errorExceptionResultCheck(ret);
7659
8238
  }));
7660
8239
  }
@@ -7729,7 +8308,9 @@ class SmsMainMessageCategoryService extends ApiCmsServerBase {
7729
8308
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
7730
8309
  headers: this.getHeaders(),
7731
8310
  })
7732
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8311
+ .pipe(retry(this.configApiRetry),
8312
+ // catchError(this.handleError)
8313
+ map((ret) => {
7733
8314
  return this.errorExceptionResultCheck(ret);
7734
8315
  }));
7735
8316
  }
@@ -7749,7 +8330,9 @@ class SmsLogOutBoxQueueService extends ApiCmsServerBase {
7749
8330
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllReadyToSend/', model, {
7750
8331
  headers: this.getHeaders(),
7751
8332
  })
7752
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8333
+ .pipe(retry(this.configApiRetry),
8334
+ // catchError(this.handleError)
8335
+ map((ret) => {
7753
8336
  return this.errorExceptionResultCheck(ret);
7754
8337
  }));
7755
8338
  }
@@ -7758,7 +8341,9 @@ class SmsLogOutBoxQueueService extends ApiCmsServerBase {
7758
8341
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSending/', model, {
7759
8342
  headers: this.getHeaders(),
7760
8343
  })
7761
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8344
+ .pipe(retry(this.configApiRetry),
8345
+ // catchError(this.handleError)
8346
+ map((ret) => {
7762
8347
  return this.errorExceptionResultCheck(ret);
7763
8348
  }));
7764
8349
  }
@@ -7789,7 +8374,9 @@ class SmsLogOutBoxTaskSchedulerService extends ApiCmsServerBase {
7789
8374
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllReadyToSend/', model, {
7790
8375
  headers: this.getHeaders(),
7791
8376
  })
7792
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8377
+ .pipe(retry(this.configApiRetry),
8378
+ // catchError(this.handleError)
8379
+ map((ret) => {
7793
8380
  return this.errorExceptionResultCheck(ret);
7794
8381
  }));
7795
8382
  }
@@ -7798,7 +8385,9 @@ class SmsLogOutBoxTaskSchedulerService extends ApiCmsServerBase {
7798
8385
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSending/', model, {
7799
8386
  headers: this.getHeaders(),
7800
8387
  })
7801
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8388
+ .pipe(retry(this.configApiRetry),
8389
+ // catchError(this.handleError)
8390
+ map((ret) => {
7802
8391
  return this.errorExceptionResultCheck(ret);
7803
8392
  }));
7804
8393
  }
@@ -7933,7 +8522,9 @@ class ApplicationEnumService extends ApiServerBase {
7933
8522
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
7934
8523
  headers: this.getHeaders(),
7935
8524
  })
7936
- .pipe(catchError(this.handleError), map((ret) => {
8525
+ .pipe(
8526
+ // catchError(this.handleError)
8527
+ map((ret) => {
7937
8528
  return this.errorExceptionResultCheck(ret);
7938
8529
  }));
7939
8530
  }
@@ -7965,7 +8556,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7965
8556
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
7966
8557
  headers: this.getHeaders(),
7967
8558
  })
7968
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8559
+ .pipe(retry(this.configApiRetry),
8560
+ // catchError(this.handleError)
8561
+ map((ret) => {
7969
8562
  return this.errorExceptionResultBaseCheck(ret);
7970
8563
  }));
7971
8564
  }
@@ -7977,7 +8570,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7977
8570
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClickList', model, {
7978
8571
  headers: this.getHeaders(),
7979
8572
  })
7980
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8573
+ .pipe(retry(this.configApiRetry),
8574
+ // catchError(this.handleError)
8575
+ map((ret) => {
7981
8576
  return this.errorExceptionResultCheck(ret);
7982
8577
  }));
7983
8578
  }
@@ -7986,7 +8581,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7986
8581
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentApp', {
7987
8582
  headers: this.getHeaders(),
7988
8583
  })
7989
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8584
+ .pipe(retry(this.configApiRetry),
8585
+ // catchError(this.handleError)
8586
+ map((ret) => {
7990
8587
  return this.errorExceptionResultCheck(ret);
7991
8588
  }));
7992
8589
  }
@@ -7995,7 +8592,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7995
8592
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/build/' + id, {
7996
8593
  headers: this.getHeaders(),
7997
8594
  })
7998
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8595
+ .pipe(retry(this.configApiRetry),
8596
+ // catchError(this.handleError)
8597
+ map((ret) => {
7999
8598
  return this.errorExceptionResultCheck(ret);
8000
8599
  }));
8001
8600
  }
@@ -8004,7 +8603,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8004
8603
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/build/' + id + '/' + key, {
8005
8604
  headers: this.getHeaders(),
8006
8605
  })
8007
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8606
+ .pipe(retry(this.configApiRetry),
8607
+ // catchError(this.handleError)
8608
+ map((ret) => {
8008
8609
  return this.errorExceptionResultCheck(ret);
8009
8610
  }));
8010
8611
  }
@@ -8016,7 +8617,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8016
8617
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/BuildInfo', model, {
8017
8618
  headers: this.getHeaders(),
8018
8619
  })
8019
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8620
+ .pipe(retry(this.configApiRetry),
8621
+ // catchError(this.handleError)
8622
+ map((ret) => {
8020
8623
  return this.errorExceptionResultBaseCheck(ret);
8021
8624
  }));
8022
8625
  }
@@ -8028,7 +8631,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8028
8631
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UploadUpdate', model, {
8029
8632
  headers: this.getHeaders(),
8030
8633
  })
8031
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8634
+ .pipe(retry(this.configApiRetry),
8635
+ // catchError(this.handleError)
8636
+ map((ret) => {
8032
8637
  return this.errorExceptionResultCheck(ret);
8033
8638
  }));
8034
8639
  }
@@ -8040,7 +8645,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8040
8645
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Upload', model, {
8041
8646
  headers: this.getHeaders(),
8042
8647
  })
8043
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8648
+ .pipe(retry(this.configApiRetry),
8649
+ // catchError(this.handleError)
8650
+ map((ret) => {
8044
8651
  return this.errorExceptionResultCheck(ret);
8045
8652
  }));
8046
8653
  }
@@ -8071,7 +8678,9 @@ class ApplicationLayoutService extends ApiCmsServerBase {
8071
8678
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormat', model, {
8072
8679
  headers: this.getHeaders(),
8073
8680
  })
8074
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8681
+ .pipe(retry(this.configApiRetry),
8682
+ // catchError(this.handleError)
8683
+ map((ret) => {
8075
8684
  return this.errorExceptionResultCheck(ret);
8076
8685
  }));
8077
8686
  }
@@ -8080,7 +8689,9 @@ class ApplicationLayoutService extends ApiCmsServerBase {
8080
8689
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithJsonFormat', model, {
8081
8690
  headers: this.getHeaders(),
8082
8691
  })
8083
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8692
+ .pipe(retry(this.configApiRetry),
8693
+ // catchError(this.handleError)
8694
+ map((ret) => {
8084
8695
  return this.errorExceptionResultCheck(ret);
8085
8696
  }));
8086
8697
  }
@@ -8111,7 +8722,9 @@ class ApplicationLogNotificationService extends ApiCmsServerBase {
8111
8722
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotification', model, {
8112
8723
  headers: this.getHeaders(),
8113
8724
  })
8114
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8725
+ .pipe(retry(this.configApiRetry),
8726
+ // catchError(this.handleError)
8727
+ map((ret) => {
8115
8728
  return this.errorExceptionResultCheck(ret);
8116
8729
  }));
8117
8730
  }
@@ -8142,7 +8755,9 @@ class ApplicationSourceService extends ApiCmsServerBase {
8142
8755
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/buildApp/' + Id, {
8143
8756
  headers: this.getHeaders(),
8144
8757
  })
8145
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8758
+ .pipe(retry(this.configApiRetry),
8759
+ // catchError(this.handleError)
8760
+ map((ret) => {
8146
8761
  return this.errorExceptionResultCheck(ret);
8147
8762
  }));
8148
8763
  }
@@ -8173,7 +8788,9 @@ class ApplicationThemeConfigService extends ApiCmsServerBase {
8173
8788
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentTheme', {
8174
8789
  headers: this.getHeaders(),
8175
8790
  })
8176
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8791
+ .pipe(retry(this.configApiRetry),
8792
+ // catchError(this.handleError)
8793
+ map((ret) => {
8177
8794
  return this.errorExceptionResultCheck(ret);
8178
8795
  }));
8179
8796
  }
@@ -8276,7 +8893,9 @@ class PollingCategoryService extends ApiCmsServerBase {
8276
8893
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8277
8894
  headers: this.getHeaders(),
8278
8895
  })
8279
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8896
+ .pipe(retry(this.configApiRetry),
8897
+ // catchError(this.handleError)
8898
+ map((ret) => {
8280
8899
  return this.errorExceptionResultCheck(ret);
8281
8900
  }));
8282
8901
  }
@@ -8321,7 +8940,9 @@ class PollingVoteService extends ApiCmsServerBase {
8321
8940
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
8322
8941
  headers: this.getHeaders(),
8323
8942
  })
8324
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8943
+ .pipe(retry(this.configApiRetry),
8944
+ // catchError(this.handleError)
8945
+ map((ret) => {
8325
8946
  return this.errorExceptionResultCheck(ret);
8326
8947
  }));
8327
8948
  }
@@ -8381,7 +9002,9 @@ class ContactCategoryService extends ApiCmsServerBase {
8381
9002
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8382
9003
  headers: this.getHeaders(),
8383
9004
  })
8384
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9005
+ .pipe(retry(this.configApiRetry),
9006
+ // catchError(this.handleError)
9007
+ map((ret) => {
8385
9008
  return this.errorExceptionResultCheck(ret);
8386
9009
  }));
8387
9010
  }
@@ -8444,7 +9067,9 @@ class TicketingAnswerService extends ApiCmsServerBase {
8444
9067
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AnswerReaded/' + id, {
8445
9068
  headers: this.getHeaders(),
8446
9069
  })
8447
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9070
+ .pipe(retry(this.configApiRetry),
9071
+ // catchError(this.handleError)
9072
+ map((ret) => {
8448
9073
  return this.errorExceptionResultCheck(ret);
8449
9074
  }));
8450
9075
  }
@@ -8467,7 +9092,9 @@ class TicketingDepartemenService extends ApiCmsServerBase {
8467
9092
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOrigin/', model, {
8468
9093
  headers: this.getHeaders(),
8469
9094
  })
8470
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9095
+ .pipe(retry(this.configApiRetry),
9096
+ // catchError(this.handleError)
9097
+ map((ret) => {
8471
9098
  return this.errorExceptionResultCheck(ret);
8472
9099
  }));
8473
9100
  }
@@ -8502,7 +9129,9 @@ class TicketingDepartemenOperatorService extends ApiCmsServerBase {
8502
9129
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOperator', model, {
8503
9130
  headers: this.getHeaders(),
8504
9131
  })
8505
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9132
+ .pipe(retry(this.configApiRetry),
9133
+ // catchError(this.handleError)
9134
+ map((ret) => {
8506
9135
  return this.errorExceptionResultCheck(ret);
8507
9136
  }));
8508
9137
  }
@@ -8525,7 +9154,9 @@ class TicketingFaqService extends ApiCmsServerBase {
8525
9154
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOrigin/', model, {
8526
9155
  headers: this.getHeaders(),
8527
9156
  })
8528
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9157
+ .pipe(retry(this.configApiRetry),
9158
+ // catchError(this.handleError)
9159
+ map((ret) => {
8529
9160
  return this.errorExceptionResultCheck(ret);
8530
9161
  }));
8531
9162
  }
@@ -8555,7 +9186,9 @@ class TicketingTaskService extends ApiCmsServerBase {
8555
9186
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ContactUS', model, {
8556
9187
  headers: this.getHeaders(),
8557
9188
  })
8558
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9189
+ .pipe(retry(this.configApiRetry),
9190
+ // catchError(this.handleError)
9191
+ map((ret) => {
8559
9192
  return this.errorExceptionResultCheck(ret);
8560
9193
  }));
8561
9194
  }
@@ -8564,7 +9197,9 @@ class TicketingTaskService extends ApiCmsServerBase {
8564
9197
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskReaded/' + id, {
8565
9198
  headers: this.getHeaders(),
8566
9199
  })
8567
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9200
+ .pipe(retry(this.configApiRetry),
9201
+ // catchError(this.handleError)
9202
+ map((ret) => {
8568
9203
  return this.errorExceptionResultCheck(ret);
8569
9204
  }));
8570
9205
  }
@@ -8573,7 +9208,9 @@ class TicketingTaskService extends ApiCmsServerBase {
8573
9208
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/isClosed/' + id, {
8574
9209
  headers: this.getHeaders(),
8575
9210
  })
8576
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9211
+ .pipe(retry(this.configApiRetry),
9212
+ // catchError(this.handleError)
9213
+ map((ret) => {
8577
9214
  return this.errorExceptionResultCheck(ret);
8578
9215
  }));
8579
9216
  }
@@ -8604,7 +9241,9 @@ class TicketingEnumService extends ApiServerBase {
8604
9241
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TicketingDepartemenPriorityEnum', {
8605
9242
  headers: this.getHeaders(),
8606
9243
  })
8607
- .pipe(catchError(this.handleError), map((ret) => {
9244
+ .pipe(
9245
+ // catchError(this.handleError)
9246
+ map((ret) => {
8608
9247
  return this.errorExceptionResultCheck(ret);
8609
9248
  }));
8610
9249
  }
@@ -8613,7 +9252,9 @@ class TicketingEnumService extends ApiServerBase {
8613
9252
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TicketStatusEnum', {
8614
9253
  headers: this.getHeaders(),
8615
9254
  })
8616
- .pipe(catchError(this.handleError), map((ret) => {
9255
+ .pipe(
9256
+ // catchError(this.handleError)
9257
+ map((ret) => {
8617
9258
  return this.errorExceptionResultCheck(ret);
8618
9259
  }));
8619
9260
  }
@@ -8622,7 +9263,9 @@ class TicketingEnumService extends ApiServerBase {
8622
9263
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AnswerStatusEnum', {
8623
9264
  headers: this.getHeaders(),
8624
9265
  })
8625
- .pipe(catchError(this.handleError), map((ret) => {
9266
+ .pipe(
9267
+ // catchError(this.handleError)
9268
+ map((ret) => {
8626
9269
  return this.errorExceptionResultCheck(ret);
8627
9270
  }));
8628
9271
  }
@@ -8724,7 +9367,9 @@ class HyperShopCategoryService extends ApiCmsServerBase {
8724
9367
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMicroService/', model, {
8725
9368
  headers: this.getHeaders(),
8726
9369
  })
8727
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9370
+ .pipe(retry(this.configApiRetry),
9371
+ // catchError(this.handleError)
9372
+ map((ret) => {
8728
9373
  return this.errorExceptionResultCheck(ret);
8729
9374
  }));
8730
9375
  }
@@ -8733,7 +9378,9 @@ class HyperShopCategoryService extends ApiCmsServerBase {
8733
9378
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneMicroService/' + id, {
8734
9379
  headers: this.getHeaders(),
8735
9380
  })
8736
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9381
+ .pipe(retry(this.configApiRetry),
9382
+ // catchError(this.handleError)
9383
+ map((ret) => {
8737
9384
  return this.errorExceptionResultCheck(ret);
8738
9385
  }));
8739
9386
  }
@@ -8756,7 +9403,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8756
9403
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMicroService/', model, {
8757
9404
  headers: this.getHeaders(),
8758
9405
  })
8759
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9406
+ .pipe(retry(this.configApiRetry),
9407
+ // catchError(this.handleError)
9408
+ map((ret) => {
8760
9409
  return this.errorExceptionResultCheck(ret);
8761
9410
  }));
8762
9411
  }
@@ -8765,7 +9414,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8765
9414
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneMicroService/' + id, {
8766
9415
  headers: this.getHeaders(),
8767
9416
  })
8768
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9417
+ .pipe(retry(this.configApiRetry),
9418
+ // catchError(this.handleError)
9419
+ map((ret) => {
8769
9420
  return this.errorExceptionResultCheck(ret);
8770
9421
  }));
8771
9422
  }
@@ -8774,7 +9425,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8774
9425
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
8775
9426
  headers: this.getHeaders(),
8776
9427
  })
8777
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9428
+ .pipe(retry(this.configApiRetry),
9429
+ // catchError(this.handleError)
9430
+ map((ret) => {
8778
9431
  return this.errorExceptionResultBaseCheck(ret);
8779
9432
  }));
8780
9433
  }
@@ -8783,7 +9436,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8783
9436
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
8784
9437
  headers: this.getHeaders(),
8785
9438
  })
8786
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9439
+ .pipe(retry(this.configApiRetry),
9440
+ // catchError(this.handleError)
9441
+ map((ret) => {
8787
9442
  return this.errorExceptionResultBaseCheck(ret);
8788
9443
  }));
8789
9444
  }
@@ -8795,7 +9450,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8795
9450
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
8796
9451
  headers: this.getHeaders(),
8797
9452
  })
8798
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9453
+ .pipe(retry(this.configApiRetry),
9454
+ // catchError(this.handleError)
9455
+ map((ret) => {
8799
9456
  return this.errorExceptionResultCheck(ret);
8800
9457
  }));
8801
9458
  }
@@ -8815,7 +9472,9 @@ class HyperShopOrderService extends ApiCmsServerBase {
8815
9472
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LastOrder', {
8816
9473
  headers: this.getHeaders(),
8817
9474
  })
8818
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9475
+ .pipe(retry(this.configApiRetry),
9476
+ // catchError(this.handleError)
9477
+ map((ret) => {
8819
9478
  return this.errorExceptionResultCheck(ret);
8820
9479
  }));
8821
9480
  }
@@ -8824,7 +9483,9 @@ class HyperShopOrderService extends ApiCmsServerBase {
8824
9483
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', {
8825
9484
  headers: this.getHeaders(),
8826
9485
  })
8827
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9486
+ .pipe(retry(this.configApiRetry),
9487
+ // catchError(this.handleError)
9488
+ map((ret) => {
8828
9489
  return this.errorExceptionResultCheck(ret);
8829
9490
  }));
8830
9491
  }
@@ -8833,7 +9494,9 @@ class HyperShopOrderService extends ApiCmsServerBase {
8833
9494
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', {
8834
9495
  headers: this.getHeaders(),
8835
9496
  })
8836
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9497
+ .pipe(retry(this.configApiRetry),
9498
+ // catchError(this.handleError)
9499
+ map((ret) => {
8837
9500
  return this.errorExceptionResultCheck(ret);
8838
9501
  }));
8839
9502
  }
@@ -8909,7 +9572,9 @@ class BiographyCategoryService extends ApiCmsServerBase {
8909
9572
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8910
9573
  headers: this.getHeaders(),
8911
9574
  })
8912
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9575
+ .pipe(retry(this.configApiRetry),
9576
+ // catchError(this.handleError)
9577
+ map((ret) => {
8913
9578
  return this.errorExceptionResultCheck(ret);
8914
9579
  }));
8915
9580
  }
@@ -8929,7 +9594,9 @@ class BiographyCommentService extends ApiCmsServerBase {
8929
9594
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
8930
9595
  headers: this.getHeaders(),
8931
9596
  })
8932
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9597
+ .pipe(retry(this.configApiRetry),
9598
+ // catchError(this.handleError)
9599
+ map((ret) => {
8933
9600
  return this.errorExceptionResultBaseCheck(ret);
8934
9601
  }));
8935
9602
  }
@@ -8938,7 +9605,9 @@ class BiographyCommentService extends ApiCmsServerBase {
8938
9605
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
8939
9606
  headers: this.getHeaders(),
8940
9607
  })
8941
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9608
+ .pipe(retry(this.configApiRetry),
9609
+ // catchError(this.handleError)
9610
+ map((ret) => {
8942
9611
  return this.errorExceptionResultBaseCheck(ret);
8943
9612
  }));
8944
9613
  }
@@ -8982,7 +9651,9 @@ class BiographyContentService extends ApiCmsServerBase {
8982
9651
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
8983
9652
  headers: this.getHeaders(),
8984
9653
  })
8985
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9654
+ .pipe(retry(this.configApiRetry),
9655
+ // catchError(this.handleError)
9656
+ map((ret) => {
8986
9657
  return this.errorExceptionResultCheck(ret);
8987
9658
  }));
8988
9659
  }
@@ -8994,7 +9665,9 @@ class BiographyContentService extends ApiCmsServerBase {
8994
9665
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
8995
9666
  headers: this.getHeaders(),
8996
9667
  })
8997
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9668
+ .pipe(retry(this.configApiRetry),
9669
+ // catchError(this.handleError)
9670
+ map((ret) => {
8998
9671
  return this.errorExceptionResultCheck(ret);
8999
9672
  }));
9000
9673
  }
@@ -9006,7 +9679,9 @@ class BiographyContentService extends ApiCmsServerBase {
9006
9679
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
9007
9680
  headers: this.getHeaders(),
9008
9681
  })
9009
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9682
+ .pipe(retry(this.configApiRetry),
9683
+ // catchError(this.handleError)
9684
+ map((ret) => {
9010
9685
  return this.errorExceptionResultCheck(ret);
9011
9686
  }));
9012
9687
  }
@@ -9018,7 +9693,9 @@ class BiographyContentService extends ApiCmsServerBase {
9018
9693
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
9019
9694
  headers: this.getHeaders(),
9020
9695
  })
9021
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9696
+ .pipe(retry(this.configApiRetry),
9697
+ // catchError(this.handleError)
9698
+ map((ret) => {
9022
9699
  return this.errorExceptionResultCheck(ret);
9023
9700
  }));
9024
9701
  }
@@ -9030,7 +9707,9 @@ class BiographyContentService extends ApiCmsServerBase {
9030
9707
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
9031
9708
  headers: this.getHeaders(),
9032
9709
  })
9033
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9710
+ .pipe(retry(this.configApiRetry),
9711
+ // catchError(this.handleError)
9712
+ map((ret) => {
9034
9713
  return this.errorExceptionResultBaseCheck(ret);
9035
9714
  }));
9036
9715
  }
@@ -9039,7 +9718,9 @@ class BiographyContentService extends ApiCmsServerBase {
9039
9718
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
9040
9719
  headers: this.getHeaders(),
9041
9720
  })
9042
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9721
+ .pipe(retry(this.configApiRetry),
9722
+ // catchError(this.handleError)
9723
+ map((ret) => {
9043
9724
  return this.errorExceptionResultBaseCheck(ret);
9044
9725
  }));
9045
9726
  }
@@ -9048,7 +9729,9 @@ class BiographyContentService extends ApiCmsServerBase {
9048
9729
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
9049
9730
  headers: this.getHeaders(),
9050
9731
  })
9051
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9732
+ .pipe(retry(this.configApiRetry),
9733
+ // catchError(this.handleError)
9734
+ map((ret) => {
9052
9735
  return this.errorExceptionResultBaseCheck(ret);
9053
9736
  }));
9054
9737
  }
@@ -9060,7 +9743,9 @@ class BiographyContentService extends ApiCmsServerBase {
9060
9743
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
9061
9744
  headers: this.getHeaders(),
9062
9745
  })
9063
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9746
+ .pipe(retry(this.configApiRetry),
9747
+ // catchError(this.handleError)
9748
+ map((ret) => {
9064
9749
  return this.errorExceptionResultCheck(ret);
9065
9750
  }));
9066
9751
  }
@@ -9072,7 +9757,9 @@ class BiographyContentService extends ApiCmsServerBase {
9072
9757
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarLocationPeriodStart', model, {
9073
9758
  headers: this.getHeaders(),
9074
9759
  })
9075
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9760
+ .pipe(retry(this.configApiRetry),
9761
+ // catchError(this.handleError)
9762
+ map((ret) => {
9076
9763
  return this.errorExceptionResultCheck(ret);
9077
9764
  }));
9078
9765
  }
@@ -9084,7 +9771,9 @@ class BiographyContentService extends ApiCmsServerBase {
9084
9771
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarLocationPeriodEnd', model, {
9085
9772
  headers: this.getHeaders(),
9086
9773
  })
9087
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9774
+ .pipe(retry(this.configApiRetry),
9775
+ // catchError(this.handleError)
9776
+ map((ret) => {
9088
9777
  return this.errorExceptionResultCheck(ret);
9089
9778
  }));
9090
9779
  }
@@ -9096,7 +9785,9 @@ class BiographyContentService extends ApiCmsServerBase {
9096
9785
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartMonthOfYear', model, {
9097
9786
  headers: this.getHeaders(),
9098
9787
  })
9099
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9788
+ .pipe(retry(this.configApiRetry),
9789
+ // catchError(this.handleError)
9790
+ map((ret) => {
9100
9791
  return this.errorExceptionResultCheck(ret);
9101
9792
  }));
9102
9793
  }
@@ -9108,7 +9799,9 @@ class BiographyContentService extends ApiCmsServerBase {
9108
9799
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStart', model, {
9109
9800
  headers: this.getHeaders(),
9110
9801
  })
9111
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9802
+ .pipe(retry(this.configApiRetry),
9803
+ // catchError(this.handleError)
9804
+ map((ret) => {
9112
9805
  return this.errorExceptionResultCheck(ret);
9113
9806
  }));
9114
9807
  }
@@ -9120,7 +9813,9 @@ class BiographyContentService extends ApiCmsServerBase {
9120
9813
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartDayOfYear', model, {
9121
9814
  headers: this.getHeaders(),
9122
9815
  })
9123
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9816
+ .pipe(retry(this.configApiRetry),
9817
+ // catchError(this.handleError)
9818
+ map((ret) => {
9124
9819
  return this.errorExceptionResultCheck(ret);
9125
9820
  }));
9126
9821
  }
@@ -9132,7 +9827,9 @@ class BiographyContentService extends ApiCmsServerBase {
9132
9827
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartDayAndMonthOfYear', model, {
9133
9828
  headers: this.getHeaders(),
9134
9829
  })
9135
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9830
+ .pipe(retry(this.configApiRetry),
9831
+ // catchError(this.handleError)
9832
+ map((ret) => {
9136
9833
  return this.errorExceptionResultCheck(ret);
9137
9834
  }));
9138
9835
  }
@@ -9144,7 +9841,9 @@ class BiographyContentService extends ApiCmsServerBase {
9144
9841
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodEnd', model, {
9145
9842
  headers: this.getHeaders(),
9146
9843
  })
9147
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9844
+ .pipe(retry(this.configApiRetry),
9845
+ // catchError(this.handleError)
9846
+ map((ret) => {
9148
9847
  return this.errorExceptionResultCheck(ret);
9149
9848
  }));
9150
9849
  }
@@ -9156,7 +9855,9 @@ class BiographyContentService extends ApiCmsServerBase {
9156
9855
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithDatePeriodEnd', model, {
9157
9856
  headers: this.getHeaders(),
9158
9857
  })
9159
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9858
+ .pipe(retry(this.configApiRetry),
9859
+ // catchError(this.handleError)
9860
+ map((ret) => {
9160
9861
  return this.errorExceptionResultCheck(ret);
9161
9862
  }));
9162
9863
  }
@@ -9190,7 +9891,9 @@ class BiographyContentOtherInfoService extends ApiCmsServerBase {
9190
9891
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9191
9892
  headers: this.getHeaders(),
9192
9893
  })
9193
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9894
+ .pipe(retry(this.configApiRetry),
9895
+ // catchError(this.handleError)
9896
+ map((ret) => {
9194
9897
  return this.errorExceptionResultCheck(ret);
9195
9898
  }));
9196
9899
  }
@@ -9202,7 +9905,9 @@ class BiographyContentOtherInfoService extends ApiCmsServerBase {
9202
9905
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
9203
9906
  headers: this.getHeaders(),
9204
9907
  })
9205
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9908
+ .pipe(retry(this.configApiRetry),
9909
+ // catchError(this.handleError)
9910
+ map((ret) => {
9206
9911
  return this.errorExceptionResultCheck(ret);
9207
9912
  }));
9208
9913
  }
@@ -9247,7 +9952,9 @@ class BiographyContentSimilarService extends ApiCmsServerBase {
9247
9952
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9248
9953
  headers: this.getHeaders(),
9249
9954
  })
9250
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9955
+ .pipe(retry(this.configApiRetry),
9956
+ // catchError(this.handleError)
9957
+ map((ret) => {
9251
9958
  return this.errorExceptionResultCheck(ret);
9252
9959
  }));
9253
9960
  }
@@ -9259,7 +9966,9 @@ class BiographyContentSimilarService extends ApiCmsServerBase {
9259
9966
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
9260
9967
  headers: this.getHeaders(),
9261
9968
  })
9262
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9969
+ .pipe(retry(this.configApiRetry),
9970
+ // catchError(this.handleError)
9971
+ map((ret) => {
9263
9972
  return this.errorExceptionResultCheck(ret);
9264
9973
  }));
9265
9974
  }
@@ -9282,7 +9991,9 @@ class BiographyContentTagService extends ApiCmsServerBase {
9282
9991
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9283
9992
  headers: this.getHeaders(),
9284
9993
  })
9285
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9994
+ .pipe(retry(this.configApiRetry),
9995
+ // catchError(this.handleError)
9996
+ map((ret) => {
9286
9997
  return this.errorExceptionResultCheck(ret);
9287
9998
  }));
9288
9999
  }
@@ -9294,7 +10005,9 @@ class BiographyContentTagService extends ApiCmsServerBase {
9294
10005
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
9295
10006
  headers: this.getHeaders(),
9296
10007
  })
9297
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10008
+ .pipe(retry(this.configApiRetry),
10009
+ // catchError(this.handleError)
10010
+ map((ret) => {
9298
10011
  return this.errorExceptionResultCheck(ret);
9299
10012
  }));
9300
10013
  }
@@ -9339,7 +10052,9 @@ class BiographyShareServerCategoryService extends ApiCmsServerBase {
9339
10052
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
9340
10053
  headers: this.getHeaders(),
9341
10054
  })
9342
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10055
+ .pipe(retry(this.configApiRetry),
10056
+ // catchError(this.handleError)
10057
+ map((ret) => {
9343
10058
  return this.errorExceptionResultCheck(ret);
9344
10059
  }));
9345
10060
  }
@@ -9443,7 +10158,9 @@ class EstateAccountAgencyAdsService extends ApiCmsServerBase {
9443
10158
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
9444
10159
  headers: this.getHeaders(),
9445
10160
  })
9446
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10161
+ .pipe(retry(this.configApiRetry),
10162
+ // catchError(this.handleError)
10163
+ map((ret) => {
9447
10164
  return this.errorExceptionResultCheck(ret);
9448
10165
  }));
9449
10166
  }
@@ -9455,7 +10172,9 @@ class EstateAccountAgencyAdsService extends ApiCmsServerBase {
9455
10172
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
9456
10173
  headers: this.getHeaders(),
9457
10174
  })
9458
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10175
+ .pipe(retry(this.configApiRetry),
10176
+ // catchError(this.handleError)
10177
+ map((ret) => {
9459
10178
  return this.errorExceptionResultCheck(ret);
9460
10179
  }));
9461
10180
  }
@@ -9533,7 +10252,9 @@ class EstateAdsTypeService extends ApiCmsServerBase {
9533
10252
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSale', model, {
9534
10253
  headers: this.getHeaders(),
9535
10254
  })
9536
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10255
+ .pipe(retry(this.configApiRetry),
10256
+ // catchError(this.handleError)
10257
+ map((ret) => {
9537
10258
  return this.errorExceptionResultCheck(ret);
9538
10259
  }));
9539
10260
  }
@@ -9542,7 +10263,9 @@ class EstateAdsTypeService extends ApiCmsServerBase {
9542
10263
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseAdsForProperty/' + AdsTypeId + '/' + id, {
9543
10264
  headers: this.getHeaders(),
9544
10265
  })
9545
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10266
+ .pipe(retry(this.configApiRetry),
10267
+ // catchError(this.handleError)
10268
+ map((ret) => {
9546
10269
  return this.errorExceptionResultCheck(ret);
9547
10270
  }));
9548
10271
  }
@@ -9551,7 +10274,9 @@ class EstateAdsTypeService extends ApiCmsServerBase {
9551
10274
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseAdsForAccountAgency/' + AdsTypeId + '/' + id, {
9552
10275
  headers: this.getHeaders(),
9553
10276
  })
9554
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10277
+ .pipe(retry(this.configApiRetry),
10278
+ // catchError(this.handleError)
10279
+ map((ret) => {
9555
10280
  return this.errorExceptionResultCheck(ret);
9556
10281
  }));
9557
10282
  }
@@ -9651,7 +10376,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9651
10376
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSms/', model, {
9652
10377
  headers: this.getHeaders(),
9653
10378
  })
9654
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10379
+ .pipe(retry(this.configApiRetry),
10380
+ // catchError(this.handleError)
10381
+ map((ret) => {
9655
10382
  return this.errorExceptionResultBaseCheck(ret);
9656
10383
  }));
9657
10384
  }
@@ -9666,7 +10393,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9666
10393
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
9667
10394
  headers: this.getHeaders(),
9668
10395
  })
9669
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10396
+ .pipe(retry(this.configApiRetry),
10397
+ // catchError(this.handleError)
10398
+ map((ret) => {
9670
10399
  return this.errorExceptionResultCheck(ret);
9671
10400
  }));
9672
10401
  }
@@ -9681,7 +10410,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9681
10410
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserId/' + userId, model, {
9682
10411
  headers: this.getHeaders(),
9683
10412
  })
9684
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10413
+ .pipe(retry(this.configApiRetry),
10414
+ // catchError(this.handleError)
10415
+ map((ret) => {
9685
10416
  return this.errorExceptionResultCheck(ret);
9686
10417
  }));
9687
10418
  }
@@ -9693,7 +10424,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9693
10424
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyId/' + propertyId, model, {
9694
10425
  headers: this.getHeaders(),
9695
10426
  })
9696
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10427
+ .pipe(retry(this.configApiRetry),
10428
+ // catchError(this.handleError)
10429
+ map((ret) => {
9697
10430
  return this.errorExceptionResultCheck(ret);
9698
10431
  }));
9699
10432
  }
@@ -9705,7 +10438,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9705
10438
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyIdHaveHistory/' + propertyId, model, {
9706
10439
  headers: this.getHeaders(),
9707
10440
  })
9708
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10441
+ .pipe(retry(this.configApiRetry),
10442
+ // catchError(this.handleError)
10443
+ map((ret) => {
9709
10444
  return this.errorExceptionResultCheck(ret);
9710
10445
  }));
9711
10446
  }
@@ -9718,7 +10453,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9718
10453
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserIdExportFile/' + userId, model, {
9719
10454
  headers: this.getHeaders(),
9720
10455
  })
9721
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10456
+ .pipe(retry(this.configApiRetry),
10457
+ // catchError(this.handleError)
10458
+ map((ret) => {
9722
10459
  return this.errorExceptionResultCheckExportFile(ret);
9723
10460
  }));
9724
10461
  }
@@ -9733,7 +10470,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9733
10470
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryRackFolderId/' + RackFolderId, model, {
9734
10471
  headers: this.getHeaders(),
9735
10472
  })
9736
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10473
+ .pipe(retry(this.configApiRetry),
10474
+ // catchError(this.handleError)
10475
+ map((ret) => {
9737
10476
  return this.errorExceptionResultCheck(ret);
9738
10477
  }));
9739
10478
  }
@@ -9748,7 +10487,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9748
10487
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryZoneId/' + ZoneId, model, {
9749
10488
  headers: this.getHeaders(),
9750
10489
  })
9751
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10490
+ .pipe(retry(this.configApiRetry),
10491
+ // catchError(this.handleError)
10492
+ map((ret) => {
9752
10493
  return this.errorExceptionResultCheck(ret);
9753
10494
  }));
9754
10495
  }
@@ -9779,7 +10520,9 @@ class EstateEnumService extends ApiServerBase {
9779
10520
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstateUserTypeEnum', {
9780
10521
  headers: this.getHeaders(),
9781
10522
  })
9782
- .pipe(catchError(this.handleError), map((ret) => {
10523
+ .pipe(
10524
+ // catchError(this.handleError)
10525
+ map((ret) => {
9783
10526
  return this.errorExceptionResultCheck(ret);
9784
10527
  }));
9785
10528
  }
@@ -9788,7 +10531,9 @@ class EstateEnumService extends ApiServerBase {
9788
10531
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstatePropertyExpertPriceTypeEnum', {
9789
10532
  headers: this.getHeaders(),
9790
10533
  })
9791
- .pipe(catchError(this.handleError), map((ret) => {
10534
+ .pipe(
10535
+ // catchError(this.handleError)
10536
+ map((ret) => {
9792
10537
  return this.errorExceptionResultCheck(ret);
9793
10538
  }));
9794
10539
  }
@@ -9797,7 +10542,9 @@ class EstateEnumService extends ApiServerBase {
9797
10542
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstateActivityStatusEnum', {
9798
10543
  headers: this.getHeaders(),
9799
10544
  })
9800
- .pipe(catchError(this.handleError), map((ret) => {
10545
+ .pipe(
10546
+ // catchError(this.handleError)
10547
+ map((ret) => {
9801
10548
  return this.errorExceptionResultCheck(ret);
9802
10549
  }));
9803
10550
  }
@@ -9820,7 +10567,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9820
10567
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSmsToCustomerOrder/' + Id, {
9821
10568
  headers: this.getHeaders(),
9822
10569
  })
9823
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10570
+ .pipe(retry(this.configApiRetry),
10571
+ // catchError(this.handleError)
10572
+ map((ret) => {
9824
10573
  return this.errorExceptionResultBaseCheck(ret);
9825
10574
  }));
9826
10575
  }
@@ -9829,7 +10578,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9829
10578
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSms/', model, {
9830
10579
  headers: this.getHeaders(),
9831
10580
  })
9832
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10581
+ .pipe(retry(this.configApiRetry),
10582
+ // catchError(this.handleError)
10583
+ map((ret) => {
9833
10584
  return this.errorExceptionResultBaseCheck(ret);
9834
10585
  }));
9835
10586
  }
@@ -9838,7 +10589,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9838
10589
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
9839
10590
  headers: this.getHeaders(),
9840
10591
  })
9841
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10592
+ .pipe(retry(this.configApiRetry),
10593
+ // catchError(this.handleError)
10594
+ map((ret) => {
9842
10595
  return this.errorExceptionResultBaseCheck(ret);
9843
10596
  }));
9844
10597
  }
@@ -9847,7 +10600,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9847
10600
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
9848
10601
  headers: this.getHeaders(),
9849
10602
  })
9850
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10603
+ .pipe(retry(this.configApiRetry),
10604
+ // catchError(this.handleError)
10605
+ map((ret) => {
9851
10606
  return this.errorExceptionResultBaseCheck(ret);
9852
10607
  }));
9853
10608
  }
@@ -9859,7 +10614,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9859
10614
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
9860
10615
  headers: this.getHeaders(),
9861
10616
  })
9862
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10617
+ .pipe(retry(this.configApiRetry),
10618
+ // catchError(this.handleError)
10619
+ map((ret) => {
9863
10620
  return this.errorExceptionResultCheck(ret);
9864
10621
  }));
9865
10622
  }
@@ -9871,7 +10628,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9871
10628
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
9872
10629
  headers: this.getHeaders(),
9873
10630
  })
9874
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10631
+ .pipe(retry(this.configApiRetry),
10632
+ // catchError(this.handleError)
10633
+ map((ret) => {
9875
10634
  return this.errorExceptionResultCheck(ret);
9876
10635
  }));
9877
10636
  }
@@ -9883,7 +10642,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9883
10642
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
9884
10643
  headers: this.getHeaders(),
9885
10644
  })
9886
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10645
+ .pipe(retry(this.configApiRetry),
10646
+ // catchError(this.handleError)
10647
+ map((ret) => {
9887
10648
  return this.errorExceptionResultCheck(ret);
9888
10649
  }));
9889
10650
  }
@@ -9898,7 +10659,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9898
10659
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverBillboardId/' + BillboardId, model, {
9899
10660
  headers: this.getHeaders(),
9900
10661
  })
9901
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10662
+ .pipe(retry(this.configApiRetry),
10663
+ // catchError(this.handleError)
10664
+ map((ret) => {
9902
10665
  return this.errorExceptionResultCheck(ret);
9903
10666
  }));
9904
10667
  }
@@ -9913,7 +10676,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9913
10676
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryRackFolderId/' + RackFolderId, model, {
9914
10677
  headers: this.getHeaders(),
9915
10678
  })
9916
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10679
+ .pipe(retry(this.configApiRetry),
10680
+ // catchError(this.handleError)
10681
+ map((ret) => {
9917
10682
  return this.errorExceptionResultCheck(ret);
9918
10683
  }));
9919
10684
  }
@@ -9928,7 +10693,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9928
10693
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryZoneId/' + ZoneId, model, {
9929
10694
  headers: this.getHeaders(),
9930
10695
  })
9931
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10696
+ .pipe(retry(this.configApiRetry),
10697
+ // catchError(this.handleError)
10698
+ map((ret) => {
9932
10699
  return this.errorExceptionResultCheck(ret);
9933
10700
  }));
9934
10701
  }
@@ -9943,7 +10710,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9943
10710
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderId/' + CustomerOrderId, model, {
9944
10711
  headers: this.getHeaders(),
9945
10712
  })
9946
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10713
+ .pipe(retry(this.configApiRetry),
10714
+ // catchError(this.handleError)
10715
+ map((ret) => {
9947
10716
  return this.errorExceptionResultCheck(ret);
9948
10717
  }));
9949
10718
  }
@@ -9958,7 +10727,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9958
10727
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdHaveHistory/' + CustomerOrderId, model, {
9959
10728
  headers: this.getHeaders(),
9960
10729
  })
9961
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10730
+ .pipe(retry(this.configApiRetry),
10731
+ // catchError(this.handleError)
10732
+ map((ret) => {
9962
10733
  return this.errorExceptionResultCheck(ret);
9963
10734
  }));
9964
10735
  }
@@ -9971,7 +10742,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9971
10742
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdExportFile/' + CustomerOrderId, model, {
9972
10743
  headers: this.getHeaders(),
9973
10744
  })
9974
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10745
+ .pipe(retry(this.configApiRetry),
10746
+ // catchError(this.handleError)
10747
+ map((ret) => {
9975
10748
  return this.errorExceptionResultCheckExportFile(ret);
9976
10749
  }));
9977
10750
  }
@@ -9986,7 +10759,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9986
10759
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
9987
10760
  headers: this.getHeaders(),
9988
10761
  })
9989
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10762
+ .pipe(retry(this.configApiRetry),
10763
+ // catchError(this.handleError)
10764
+ map((ret) => {
9990
10765
  return this.errorExceptionResultCheck(ret);
9991
10766
  }));
9992
10767
  }
@@ -10001,7 +10776,9 @@ class EstatePropertyService extends ApiCmsServerBase {
10001
10776
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserId/' + userId, model, {
10002
10777
  headers: this.getHeaders(),
10003
10778
  })
10004
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10779
+ .pipe(retry(this.configApiRetry),
10780
+ // catchError(this.handleError)
10781
+ map((ret) => {
10005
10782
  return this.errorExceptionResultCheck(ret);
10006
10783
  }));
10007
10784
  }
@@ -10014,7 +10791,9 @@ class EstatePropertyService extends ApiCmsServerBase {
10014
10791
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserIdExportFile/' + userId, model, {
10015
10792
  headers: this.getHeaders(),
10016
10793
  })
10017
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10794
+ .pipe(retry(this.configApiRetry),
10795
+ // catchError(this.handleError)
10796
+ map((ret) => {
10018
10797
  return this.errorExceptionResultCheckExportFile(ret);
10019
10798
  }));
10020
10799
  }
@@ -10054,7 +10833,9 @@ class EstatePropertyAdsService extends ApiCmsServerBase {
10054
10833
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
10055
10834
  headers: this.getHeaders(),
10056
10835
  })
10057
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10836
+ .pipe(retry(this.configApiRetry),
10837
+ // catchError(this.handleError)
10838
+ map((ret) => {
10058
10839
  return this.errorExceptionResultCheck(ret);
10059
10840
  }));
10060
10841
  }
@@ -10066,7 +10847,9 @@ class EstatePropertyAdsService extends ApiCmsServerBase {
10066
10847
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
10067
10848
  headers: this.getHeaders(),
10068
10849
  })
10069
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10850
+ .pipe(retry(this.configApiRetry),
10851
+ // catchError(this.handleError)
10852
+ map((ret) => {
10070
10853
  return this.errorExceptionResultCheck(ret);
10071
10854
  }));
10072
10855
  }
@@ -10100,7 +10883,9 @@ class EstatePropertyDetailService extends ApiCmsServerBase {
10100
10883
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10101
10884
  headers: this.getHeaders(),
10102
10885
  })
10103
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10886
+ .pipe(retry(this.configApiRetry),
10887
+ // catchError(this.handleError)
10888
+ map((ret) => {
10104
10889
  return this.errorExceptionResultBaseCheck(ret);
10105
10890
  }));
10106
10891
  }
@@ -10123,7 +10908,9 @@ class EstatePropertyDetailGroupService extends ApiCmsServerBase {
10123
10908
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllFastSearch/', model, {
10124
10909
  headers: this.getHeaders(),
10125
10910
  })
10126
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10911
+ .pipe(retry(this.configApiRetry),
10912
+ // catchError(this.handleError)
10913
+ map((ret) => {
10127
10914
  return this.errorExceptionResultCheck(ret);
10128
10915
  }));
10129
10916
  }
@@ -10135,7 +10922,9 @@ class EstatePropertyDetailGroupService extends ApiCmsServerBase {
10135
10922
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10136
10923
  headers: this.getHeaders(),
10137
10924
  })
10138
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10925
+ .pipe(retry(this.configApiRetry),
10926
+ // catchError(this.handleError)
10927
+ map((ret) => {
10139
10928
  return this.errorExceptionResultBaseCheck(ret);
10140
10929
  }));
10141
10930
  }
@@ -10161,7 +10950,9 @@ class EstatePropertyExpertPriceService extends ApiCmsServerBase {
10161
10950
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/PriceInquiryList', model, {
10162
10951
  headers: this.getHeaders(),
10163
10952
  })
10164
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10953
+ .pipe(retry(this.configApiRetry),
10954
+ // catchError(this.handleError)
10955
+ map((ret) => {
10165
10956
  return this.errorExceptionResultCheck(ret);
10166
10957
  }));
10167
10958
  }
@@ -10173,7 +10964,9 @@ class EstatePropertyExpertPriceService extends ApiCmsServerBase {
10173
10964
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/PriceInquiryCalculate', model, {
10174
10965
  headers: this.getHeaders(),
10175
10966
  })
10176
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10967
+ .pipe(retry(this.configApiRetry),
10968
+ // catchError(this.handleError)
10969
+ map((ret) => {
10177
10970
  return this.errorExceptionResultBaseCheck(ret);
10178
10971
  }));
10179
10972
  }
@@ -10199,7 +10992,9 @@ class EstatePropertyHistoryService extends ApiCmsServerBase {
10199
10992
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
10200
10993
  headers: this.getHeaders(),
10201
10994
  })
10202
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10995
+ .pipe(retry(this.configApiRetry),
10996
+ // catchError(this.handleError)
10997
+ map((ret) => {
10203
10998
  return this.errorExceptionResultCheck(ret);
10204
10999
  }));
10205
11000
  }
@@ -10230,7 +11025,9 @@ class EstatePropertyShareAgencyService extends ApiCmsServerBase {
10230
11025
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkEstateAgencyId + "/" + shareKey, {
10231
11026
  headers: this.getHeaders(),
10232
11027
  })
10233
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11028
+ .pipe(retry(this.configApiRetry),
11029
+ // catchError(this.handleError)
11030
+ map((ret) => {
10234
11031
  return this.errorExceptionResultCheck(ret);
10235
11032
  }));
10236
11033
  }
@@ -10250,7 +11047,9 @@ class EstatePropertyShareAgentService extends ApiCmsServerBase {
10250
11047
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkEstateAgentId + "/" + shareKey, {
10251
11048
  headers: this.getHeaders(),
10252
11049
  })
10253
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11050
+ .pipe(retry(this.configApiRetry),
11051
+ // catchError(this.handleError)
11052
+ map((ret) => {
10254
11053
  return this.errorExceptionResultCheck(ret);
10255
11054
  }));
10256
11055
  }
@@ -10270,7 +11069,9 @@ class EstatePropertyShareSiteService extends ApiCmsServerBase {
10270
11069
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkSitId + "/" + shareKey, {
10271
11070
  headers: this.getHeaders(),
10272
11071
  })
10273
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11072
+ .pipe(retry(this.configApiRetry),
11073
+ // catchError(this.handleError)
11074
+ map((ret) => {
10274
11075
  return this.errorExceptionResultCheck(ret);
10275
11076
  }));
10276
11077
  }
@@ -10279,7 +11080,9 @@ class EstatePropertyShareSiteService extends ApiCmsServerBase {
10279
11080
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + shareKey, {
10280
11081
  headers: this.getHeaders(),
10281
11082
  })
10282
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11083
+ .pipe(retry(this.configApiRetry),
11084
+ // catchError(this.handleError)
11085
+ map((ret) => {
10283
11086
  return this.errorExceptionResultCheck(ret);
10284
11087
  }));
10285
11088
  }
@@ -10587,7 +11390,9 @@ class WebDesignerEnumService extends ApiServerBase {
10587
11390
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PageAbilityTypeEnum', {
10588
11391
  headers: this.getHeaders(),
10589
11392
  })
10590
- .pipe(catchError(this.handleError), map((ret) => {
11393
+ .pipe(
11394
+ // catchError(this.handleError)
11395
+ map((ret) => {
10591
11396
  return this.errorExceptionResultCheck(ret);
10592
11397
  }));
10593
11398
  }
@@ -10596,7 +11401,9 @@ class WebDesignerEnumService extends ApiServerBase {
10596
11401
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsSiteMenuAreaTypeEnum', {
10597
11402
  headers: this.getHeaders(),
10598
11403
  })
10599
- .pipe(catchError(this.handleError), map((ret) => {
11404
+ .pipe(
11405
+ // catchError(this.handleError)
11406
+ map((ret) => {
10600
11407
  return this.errorExceptionResultCheck(ret);
10601
11408
  }));
10602
11409
  }
@@ -10605,7 +11412,9 @@ class WebDesignerEnumService extends ApiServerBase {
10605
11412
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsPageUtilityToolsDtoModelActionEnum', {
10606
11413
  headers: this.getHeaders(),
10607
11414
  })
10608
- .pipe(catchError(this.handleError), map((ret) => {
11415
+ .pipe(
11416
+ // catchError(this.handleError)
11417
+ map((ret) => {
10609
11418
  return this.errorExceptionResultCheck(ret);
10610
11419
  }));
10611
11420
  }
@@ -10673,7 +11482,9 @@ class WebDesignerMainMenuService extends ApiCmsServerBase {
10673
11482
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
10674
11483
  headers: this.getHeaders(),
10675
11484
  })
10676
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11485
+ .pipe(retry(this.configApiRetry),
11486
+ // catchError(this.handleError)
11487
+ map((ret) => {
10677
11488
  return this.errorExceptionResultCheck(ret);
10678
11489
  }));
10679
11490
  }
@@ -10685,7 +11496,9 @@ class WebDesignerMainMenuService extends ApiCmsServerBase {
10685
11496
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10686
11497
  headers: this.getHeaders(),
10687
11498
  })
10688
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11499
+ .pipe(retry(this.configApiRetry),
11500
+ // catchError(this.handleError)
11501
+ map((ret) => {
10689
11502
  return this.errorExceptionResultBaseCheck(ret);
10690
11503
  }));
10691
11504
  }
@@ -10711,7 +11524,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10711
11524
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', model, {
10712
11525
  headers: this.getHeaders(),
10713
11526
  })
10714
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11527
+ .pipe(retry(this.configApiRetry),
11528
+ // catchError(this.handleError)
11529
+ map((ret) => {
10715
11530
  return this.errorExceptionResultBaseCheck(ret);
10716
11531
  }));
10717
11532
  }
@@ -10720,7 +11535,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10720
11535
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebScreenshot/' + id, {
10721
11536
  headers: this.getHeaders(),
10722
11537
  })
10723
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11538
+ .pipe(retry(this.configApiRetry),
11539
+ // catchError(this.handleError)
11540
+ map((ret) => {
10724
11541
  return this.errorExceptionResultBaseCheck(ret);
10725
11542
  }));
10726
11543
  }
@@ -10729,7 +11546,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10729
11546
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebRoute/' + id, {
10730
11547
  headers: this.getHeaders(),
10731
11548
  })
10732
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11549
+ .pipe(retry(this.configApiRetry),
11550
+ // catchError(this.handleError)
11551
+ map((ret) => {
10733
11552
  return this.errorExceptionResultCheck(ret);
10734
11553
  }));
10735
11554
  }
@@ -10741,7 +11560,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10741
11560
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllDefaultPagesBySiteCategory', model, {
10742
11561
  headers: this.getHeaders(),
10743
11562
  })
10744
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11563
+ .pipe(retry(this.configApiRetry),
11564
+ // catchError(this.handleError)
11565
+ map((ret) => {
10745
11566
  return this.errorExceptionResultCheck(ret);
10746
11567
  }));
10747
11568
  }
@@ -10750,7 +11571,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10750
11571
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetDefaultAdminValuePage/' + id, {
10751
11572
  headers: this.getHeaders(),
10752
11573
  })
10753
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11574
+ .pipe(retry(this.configApiRetry),
11575
+ // catchError(this.handleError)
11576
+ map((ret) => {
10754
11577
  return this.errorExceptionResultBaseCheck(ret);
10755
11578
  }));
10756
11579
  }
@@ -10762,7 +11585,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10762
11585
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UtilityTools', model, {
10763
11586
  headers: this.getHeaders(),
10764
11587
  })
10765
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11588
+ .pipe(retry(this.configApiRetry),
11589
+ // catchError(this.handleError)
11590
+ map((ret) => {
10766
11591
  return this.errorExceptionResultCheck(ret);
10767
11592
  }));
10768
11593
  }
@@ -10782,7 +11607,9 @@ class WebDesignerMainPageDependencyService extends ApiCmsServerBase {
10782
11607
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
10783
11608
  headers: this.getHeaders(),
10784
11609
  })
10785
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11610
+ .pipe(retry(this.configApiRetry),
11611
+ // catchError(this.handleError)
11612
+ map((ret) => {
10786
11613
  return this.errorExceptionResultBaseCheck(ret);
10787
11614
  }));
10788
11615
  }
@@ -10791,7 +11618,9 @@ class WebDesignerMainPageDependencyService extends ApiCmsServerBase {
10791
11618
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebRoute/' + id, {
10792
11619
  headers: this.getHeaders(),
10793
11620
  })
10794
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11621
+ .pipe(retry(this.configApiRetry),
11622
+ // catchError(this.handleError)
11623
+ map((ret) => {
10795
11624
  return this.errorExceptionResultCheck(ret);
10796
11625
  }));
10797
11626
  }
@@ -10892,7 +11721,9 @@ class ArticleCategoryService extends ApiCmsServerBase {
10892
11721
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
10893
11722
  headers: this.getHeaders(),
10894
11723
  })
10895
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11724
+ .pipe(retry(this.configApiRetry),
11725
+ // catchError(this.handleError)
11726
+ map((ret) => {
10896
11727
  return this.errorExceptionResultCheck(ret);
10897
11728
  }));
10898
11729
  }
@@ -10912,7 +11743,9 @@ class ArticleCommentService extends ApiCmsServerBase {
10912
11743
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
10913
11744
  headers: this.getHeaders(),
10914
11745
  })
10915
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11746
+ .pipe(retry(this.configApiRetry),
11747
+ // catchError(this.handleError)
11748
+ map((ret) => {
10916
11749
  return this.errorExceptionResultBaseCheck(ret);
10917
11750
  }));
10918
11751
  }
@@ -10921,7 +11754,9 @@ class ArticleCommentService extends ApiCmsServerBase {
10921
11754
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
10922
11755
  headers: this.getHeaders(),
10923
11756
  })
10924
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11757
+ .pipe(retry(this.configApiRetry),
11758
+ // catchError(this.handleError)
11759
+ map((ret) => {
10925
11760
  return this.errorExceptionResultBaseCheck(ret);
10926
11761
  }));
10927
11762
  }
@@ -10944,7 +11779,9 @@ class ArticleContentService extends ApiCmsServerBase {
10944
11779
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
10945
11780
  headers: this.getHeaders(),
10946
11781
  })
10947
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11782
+ .pipe(retry(this.configApiRetry),
11783
+ // catchError(this.handleError)
11784
+ map((ret) => {
10948
11785
  return this.errorExceptionResultCheck(ret);
10949
11786
  }));
10950
11787
  }
@@ -10956,7 +11793,9 @@ class ArticleContentService extends ApiCmsServerBase {
10956
11793
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
10957
11794
  headers: this.getHeaders(),
10958
11795
  })
10959
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11796
+ .pipe(retry(this.configApiRetry),
11797
+ // catchError(this.handleError)
11798
+ map((ret) => {
10960
11799
  return this.errorExceptionResultCheck(ret);
10961
11800
  }));
10962
11801
  }
@@ -10968,7 +11807,9 @@ class ArticleContentService extends ApiCmsServerBase {
10968
11807
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
10969
11808
  headers: this.getHeaders(),
10970
11809
  })
10971
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11810
+ .pipe(retry(this.configApiRetry),
11811
+ // catchError(this.handleError)
11812
+ map((ret) => {
10972
11813
  return this.errorExceptionResultCheck(ret);
10973
11814
  }));
10974
11815
  }
@@ -10980,7 +11821,9 @@ class ArticleContentService extends ApiCmsServerBase {
10980
11821
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
10981
11822
  headers: this.getHeaders(),
10982
11823
  })
10983
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11824
+ .pipe(retry(this.configApiRetry),
11825
+ // catchError(this.handleError)
11826
+ map((ret) => {
10984
11827
  return this.errorExceptionResultCheck(ret);
10985
11828
  }));
10986
11829
  }
@@ -10992,7 +11835,9 @@ class ArticleContentService extends ApiCmsServerBase {
10992
11835
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
10993
11836
  headers: this.getHeaders(),
10994
11837
  })
10995
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11838
+ .pipe(retry(this.configApiRetry),
11839
+ // catchError(this.handleError)
11840
+ map((ret) => {
10996
11841
  return this.errorExceptionResultBaseCheck(ret);
10997
11842
  }));
10998
11843
  }
@@ -11001,7 +11846,9 @@ class ArticleContentService extends ApiCmsServerBase {
11001
11846
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
11002
11847
  headers: this.getHeaders(),
11003
11848
  })
11004
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11849
+ .pipe(retry(this.configApiRetry),
11850
+ // catchError(this.handleError)
11851
+ map((ret) => {
11005
11852
  return this.errorExceptionResultBaseCheck(ret);
11006
11853
  }));
11007
11854
  }
@@ -11010,7 +11857,9 @@ class ArticleContentService extends ApiCmsServerBase {
11010
11857
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
11011
11858
  headers: this.getHeaders(),
11012
11859
  })
11013
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11860
+ .pipe(retry(this.configApiRetry),
11861
+ // catchError(this.handleError)
11862
+ map((ret) => {
11014
11863
  return this.errorExceptionResultBaseCheck(ret);
11015
11864
  }));
11016
11865
  }
@@ -11022,7 +11871,9 @@ class ArticleContentService extends ApiCmsServerBase {
11022
11871
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
11023
11872
  headers: this.getHeaders(),
11024
11873
  })
11025
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11874
+ .pipe(retry(this.configApiRetry),
11875
+ // catchError(this.handleError)
11876
+ map((ret) => {
11026
11877
  return this.errorExceptionResultCheck(ret);
11027
11878
  }));
11028
11879
  }
@@ -11034,7 +11885,9 @@ class ArticleContentService extends ApiCmsServerBase {
11034
11885
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
11035
11886
  headers: this.getHeaders(),
11036
11887
  })
11037
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11888
+ .pipe(retry(this.configApiRetry),
11889
+ // catchError(this.handleError)
11890
+ map((ret) => {
11038
11891
  return this.errorExceptionResultCheck(ret);
11039
11892
  }));
11040
11893
  }
@@ -11046,7 +11899,9 @@ class ArticleContentService extends ApiCmsServerBase {
11046
11899
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
11047
11900
  headers: this.getHeaders(),
11048
11901
  })
11049
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11902
+ .pipe(retry(this.configApiRetry),
11903
+ // catchError(this.handleError)
11904
+ map((ret) => {
11050
11905
  return this.errorExceptionResultCheck(ret);
11051
11906
  }));
11052
11907
  }
@@ -11080,7 +11935,9 @@ class ArticleContentOtherInfoService extends ApiCmsServerBase {
11080
11935
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11081
11936
  headers: this.getHeaders(),
11082
11937
  })
11083
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11938
+ .pipe(retry(this.configApiRetry),
11939
+ // catchError(this.handleError)
11940
+ map((ret) => {
11084
11941
  return this.errorExceptionResultCheck(ret);
11085
11942
  }));
11086
11943
  }
@@ -11092,7 +11949,9 @@ class ArticleContentOtherInfoService extends ApiCmsServerBase {
11092
11949
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
11093
11950
  headers: this.getHeaders(),
11094
11951
  })
11095
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11952
+ .pipe(retry(this.configApiRetry),
11953
+ // catchError(this.handleError)
11954
+ map((ret) => {
11096
11955
  return this.errorExceptionResultCheck(ret);
11097
11956
  }));
11098
11957
  }
@@ -11137,7 +11996,9 @@ class ArticleContentSimilarService extends ApiCmsServerBase {
11137
11996
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11138
11997
  headers: this.getHeaders(),
11139
11998
  })
11140
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11999
+ .pipe(retry(this.configApiRetry),
12000
+ // catchError(this.handleError)
12001
+ map((ret) => {
11141
12002
  return this.errorExceptionResultCheck(ret);
11142
12003
  }));
11143
12004
  }
@@ -11149,7 +12010,9 @@ class ArticleContentSimilarService extends ApiCmsServerBase {
11149
12010
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
11150
12011
  headers: this.getHeaders(),
11151
12012
  })
11152
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12013
+ .pipe(retry(this.configApiRetry),
12014
+ // catchError(this.handleError)
12015
+ map((ret) => {
11153
12016
  return this.errorExceptionResultCheck(ret);
11154
12017
  }));
11155
12018
  }
@@ -11172,7 +12035,9 @@ class ArticleContentTagService extends ApiCmsServerBase {
11172
12035
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11173
12036
  headers: this.getHeaders(),
11174
12037
  })
11175
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12038
+ .pipe(retry(this.configApiRetry),
12039
+ // catchError(this.handleError)
12040
+ map((ret) => {
11176
12041
  return this.errorExceptionResultCheck(ret);
11177
12042
  }));
11178
12043
  }
@@ -11184,7 +12049,9 @@ class ArticleContentTagService extends ApiCmsServerBase {
11184
12049
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
11185
12050
  headers: this.getHeaders(),
11186
12051
  })
11187
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12052
+ .pipe(retry(this.configApiRetry),
12053
+ // catchError(this.handleError)
12054
+ map((ret) => {
11188
12055
  return this.errorExceptionResultCheck(ret);
11189
12056
  }));
11190
12057
  }
@@ -11229,7 +12096,9 @@ class ArticleShareServerCategoryService extends ApiCmsServerBase {
11229
12096
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
11230
12097
  headers: this.getHeaders(),
11231
12098
  })
11232
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12099
+ .pipe(retry(this.configApiRetry),
12100
+ // catchError(this.handleError)
12101
+ map((ret) => {
11233
12102
  return this.errorExceptionResultCheck(ret);
11234
12103
  }));
11235
12104
  }
@@ -11623,7 +12492,9 @@ class DonateEnumService extends ApiServerBase {
11623
12492
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionLogPublicTypeEnum', {
11624
12493
  headers: this.getHeaders(),
11625
12494
  })
11626
- .pipe(catchError(this.handleError), map((ret) => {
12495
+ .pipe(
12496
+ // catchError(this.handleError)
12497
+ map((ret) => {
11627
12498
  return this.errorExceptionResultCheck(ret);
11628
12499
  }));
11629
12500
  }
@@ -11712,7 +12583,9 @@ class DonateTransactionService extends ApiCmsServerBase {
11712
12583
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
11713
12584
  headers: this.getHeaders(),
11714
12585
  })
11715
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12586
+ .pipe(retry(this.configApiRetry),
12587
+ // catchError(this.handleError)
12588
+ map((ret) => {
11716
12589
  return this.errorExceptionResultCheck(ret);
11717
12590
  }));
11718
12591
  }
@@ -11724,7 +12597,9 @@ class DonateTransactionService extends ApiCmsServerBase {
11724
12597
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
11725
12598
  headers: this.getHeaders(),
11726
12599
  })
11727
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12600
+ .pipe(retry(this.configApiRetry),
12601
+ // catchError(this.handleError)
12602
+ map((ret) => {
11728
12603
  return this.errorExceptionResultCheck(ret);
11729
12604
  }));
11730
12605
  }
@@ -11826,7 +12701,9 @@ class DataProviderEnumService extends ApiServerBase {
11826
12701
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataProviderClientConnectionTypeEnum', {
11827
12702
  headers: this.getHeaders(),
11828
12703
  })
11829
- .pipe(catchError(this.handleError), map((ret) => {
12704
+ .pipe(
12705
+ // catchError(this.handleError)
12706
+ map((ret) => {
11830
12707
  return this.errorExceptionResultCheck(ret);
11831
12708
  }));
11832
12709
  }
@@ -11970,7 +12847,9 @@ class DataProviderTransactionService extends ApiCmsServerBase {
11970
12847
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
11971
12848
  headers: this.getHeaders(),
11972
12849
  })
11973
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12850
+ .pipe(retry(this.configApiRetry),
12851
+ // catchError(this.handleError)
12852
+ map((ret) => {
11974
12853
  return this.errorExceptionResultCheck(ret);
11975
12854
  }));
11976
12855
  }
@@ -11982,7 +12861,9 @@ class DataProviderTransactionService extends ApiCmsServerBase {
11982
12861
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
11983
12862
  headers: this.getHeaders(),
11984
12863
  })
11985
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12864
+ .pipe(retry(this.configApiRetry),
12865
+ // catchError(this.handleError)
12866
+ map((ret) => {
11986
12867
  return this.errorExceptionResultCheck(ret);
11987
12868
  }));
11988
12869
  }