wupengfei
2025-11-27 c87c53395ae645e631c30f0f5eb8623f81b95acf
packages/constants/enum.ts
@@ -79,17 +79,6 @@
  UserCertificationBankCardCertification = 910,
}
export enum WxMiniAppEnum {
  /**
   * 行业资讯小程序
   */
  行业资讯 = 10,
  /**
   * 人单合一小程序
   */
  人单合一 = 20,
}
/**
 * @description AuthType即将作废 现在用EnterpriseType 目前两个值相同
 */
@@ -127,3 +116,11 @@
   */
  UserCertification = 10,
}
export const WeekCN = ['日', '一', '二', '三', '四', '五', '六'];
export const subscribeMessageTemplateIds = [
  'SXKAepOeuiyYrm0uhIzG48Tcf1LKdcp6I3xPbaV-Sgs', //被录用后向C端人员通知
  'CQn-c22Uo_v5pQhAjdw-PknXBVD-DLAELsqRQziikAE', //排班后向C端人员通知
  'pw-WntZZJjADXfLsxcs5S8pKlpTrSc-HtJs0ZZvqliE', //结算完成后向C端人员通知
];