feat:完善信息

This commit is contained in:
henry
2022-03-08 13:56:34 +08:00
parent 6f265db820
commit 8eeab34c34
4 changed files with 81 additions and 0 deletions

View File

@ -522,10 +522,12 @@ func registerEnterpriseAPI(app *gin.Engine) {
{
_api := new(api3.Technology)
technologyV1.POST("/paper", _api.Paper)
technologyV1.POST("/paper/select", _api.PaperSelect)
technologyV1.POST("/paper/add", _api.PaperAdd)
technologyV1.POST("/paper/edit", _api.PaperEdit)
technologyV1.POST("/paper/delete", _api.PaperDelete)
technologyV1.POST("/patent", _api.Patent)
technologyV1.POST("/patent/select", _api.PatentSelect)
technologyV1.POST("/patent/detail", _api.PatentDetail)
technologyV1.POST("/patent/add", _api.PatentAdd)
technologyV1.POST("/patent/edit", _api.PatentEdit)