Procházet zdrojové kódy

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

lipk před 3 roky
rodič
revize
a65136dd80
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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<{