luojiehua 1 жил өмнө
parent
commit
883c0f4697

+ 1 - 1
BaseDataMaintenance/dataSource/interface.py

@@ -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)