浏览代码

删除防范

wangchuanjin 2 年之前
父节点
当前提交
e548e34697
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      p/public.go

+ 0 - 8
p/public.go

@@ -300,14 +300,6 @@ func LoadBidding(mgo *MongodbSim, dbName, coll string, startTime int64, redisCac
 	return &res, endTime
 	return &res, endTime
 }
 }
 
 
-//
-func IsVipUser(vipStatus int) bool {
-	if vipStatus == 1 || vipStatus == 2 {
-		return true
-	}
-	return false
-}
-
 //
 //
 func ToSortList(list interface{}) *SortList {
 func ToSortList(list interface{}) *SortList {
 	sl := make(SortList, 0)
 	sl := make(SortList, 0)