This commit is contained in:
wh_zcy 2023-02-10 12:00:32 +08:00
parent 08391e2032
commit cd8ee73e90

View File

@ -37,10 +37,10 @@ func (this *apiComp) Qiecuo(session comm.IUserSession, req *pb.FriendQiecuoReq)
}
//已发送切磋
if qr.Timestamp != 0 {
code = pb.ErrorCode_FriendQiecuoRequested
return
}
// if qr.Timestamp != 0 {
// code = pb.ErrorCode_FriendQiecuoRequested
// return
// }
//判断是否切磋中
if qr.MatchId != "" {