基础整理

This commit is contained in:
hoteas
2022-05-03 08:09:25 +08:00
parent 062e849d44
commit 0b09a13c17
31 changed files with 2501 additions and 618 deletions
+8
View File
@@ -58,6 +58,14 @@ func (that *company) GetCompanyOtherAll(name string) Map {
return res
}
// GetCompanyBaseInfo 获取企业基础信息
func (that *company) GetCompanyList(name string) (Map, error) {
url := "/fuzzyQueryCompanyInfo/"
body, err := that.basePost(url, name)
return ObjToMap(body), err
}
// GetCompanyBaseInfo 获取企业基础信息
func (that *company) GetCompanyBaseInfo(name string) (Map, error) {
url := "/getCompanyBaseInfo/"