wupengfei
2025-12-02 4b9db31fa558ca4991213553cc354eebf72121c4
packages/constants/enum.ts
@@ -79,17 +79,6 @@
  UserCertificationBankCardCertification = 910,
}
export enum WxMiniAppEnum {
  /**
   * 行业资讯小程序
   */
  行业资讯 = 10,
  /**
   * 人单合一小程序
   */
  人单合一 = 20,
}
/**
 * @description AuthType即将作废 现在用EnterpriseType 目前两个值相同
 */
@@ -119,7 +108,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 {
  /**
@@ -128,4 +117,12 @@
  UserCertification = 10,
}
export const MatchMakingMiniAppId = 'wx88251c84f5cd886b';
export const WeekCN = ['日', '一', '二', '三', '四', '五', '六'];
export const subscribeMessageTemplateIds = [
  'xYWBg0FydQ64a-4cDqLCp8HV82QhRKmREa78GpLqMlQ', //签约提醒
  'Ce0QCQIGXjChpmq_r3hr_lifwO7MSpxDUjqNkwJCA74', //被安排提醒
  'ziC07K27Km9OAywf-KYwHiWgn195j9tmuFKxbDZ79tg', //录用/录用谢绝
  'TwPHORIjXxeUVr8R4FzbRofmIYmU0vODetvXrPfFAbY', //验收结果
  'Fm2ut8eeJxf18PrVusJEdufbCMr9wZ45LeFVK4eNhIc', //到账提醒
];