Compare commits
No commits in common. "60d2244454c4f049ca770cb14605e56eca77cdaf" and "b641e50bda10aca49868137b4c9bdc2b705f30ac" have entirely different histories.
60d2244454
...
b641e50bda
@ -1,11 +1,10 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/exhibition-main/internal/middleware"
|
||||
"github.com/exhibition-main/pkg/service"
|
||||
"github.com/exhibition-main/pkg/service/common"
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-contrib/gzip"
|
||||
"github.com/gin-contrib/pprof"
|
||||
@ -40,7 +39,6 @@ func NewRouter() *gin.Engine {
|
||||
registerAuth.POST("save_register_info", service.SaveRegister) //保存
|
||||
registerAuth.POST("export_register", service.ExportRegister) //导出
|
||||
registerAuth.POST("scan_id_card", service.OcrBase64) //扫描身份证图片获取信息
|
||||
registerAuth.POST("import", service.ImportRecordByExcel)
|
||||
}
|
||||
|
||||
//静态文件
|
||||
|
Loading…
Reference in New Issue
Block a user