Explorar el Código

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

lipk hace 3 años
padre
commit
a65136dd80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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<{