@wizishop/img-manager 0.2.74 → 0.2.75

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.
@@ -416,7 +416,7 @@
416
416
  return this.http.get(this.imgManagerRoute + "/images", this.getOptionsHeaders(params));
417
417
  };
418
418
  ImgManagerService.prototype.getShopTotalImgList = function (params) {
419
- return this.http.get(this.imgManagerRoute + "/total/images", this.getOptionsHeaders(params));
419
+ return this.http.get(this.imgManagerRoute + "/total/image", this.getOptionsHeaders(params));
420
420
  };
421
421
  ImgManagerService.prototype.getShopImg = function (idFile) {
422
422
  return this.http.get(this.imgManagerRoute + "/images/" + idFile, this.getOptionsHeaders());