You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
其实可以在Handler中自己进行处理,但因为很多代码是自己生成的,所以,还是在框架层面做支持比较好。我的建议是在go-zero/rest/httpx/request
func Parse(r *http.Request, v any) error {
...
if err := ParseProto(r, v); err != nil {
return err
}
...
}
希望大佬们认真考虑!!!
希望大佬们认真考虑!!!
希望大佬们认真考虑!!!
Beta Was this translation helpful? Give feedback.
All reactions