Ver Fonte

Merge branch 'develop' of 139.9.53.143:HolaBIP/youngee_m_api into develop

Ohio-HYF há 1 ano atrás
pai
commit
38204cfd2a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      route/init.go

+ 1 - 0
route/init.go

@@ -190,6 +190,7 @@ func InitRoute(r *gin.Engine) {
 	// 选品广场相关接口
 	s := r.Group("/youngee/m/selection")
 	{
+		//s.Use(middleware.LoginAuthMiddleware)
 		//s.Use(middleware.LoginAuthMiddleware)
 		s.GET("/reviewnumber", handler.WrapSelectionReviewNumberHandler)            //查询选品待审核的数量
 		s.POST("/delete", handler.WrapDeleteSelectionHandler)                       //删除选品