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