diff --git a/server/payserver/api/v1/ingame/ingame.go b/server/payserver/api/v1/ingame/ingame.go index 116c6a4..eedbf93 100644 --- a/server/payserver/api/v1/ingame/ingame.go +++ b/server/payserver/api/v1/ingame/ingame.go @@ -272,7 +272,7 @@ func (iga *InGameApi) OrderInfo(c *gin.Context) { return } - if !iga.isNopayChannel(reqJson.AccountId) { + if iga.isNopayChannel(reqJson.AccountId) { rspObj := struct { ErrorCode int32 `json:"errcode"` ErrMsg string `json:"errmsg"`