소스 검색

feat(types): 校验方式修改

lipk 3 년 전
부모
커밋
48cda96f0d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      types/src/interface/api/approvaApi.ts

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

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