zhengyiming
3 天以前 ba252a1184011d87078074374019aefb8c8ad2bb
src/constants/enterpriseWallet.ts
@@ -92,6 +92,10 @@
export const EnumWeChatPayApplymentBankAccountTypeText = {
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE]: '对公银行账户',
};
export const EnumWeChatPayApplymentBankAccountTypeTextForGTH = {
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE]: '对公银行账户',
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_PERSONAL]:
    '经营者个人银行卡(仅个体户可选择)',
};