8 lines
91 B
Go
Raw Normal View History

2019-04-22 02:59:20 +00:00
package blocked
// const Appeal const
const (
AppealStateSucc = 1
AppealStateFail = 2
)