- 수정
This commit is contained in:
@@ -207,6 +207,7 @@ export interface ExtensionFundAccountResultDetailResponse {
|
||||
resultMessage: string;
|
||||
failReason: string;
|
||||
bankName: string;
|
||||
depositRemark?: string;
|
||||
};
|
||||
export interface ExtensionFundAccountBalanceParams {
|
||||
mid: string;
|
||||
|
||||
@@ -603,7 +603,7 @@ export interface DepositInfo {
|
||||
depositDate?: string;
|
||||
depositBank?: string;
|
||||
depositAccount?: string;
|
||||
amount?: number;
|
||||
amount?: number | string;
|
||||
depositReason?: string;
|
||||
depositId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user