package demand import ( "github.com/veypi/OneBD/rest" ) var Router = rest.NewRouter() func init() { // 初始化路由 }