@ -587,6 +587,9 @@ func GameControlCallback(c *gin.Context) {
resp.Msg = "success"
log.Debug("gameControlCallback resp:%+v", resp)
a.Data = resp
if req.Type == "3" { // 退出回调
return
}
defer func() {
err = Control(uid, util.ToInt(req.ControlId))
if err != nil {