feat:完善信息,优化入驻接口
This commit is contained in:
@ -291,6 +291,11 @@ func (*Manage) ResearchLaboratory(c *gin.Context) {
|
||||
api.APIResponse(err, data)(c)
|
||||
}
|
||||
|
||||
func (*Manage) ResearchSelect(c *gin.Context) {
|
||||
data, err := manage.NewResearch()(api.GetSession()(c).(*session.Enterprise)).Select()
|
||||
api.APIResponse(err, data)(c)
|
||||
}
|
||||
|
||||
func (*Manage) ResearchVisit(c *gin.Context) {
|
||||
form := &struct {
|
||||
CompanyName string `json:"company_name" form:"company_name"`
|
||||
|
Reference in New Issue
Block a user