Commit ca1f82d6 authored by qiuqunfeng's avatar qiuqunfeng
Browse files

debug

parent eaa62633
......@@ -410,6 +410,7 @@ func (c *WafController) DeleteBlackWhiteList(ctx *gin.Context) {
utils.AssembleResponse(ctx, nil, err)
return
}
log.Info().Interface("delete black white list", idUint).Msg("delete black white list")
err = c.service.DeleteBlackWhiteList(ctx1, uint32(idUint))
if err != nil {
utils.AssembleResponse(ctx, nil, err)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment