@egova/egova-api 1.0.231 → 1.0.232
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 +5 -5
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -62724,24 +62724,24 @@ function (_super) {
|
|
|
62724
62724
|
|
|
62725
62725
|
ParamsSetting.prototype.onAddRequestParam = function () {
|
|
62726
62726
|
this.queryDataList.push({
|
|
62727
|
-
indexFlag: this.formParamsIndex++ + "_" + this.interfaceModel.info.id,
|
|
62728
|
-
fileName: "",
|
|
62729
62727
|
name: "",
|
|
62730
62728
|
text: "",
|
|
62731
62729
|
type: "QueryString",
|
|
62732
62730
|
valueContent: "",
|
|
62733
|
-
disabled: false
|
|
62734
|
-
valueType: "String"
|
|
62731
|
+
disabled: false
|
|
62735
62732
|
});
|
|
62736
62733
|
};
|
|
62737
62734
|
|
|
62738
62735
|
ParamsSetting.prototype.onAddBodyParam = function () {
|
|
62739
62736
|
this.interfaceModel.formParams.push({
|
|
62737
|
+
indexFlag: this.formParamsIndex++ + "_" + this.interfaceModel.info.id,
|
|
62738
|
+
fileName: "",
|
|
62740
62739
|
name: "",
|
|
62741
62740
|
text: "",
|
|
62742
62741
|
type: this.typeMap[this.bodyType],
|
|
62743
62742
|
valueContent: "",
|
|
62744
|
-
disabled: false
|
|
62743
|
+
disabled: false,
|
|
62744
|
+
valueType: "String"
|
|
62745
62745
|
});
|
|
62746
62746
|
};
|
|
62747
62747
|
|
package/dist/index.umd.js
CHANGED
|
@@ -62733,24 +62733,24 @@ function (_super) {
|
|
|
62733
62733
|
|
|
62734
62734
|
ParamsSetting.prototype.onAddRequestParam = function () {
|
|
62735
62735
|
this.queryDataList.push({
|
|
62736
|
-
indexFlag: this.formParamsIndex++ + "_" + this.interfaceModel.info.id,
|
|
62737
|
-
fileName: "",
|
|
62738
62736
|
name: "",
|
|
62739
62737
|
text: "",
|
|
62740
62738
|
type: "QueryString",
|
|
62741
62739
|
valueContent: "",
|
|
62742
|
-
disabled: false
|
|
62743
|
-
valueType: "String"
|
|
62740
|
+
disabled: false
|
|
62744
62741
|
});
|
|
62745
62742
|
};
|
|
62746
62743
|
|
|
62747
62744
|
ParamsSetting.prototype.onAddBodyParam = function () {
|
|
62748
62745
|
this.interfaceModel.formParams.push({
|
|
62746
|
+
indexFlag: this.formParamsIndex++ + "_" + this.interfaceModel.info.id,
|
|
62747
|
+
fileName: "",
|
|
62749
62748
|
name: "",
|
|
62750
62749
|
text: "",
|
|
62751
62750
|
type: this.typeMap[this.bodyType],
|
|
62752
62751
|
valueContent: "",
|
|
62753
|
-
disabled: false
|
|
62752
|
+
disabled: false,
|
|
62753
|
+
valueType: "String"
|
|
62754
62754
|
});
|
|
62755
62755
|
};
|
|
62756
62756
|
|