Commit c6062c7f authored by ligaishun's avatar ligaishun

Update router.go

parent 7d14f605
...@@ -32,6 +32,8 @@ func InitRouter() *gin.Engine { ...@@ -32,6 +32,8 @@ func InitRouter() *gin.Engine {
apiv1.POST("/ticketinfo",v1.GetTicketInfo) apiv1.POST("/ticketinfo",v1.GetTicketInfo)
apiv1.POST("/minetime",v1.RecordMineTime) apiv1.POST("/minetime",v1.RecordMineTime)
apiv1.POST("/latestversion",v1.GetVersion) apiv1.POST("/latestversion",v1.GetVersion)
apiv1.POST("/feedback",v1.FeedBack)
apiv1.POST("/iscomplete",v1.IsComplete)
return r return r
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment