feat:完善项目管理,增加专家列表信息

This commit is contained in:
henry
2021-12-10 18:16:41 +08:00
parent 2ee564d540
commit fdcd46bf49
14 changed files with 265 additions and 109 deletions

View File

@ -243,12 +243,7 @@ func registerEnterpriseAPI(app *gin.Engine) {
manageV1.POST("/equipment/delete", _api.EquipmentDelete)
manageV1.POST("/company/detail", _api.CompanyDetail)
manageV1.POST("/company/product", _api.CompanyProduct)
}
// Identity 身份信息
identityV1 := v1.Group("/config")
{
_api := new(api2.Identity)
identityV1.POST("/expert", _api.Expert)
manageV1.POST("/expert", _api.Expert)
}
// Activity 活动信息
activityV1 := v1.Group("/activity")