فهرست منبع

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[];