广告平台(总站长使用)
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.

cron_key.go 301 B

4 months ago
3 months ago
1 month ago
4 months ago
1234567
  1. package md
  2. const (
  3. CronCalcMasterDataStatistics = "cron_calc_master_data_statistics" // 计算站长数据统计
  4. CronMediumSettlementState = "cron_medium_settlement_state" // 媒体结算单状态
  5. CronAgentSettlementState = "cron_agent_settlement_state" // 代理结算单状态
  6. )