feat:完善入驻信息管理
This commit is contained in:
@ -154,6 +154,14 @@ func registerEnterpriseAPI(app *gin.Engine) {
|
||||
_api := new(api2.Sys)
|
||||
sysV1.POST("/patent", _api.Patent)
|
||||
}
|
||||
// Settled 入驻管理
|
||||
settledV1 := v1.Group("/settled")
|
||||
{
|
||||
_api := new(api2.Settled)
|
||||
settledV1.GET("", _api.Index)
|
||||
settledV1.POST("/company", _api.Company)
|
||||
settledV1.POST("/expert", _api.Expert)
|
||||
}
|
||||
// Technology 技术管理
|
||||
technologyV1 := g.Group("/technology")
|
||||
{
|
||||
|
Reference in New Issue
Block a user