打印机
This commit is contained in:
17
routers/print_router.go
Normal file
17
routers/print_router.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package routers
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func InitPrintRouter(r *gin.Engine) {
|
||||
//group := r.Group("/v2")
|
||||
|
||||
// 我的基本信息
|
||||
{
|
||||
//groupMyPrint := group.Group("/storePrint")
|
||||
//groupMyPrint.GET()
|
||||
}
|
||||
}
|
||||
|
||||
func InitOtherRequest(r *gin.Engine) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user