feat:完善项目信息

This commit is contained in:
henry
2022-01-04 15:04:37 +08:00
parent e29371da3e
commit 40841a4a27
10 changed files with 496 additions and 11 deletions

View File

@ -192,7 +192,7 @@ func (c *Patent) List(kind int, title, applyCode, openCode, ipcCode string, page
return &controller.ReturnPages{Data: list, Count: count}, nil
}
// Search 搜索信息
// Match 搜索信息
func (c *Patent) Match(title string, industrys, keywords []string) ([]*PatentMatchInfo, error) {
params := strings.Join([]string{
title, strings.Join(industrys, ","), strings.Join(keywords, ","),