wupengfei
3 天以前 8050d4647fde521b270ce5e1fd0610f95cbd6487
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]: '对公银行账户',
};