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