@egova/egova-api 1.0.55 → 1.0.56

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.
@@ -54606,13 +54606,21 @@ function (_super) {
54606
54606
  if (text) {
54607
54607
  resumeData = JSON.parse(text);
54608
54608
  }
54609
- } catch (_b) {//
54610
- }
54609
+ } catch (_b) {}
54611
54610
 
54612
54611
  resumeData = project_detail_assign(project_detail_assign({}, resumeData), {
54613
54612
  name: data.name,
54614
54613
  id: data.id
54615
- });
54614
+ }); // 获取默认值
54615
+
54616
+ !resumeData.fieldMappings && (resumeData.fieldMappings = []);
54617
+ !resumeData.pathParams && (resumeData.pathParams = []);
54618
+ !resumeData.queryParams && (resumeData.queryParams = []);
54619
+ !resumeData.formParams && (resumeData.formParams = []);
54620
+ !resumeData.preScripts && (resumeData.preScripts = []);
54621
+ !resumeData.postScripts && (resumeData.postScripts = []);
54622
+ !resumeData.requestHeaders && (resumeData.requestHeaders = []);
54623
+ !resumeData.responseParams && (resumeData.responseParams = []);
54616
54624
  }
54617
54625
 
54618
54626
  set = new Set(this.openInterfaceList.map(function (i) {
package/dist/index.umd.js CHANGED
@@ -54615,13 +54615,21 @@ function (_super) {
54615
54615
  if (text) {
54616
54616
  resumeData = JSON.parse(text);
54617
54617
  }
54618
- } catch (_b) {//
54619
- }
54618
+ } catch (_b) {}
54620
54619
 
54621
54620
  resumeData = project_detail_assign(project_detail_assign({}, resumeData), {
54622
54621
  name: data.name,
54623
54622
  id: data.id
54624
- });
54623
+ }); // 获取默认值
54624
+
54625
+ !resumeData.fieldMappings && (resumeData.fieldMappings = []);
54626
+ !resumeData.pathParams && (resumeData.pathParams = []);
54627
+ !resumeData.queryParams && (resumeData.queryParams = []);
54628
+ !resumeData.formParams && (resumeData.formParams = []);
54629
+ !resumeData.preScripts && (resumeData.preScripts = []);
54630
+ !resumeData.postScripts && (resumeData.postScripts = []);
54631
+ !resumeData.requestHeaders && (resumeData.requestHeaders = []);
54632
+ !resumeData.responseParams && (resumeData.responseParams = []);
54625
54633
  }
54626
54634
 
54627
54635
  set = new Set(this.openInterfaceList.map(function (i) {