Преглед изворни кода

feat(types): 接口定义入参修改

lipk пре 3 година
родитељ
комит
a65136dd80
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/api/processApi.ts

+ 1 - 1
types/src/interface/api/processApi.ts

@@ -1,7 +1,7 @@
 export namespace PostGetProcessListByTemplateId {
   export type Params = {
     businessID: string;
-    templateID: string[];
+    templateIds: string[];
   };
 
   export type Response = Array<{