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