|
|
@@ -541,6 +541,11 @@ func GetHeadInfo(c *gin.Context) {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
+func GetServerListNew2(c *gin.Context) {
|
|
|
+ c.String(http.StatusTooManyRequests, "当前玩家用户过多,请稍后再试")
|
|
|
+ c.Abort()
|
|
|
+}
|
|
|
+
|
|
|
func GetServerListNew(c *gin.Context) {
|
|
|
//util.InfoF("RequestURL=%v", c.Request.RequestURI)
|
|
|
getType := c.DefaultQuery("type", "0") ///default 0
|