intimate_view/goserver/openrec.go

9 lines
148 B
Go
Raw Normal View History

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