Browse Source

去重问题

luojiehua 1 năm trước cách đây
mục cha
commit
883c0f4697
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      BaseDataMaintenance/dataSource/interface.py

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