limit.go 97 B

12345
  1. package constant
  2. const (
  3. ComplaintFrequency = 60000 // 举报频率暂定1分钟 (单位:ms)
  4. )