feat:完善企业信息
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user