webserver/router.go @@ -4,6 +4,7 @@ "github.com/gin-gonic/gin" ) // 测试用web服务 func Serve(port string) { r := gin.Default() r.GET("/order", OrderList)