Explorar el Código

Merge branch '2.1.0' of http://git.ycjcjy.com/SpaceOfCheng/services into 2.1.0

wangfei hace 6 años
padre
commit
eb04485c61
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      models/constant.go

+ 5
- 0
models/constant.go Ver fichero

@@ -210,3 +210,8 @@ const (
210 210
 	FLASH_BUY_INACTIVE = "inactive"
211 211
 	FLASH_BUY_OVER     = "over"
212 212
 )
213
+
214
+const (
215
+	FLASH_VALIDATE_DAYS = "days"
216
+	FLASH_VALIDATE_DATE = "date"
217
+)