@egova/egova-api 1.3.21 → 1.3.22
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/dist/index.common.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -5713,10 +5713,10 @@ var common_service_CommonService = /** @class */function (_super) {
|
|
|
5713
5713
|
return this._get("/unity/category/tree?type=".concat(type));
|
|
5714
5714
|
};
|
|
5715
5715
|
CommonService.prototype.getEnumByType = function (name) {
|
|
5716
|
-
return this._get("/
|
|
5716
|
+
return this._get("/unity/display/".concat(name));
|
|
5717
5717
|
};
|
|
5718
5718
|
CommonService.prototype.getItemListByType = function (type) {
|
|
5719
|
-
return this._get("/
|
|
5719
|
+
return this._get("/unity/display/".concat(type));
|
|
5720
5720
|
};
|
|
5721
5721
|
__decorate([serviceHandler("query", {
|
|
5722
5722
|
title: "获取加密需要的公钥"
|
package/dist/index.umd.js
CHANGED
|
@@ -5722,10 +5722,10 @@ var common_service_CommonService = /** @class */function (_super) {
|
|
|
5722
5722
|
return this._get("/unity/category/tree?type=".concat(type));
|
|
5723
5723
|
};
|
|
5724
5724
|
CommonService.prototype.getEnumByType = function (name) {
|
|
5725
|
-
return this._get("/
|
|
5725
|
+
return this._get("/unity/display/".concat(name));
|
|
5726
5726
|
};
|
|
5727
5727
|
CommonService.prototype.getItemListByType = function (type) {
|
|
5728
|
-
return this._get("/
|
|
5728
|
+
return this._get("/unity/display/".concat(type));
|
|
5729
5729
|
};
|
|
5730
5730
|
__decorate([serviceHandler("query", {
|
|
5731
5731
|
title: "获取加密需要的公钥"
|