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