feat:完善入驻信息管理
This commit is contained in:
@ -161,6 +161,9 @@ func registerEnterpriseAPI(app *gin.Engine) {
|
||||
settledV1.GET("", _api.Index)
|
||||
settledV1.POST("/company", _api.Company)
|
||||
settledV1.POST("/expert", _api.Expert)
|
||||
settledV1.POST("/research", _api.Research)
|
||||
settledV1.POST("/laboratory", _api.Laboratory)
|
||||
settledV1.POST("/agent", _api.Agent)
|
||||
}
|
||||
// Technology 技术管理
|
||||
technologyV1 := g.Group("/technology")
|
||||
|
Reference in New Issue
Block a user