Explorar o código

feat(types): 接口名称修改

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
5f65bca6a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }[];