zhengyiming
2025-02-19 df7c6af1c1cfd2e9bda249e381aecb5482120d14
packages/constants/enum.ts
@@ -81,13 +81,9 @@
export enum WxMiniAppEnum {
  /**
   * 行业资讯小程序
   * C端小程序
   */
  行业资讯 = 10,
  /**
   * 人单合一小程序
   */
  人单合一 = 20,
  C端小程序 = 10,
}
/**
@@ -119,7 +115,7 @@
  [EnterpriseType.IndustryBody]: '行业机构',
};
export const TempFolderPath = 'https://parkmanagement.oss-cn-hangzhou.aliyuncs.com/12333/temp';
export const TempFolderPath = 'https://parkmanagement.oss-cn-hangzhou.aliyuncs.com/flexJob/temp';
export enum BusinessSettingType {
  /**
@@ -127,5 +123,3 @@
   */
  UserCertification = 10,
}
export const MatchMakingMiniAppId = 'wx88251c84f5cd886b';