feat:完善入驻信息管理

This commit is contained in:
henry
2021-12-02 18:05:53 +08:00
parent 5c4d883c97
commit 199e6f0669
23 changed files with 626 additions and 55 deletions

View File

@ -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")