附近小店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
438 B

  1. package md
  2. // 获取用户的缓存key
  3. const (
  4. KEY_SYS_CFG_CACHE = "sys_cfg_cache"
  5. KEY_CFG_CRON_COMMUNITY_TEAM_ORDER_CANCEL = "community_team_cron_order_cancel"
  6. KEY_CFG_CRON_COMMUNITY_TEAM_ORDER_STORE_SETTLE = "community_team_cron_order_store_settle"
  7. KEY_CFG_CRON_COMMUNITY_TEAM_ORDER_SETTLE = "community_team_cron_order_settle"
  8. KEY_CFG_CRON_COMMUNITY_TEAM_ORDER_COMMISSION = "community_team_cron_order_commission"
  9. )