diff --git a/server/gamesapi/service/sapi_forward.go b/server/gamesapi/service/sapi_forward.go index 81d60513..86ed3158 100644 --- a/server/gamesapi/service/sapi_forward.go +++ b/server/gamesapi/service/sapi_forward.go @@ -84,6 +84,10 @@ func (this *sApiForward) IncReadRspErrTimes() { } +func (this *sApiForward) IncRefuseTimes() { + +} + func (this *sApiForward) UpdateCostTime(costTime int64) { }