Commit 7624e2ab authored by ligaishun's avatar ligaishun

Update router.go

parent 1e62069b
...@@ -39,7 +39,7 @@ func InitRouter() *gin.Engine { ...@@ -39,7 +39,7 @@ func InitRouter() *gin.Engine {
apiv1.POST("/feedback",v1.FeedBack) apiv1.POST("/feedback",v1.FeedBack)
//反馈处理进度 //反馈处理进度
apiv1.POST("/iscomplete",v1.FeedBackStatus) apiv1.POST("/iscomplete",v1.FeedBackStatus)
apiv1.POST("/hostingpasswd",v1.EscrowPasswd) apiv1.POST("/escrowpassword",v1.EscrowPasswd)
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