Explorar el Código

feat(types): 校验方式修改

lipk hace 3 años
padre
commit
e0b5889ac9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 namespace PostApprovlaValidAuditScore {
-  export type Params = { businessID: string; matterIds: string[] };
+  export type Params = { businessID: string };
 
 
   export type Response = {
   export type Response = {
     errMatterIds: string[];
     errMatterIds: string[];