feat: 添加银行账户和货币选择组件,优化提现页面交互体验

This commit is contained in:
2026-01-10 17:33:59 +07:00
parent 3cd91fcad0
commit 3111436054
8 changed files with 151 additions and 40 deletions

View File

@@ -34,7 +34,7 @@ export type RwaIssuanceProductBody = TreatyBody<typeof client.api.rwa.issuance.p
export type RwaIssuanceCategoriesData = Treaty.Data<typeof client.api.rwa.category.categories.get>;
export type BankAccountsData = Treaty.Data<typeof client.api.bank_account.get>;
export type BankAccountsData = Treaty.Data<typeof client.api.bank_account.get>["data"][number];
export type BankAccountBody = TreatyBody<typeof client.api.bank_account.post>;