Commit 79851a54 authored by ligaishun's avatar ligaishun

新增信息反馈以及查询接口

parent 1f54730b
...@@ -35,6 +35,10 @@ func InitRouter() *gin.Engine { ...@@ -35,6 +35,10 @@ func InitRouter() *gin.Engine {
apiv1.POST("/external",v1.GetExternal) apiv1.POST("/external",v1.GetExternal)
//服务器状态 //服务器状态
apiv1.POST("/serverstatus",v1.GetServerStatus) apiv1.POST("/serverstatus",v1.GetServerStatus)
//反馈信息
apiv1.POST("/feedback",v1.FeedBack)
//反馈处理进度
apiv1.POST("/iscomplete",v1.FeedBackStatus)
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