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