Commit 4cd97c42 by Joneq

判断sql插入限制

parent a8901970
......@@ -118,6 +118,10 @@ func HttpGet(companyName string)(returnDatas map[string]string) {
returnData["tianyancha_json"] += "||||"+string(respBody)
}
if len(returnData["tianyancha_json"]) < 130000{
returnData["tianyancha_json"] += "字符串过长"
}
var changeInfoNum int64
changeInfoNum = 0
......
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