zhengyiming
2025-03-25 c02e7a8fe42de2a5796e95e573f9e6b6735e4d0d
packages/components/src/constants/index.ts
@@ -12,3 +12,17 @@
  [IspCode.dianxin]: '中国电信',
  [IspCode.liantong]: '中国联通',
};
export enum OrderInputType {
  /**
   * 升序
   */
  Asc,
  /**
   * 降序
   */
  Desc,
}
export const CustomerServicePhone = '16505012333';
export const CustomerServiceTips = `如充值过程中遇到问题,请联系客服 ${CustomerServicePhone}(周一到周五 9:00-17:30)`;