Explorar o código

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

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
a65136dd80
Modificáronse 1 ficheiros con 1 adicións e 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<{