ntk-cms-api 1.0.373 → 1.0.374
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/bundles/ntk-cms-api.umd.js +2 -2
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/service/core-main/coreSite.service.js +3 -3
- package/fesm2015/ntk-cms-api.js +2 -2
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/service/core-main/coreSite.service.d.ts +4 -2
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
CoreSiteService.prototype.getModuleCotrolerUrl = function () {
|
|
2559
2559
|
return 'CoreSite';
|
|
2560
2560
|
};
|
|
2561
|
-
CoreSiteService.prototype.
|
|
2561
|
+
CoreSiteService.prototype.ServiceModuleDataOptimaze = function (linkSiteId) {
|
|
2562
2562
|
var _this = this;
|
|
2563
2563
|
return this.http
|
|
2564
2564
|
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/DataOptimaze/' + linkSiteId, {
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
return _this.errorExceptionResultCheck(ret);
|
|
2571
2571
|
}));
|
|
2572
2572
|
};
|
|
2573
|
-
CoreSiteService.prototype.
|
|
2573
|
+
CoreSiteService.prototype.ServiceModuleDataInfo = function (linkSiteId) {
|
|
2574
2574
|
var _this = this;
|
|
2575
2575
|
return this.http
|
|
2576
2576
|
.get(this.getBaseUrl() + this.getModuleCotrolerUrl() + '/DataInfo/' + linkSiteId, {
|