wupengfei
5 天以前 609eb7a2d87dc7ce0546bf55d6096ea660f8f9be
src/constants/enterpriseWallet.ts
@@ -1,4 +1,5 @@
import { EnumEnterpriseWalletExpandindirectOrderScene } from './apiEnum';
import { TempFolderPath } from './enum';
export const EnumEnterpriseWalletExpandindirectOrderSceneText = {
  [EnumEnterpriseWalletExpandindirectOrderScene.XIANJIN_YINGXIAO]: '现金营销',
@@ -11,3 +12,86 @@
  [EnumEnterpriseWalletExpandindirectOrderScene.GONGYI_BUZHU]: '公益补助',
  [EnumEnterpriseWalletExpandindirectOrderScene.ZHUANZHANG_QITA]: '其他场景',
};
export const AlipayExpandindirectSceneList = [
  `${TempFolderPath}/alipayExpandindirectScene/scene1.jpg`,
  `${TempFolderPath}/alipayExpandindirectScene/scene2.png`,
  `${TempFolderPath}/alipayExpandindirectScene/scene3.png`,
  `${TempFolderPath}/alipayExpandindirectScene/scene4.png`,
  `${TempFolderPath}/alipayExpandindirectScene/scene5.png`,
];
export const EnumWeChatPayApplymentContactTypeText = {
  [EnumWeChatPayApplymentContactType.LEGAL]: '经营者/法定代表人',
  [EnumWeChatPayApplymentContactType.SUPER]: '经办人',
};
export const EnumWeChatPayApplymentContactTypeTextForZFJG = {
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_IDCARD]: '中国大陆居民-身份证',
};
export const EnumWeChatPayApplymentIdDocTypeText = {
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_IDCARD]: '中国大陆居民-身份证',
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_OVERSEA_PASSPORT]: '其他国家或地区居民-护照',
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_HONGKONG_PASSPORT]:
    '中国香港居民-来往内地通行证',
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_MACAO_PASSPORT]:
    '中国澳门居民-来往内地通行证',
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_TAIWAN_PASSPORT]:
    '中国台湾居民-来往大陆通行证',
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_FOREIGN_RESIDENT]: '外国人居留证',
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_HONGKONG_MACAO_RESIDENT]: '港澳居民证',
  [EnumWeChatPayApplymentIdDocType.IDENTIFICATION_TYPE_TAIWAN_RESIDENT]: '台湾居民证',
};
export const EnumWeChatPayApplymentSubjectTypeText = {
  [EnumWeChatPayApplymentSubjectType.SUBJECT_TYPE_INDIVIDUAL]: '个体户',
  [EnumWeChatPayApplymentSubjectType.SUBJECT_TYPE_ENTERPRISE]: '企业',
  [EnumWeChatPayApplymentSubjectType.SUBJECT_TYPE_GOVERNMENT]: '政府机关',
  [EnumWeChatPayApplymentSubjectType.SUBJECT_TYPE_INSTITUTIONS]: '事业单位',
  [EnumWeChatPayApplymentSubjectType.SUBJECT_TYPE_OTHERS]: '社会组织',
};
export const EnumWeChatPayApplymentCertTypeTextForSYDW = {
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2388]: '事业单位法人证书',
};
export const EnumWeChatPayApplymentCertTypeTextForZFJG = {
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2389]: '统一社会信用代码证书',
};
export const EnumWeChatPayApplymentCertTypeTextForSHZZ = {
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2394]: '社会团体法人登记证书',
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2395]: '民办非企业单位登记证书',
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2396]: '基金会法人登记证书',
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2520]: '执业许可证/执业证',
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2521]:
    '基层群众性自治组织特别法人统一社会信用代码证',
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2522]: '农村集体经济组织登记证',
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2399]: '宗教活动场所登记证',
  [EnumWeChatPayApplymentCertType.CERTIFICATE_TYPE_2400]: '政府部门下发的其他有效证明文件',
};
export const EnumWeChatPayApplymentIdHolderTypeTextOnlyLEGAL = {
  [EnumWeChatPayApplymentIdHolderType.LEGAL]: '经营者/法定代表人',
};
export const EnumWeChatPayApplymentIdHolderTypeText = {
  [EnumWeChatPayApplymentIdHolderType.LEGAL]: '经营者/法定代表人',
  [EnumWeChatPayApplymentIdHolderType.SUPER]: '经办人',
};
export const EnumWeChatPayApplymentSalesScenesTypeText = {
  [EnumWeChatPayApplymentSalesScenesType.SALES_SCENES_STORE]: '线下场所',
  [EnumWeChatPayApplymentSalesScenesType.SALES_SCENES_MP]: '服务号与公众号',
  [EnumWeChatPayApplymentSalesScenesType.SALES_SCENES_MINI_PROGRAM]: '小程序',
  [EnumWeChatPayApplymentSalesScenesType.SALES_SCENES_WEB]: '互联网网站',
  [EnumWeChatPayApplymentSalesScenesType.SALES_SCENES_APP]: 'App',
  [EnumWeChatPayApplymentSalesScenesType.SALES_SCENES_WEWORK]: '企业微信',
};
export const EnumWeChatPayApplymentBankAccountTypeText = {
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE]: '对公银行账户',
  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_PERSONAL]:
    '经营者个人银行卡(仅个体户可选择)',
};