ソースを参照

feat(types): 字段优化

lipk 3 年 前
コミット
2fd38b0684
1 ファイル変更1 行追加1 行削除
  1. 1 1
      types/src/interface/api/approvaApi.ts

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

@@ -111,7 +111,7 @@ export namespace PostApprovalDeleteFiles {
 export namespace GetApprovalExecutorMembers {
 export namespace GetApprovalExecutorMembers {
   export type Params = {
   export type Params = {
     businessID: string;
     businessID: string;
-    executorID: string[];
+    executorIdList: string[];
   };
   };
 
 
   export type Response = {
   export type Response = {