fix post-add bug

This commit is contained in:
deepzz0
2016-12-18 01:14:47 +08:00
parent 5f73a30d37
commit 3254ff89b0
3 changed files with 21 additions and 19 deletions

View File

@@ -42,7 +42,3 @@ func CheckSerieID(sid string) int32 {
func CheckBool(str string) bool {
return str == "true" || str == "1"
}
func CheckPublish(do string) bool {
return do == "publish"
}