Просмотр исходного кода

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

lipk 3 лет назад
Родитель
Сommit
a65136dd80
1 измененных файлов с 1 добавлено и 1 удалено
  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<{