@@ -39,7 +39,7 @@ def getAttachDealInterface(_data,_type,path="",restry=1,kwargs={},url=interface_
_json.update(kwargs)
- _json["timeout"] = timeout
+ _json["timeout"] = timeout+100
with requests.Session() as sess:
_resp = sess.post(url,data=_json,timeout=timeout)