Commit 72f86de8 by Joneq

判断天眼查没数据情况

parent 0fa80cf3
Showing with 1 additions and 0 deletions
......@@ -71,6 +71,7 @@ func HttpGet(companyName string)(returnDatas map[string]string) {
returnData["registered_capital"] = "0"
returnData["two_years_no_lawsuit"] = "无"
returnData["five_legal_change"] = "0"
return returnData
}
//成立时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment