Commit d1e4073f authored by 王明明's avatar 王明明

超时处理

parent df7dda7e
...@@ -59,5 +59,5 @@ func checkPostRequire(data map[string]string) bool { ...@@ -59,5 +59,5 @@ func checkPostRequire(data map[string]string) bool {
} }
func InitRouter(r *mux.Router) { func InitRouter(r *mux.Router) {
r.HandleFunc("/gen", routeToU2).Methods("POST") r.HandleFunc("/gen", routeToU2)
} }
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