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

feat(types): 校验方式修改

lipk 3 лет назад
Родитель
Сommit
e0b5889ac9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      types/src/interface/api/approvaApi.ts

+ 1 - 1
types/src/interface/api/approvaApi.ts

@@ -167,7 +167,7 @@ export namespace GetGcnameAndReviewer {
 }
 
 export namespace PostApprovlaValidAuditScore {
-  export type Params = { businessID: string; matterIds: string[] };
+  export type Params = { businessID: string };
 
   export type Response = {
     errMatterIds: string[];