Return a list of person whose name is related with person_name
Parameter | Necessity | Type | Description |
---|---|---|---|
person_name | required | string | person's name as keyword |
required_page | optional | int | required page, 1 as default, every page contains 10 results |
Parameter | Type | Description |
---|---|---|
person list | list | a list of person, contains name, pid, current company, current position |
total page | int | the total page of search result |
Tips: Traditional Chinese will be converted to Simplified Chinese at first.