获取已登记的信息
POST
{host}/getRegisteredInfo
接口描述
获取已登记的公司及个人信息
请求参数
参数名
类型
描述
必填
name
string
用户输入的查询值,代表公司名称或者个人姓名
必填
type
int
0:company 1:registrant
必填
响应参数
参数名
类型
描述
必填
company
json
公司信息json字符串
必填
registrant
json
个人信息json字符串
必填