video.go 99 B

123456
  1. package model
  2. const (
  3. //VideoStateOutPut 视频可放出状态
  4. VideoStateOutPut = "0,1,3,4,5"
  5. )