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.
@@ -2558,7 +2558,7 @@
2558
2558
  CoreSiteService.prototype.getModuleCotrolerUrl = function () {
2559
2559
  return 'CoreSite';
2560
2560
  };
2561
- CoreSiteService.prototype.ServiceDataOptimaze = function (linkSiteId) {
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.ServiceDataInfo = function (linkSiteId) {
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, {