package main import "github.com/gin-gonic/gin" // OpenrecQuery Openrec的查询API func OpenrecQuery(cxt *gin.Context) { Query(cxt, "openrec") }