validate icon indicating copy to clipboard operation
validate copied to clipboard

[Question]如何在Gin框架中使用验证场景?

Open jian1098 opened this issue 1 year ago • 1 comments

有没有办法在gin框架中调用AtScene方法

jian1098 avatar Jul 26 '24 08:07 jian1098

可以根据 request 信息设置要验证的 scene。 比如根据请求方法 post, get, put 作为场景

inhere avatar Aug 10 '24 03:08 inhere