|
def getAttachDealInterface(_data,_type,path="",restry=1,kwargs={},url=interface_url,timeout=DEFAULT_TIMEOUT,session=None):
|
|
def getAttachDealInterface(_data,_type,path="",restry=1,kwargs={},url=interface_url,timeout=DEFAULT_TIMEOUT,session=None):
|
|
@@ -35,6 +38,8 @@ def getAttachDealInterface(_data,_type,path="",restry=1,kwargs={},url=interface_
|
|
_resp = requests.post(url,data=_json,timeout=timeout,headers=headers)
|
|
_resp = requests.post(url,data=_json,timeout=timeout,headers=headers)
|