Browse Source

抢购状态

胡轶钦 6 years ago
parent
commit
384f2b672a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      models/constant.go

+ 1
- 0
models/constant.go View File

208
 const (
208
 const (
209
 	FLASH_BUY_ACTIVE   = "active"
209
 	FLASH_BUY_ACTIVE   = "active"
210
 	FLASH_BUY_INACTIVE = "inactive"
210
 	FLASH_BUY_INACTIVE = "inactive"
211
+	FLASH_BUY_OVER     = "over"
211
 )
212
 )