refactor: debug info.

pull/2148/head
Gordon 1 year ago
parent 934214718f
commit 3c280d49b3

@ -268,7 +268,7 @@ func (s *groupServer) webhookBeforeSetGroupInfo(ctx context.Context, before *con
if req.GroupInfoForSet.Ex != nil {
cbReq.Ex = req.GroupInfoForSet.Ex.Value
}
log.ZDebug(ctx, "debug CallbackBeforeSetGroupInfo", cbReq.Ex)
log.ZDebug(ctx, "debug CallbackBeforeSetGroupInfo", "ex", cbReq.Ex)
if req.GroupInfoForSet.NeedVerification != nil {
cbReq.NeedVerification = req.GroupInfoForSet.NeedVerification.Value
}

Loading…
Cancel
Save