intimate_view/goserver/openrec.go

9 lines
148 B
Go
Raw Normal View History

2020-08-20 11:29:22 +00:00
package main
import "github.com/gin-gonic/gin"
2020-08-24 11:07:02 +00:00
// OpenrecQuery Openrec的查询API
2020-08-20 11:29:22 +00:00
func OpenrecQuery(cxt *gin.Context) {
Query(cxt, "openrec")
}