Sfoglia il codice sorgente

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

lipk 3 anni fa
parent
commit
a65136dd80
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 namespace PostGetProcessListByTemplateId {
   export type Params = {
   export type Params = {
     businessID: string;
     businessID: string;
-    templateID: string[];
+    templateIds: string[];
   };
   };
 
 
   export type Response = Array<{
   export type Response = Array<{