Jelajahi Sumber

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

lipk 3 tahun lalu
induk
melakukan
a65136dd80
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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<{