runthinker

Results 1 comments of runthinker

@shinriyo thank you! i use this method: func ValidToken(next httprouter.Handle) httprouter.Handle{ return func(....) .... } r.Get("/openapi/adduser",handle func) r.Get("/authapi/adduser",ValidToken(handle func))