feat:完善企业信息

This commit is contained in:
henry
2021-12-08 10:07:54 +08:00
parent 95e8fdb9bb
commit 10a7e9cacd
8 changed files with 81 additions and 26 deletions

View File

@ -202,6 +202,7 @@ func registerEnterpriseAPI(app *gin.Engine) {
technologyV1.POST("/topic/edit", _api.TopicEdit)
technologyV1.POST("/topic/delete", _api.TopicDelete)
technologyV1.POST("/product", _api.Product)
technologyV1.POST("/product/visit", _api.ProductVisit)
technologyV1.POST("/product/add", _api.ProductAdd)
technologyV1.POST("/product/edit", _api.ProductEdit)
technologyV1.POST("/product/shelf", _api.ProductShelf)