Преглед на файлове

feat(types): 校验方式修改

lipk преди 2 години
родител
ревизия
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 = {
   export type Response = {
     errMatterIds: string[];
     errMatterIds: string[];