feat:完善项目管理,增加专家列表信息
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user