Browse Source

feat(types): 校验方式修改

lipk 3 years ago
parent
commit
e0b5889ac9
1 changed files with 1 additions and 1 deletions
  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[];