wupengfei
2025-10-17 8a27eb793148aa30558f3efa317fde14b6367dc1
src/constants/enterpriseWallet.ts
@@ -92,6 +92,14 @@
export const EnumWeChatPayApplymentBankAccountTypeText = {
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE]: '对公银行账户',
};
export const EnumWeChatPayApplymentBankAccountTypeTextForGTH = {
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE]: '对公银行账户',
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_PERSONAL]:
    '经营者个人银行卡(仅个体户可选择)',
};
export const EnumWeChatPayApplymentStateText = {
  [EnumWeChatPayApplymentState.APPLYMENT_STATE_EDITTING]: '对公银行账户',
};