소스 검색

feat(types): 接口名称修改

lipk 2 년 전
부모
커밋
5f65bca6a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/src/interface/api/businessApi.ts

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

@@ -9,7 +9,7 @@ export namespace PostGetFeeByProcessId {
   export type Response = Record<string, IBusinessProcessFee>;
 }
 
-export namespace PostPrepareOption {
+export namespace GetPrepareOption {
   export type Response = {
     institutionList: { ID: string; name: string }[];
     approvalList: { name: string; ID: string }[];