|
@@ -1010,6 +1010,12 @@ class APIMgr():
|
|
|
response = self.s.post(f"{cfg.target_host}/salesLeads/retainedCapital", headers=headers,
|
|
|
params={"source": "article_proposed_project"})
|
|
|
return response
|
|
|
+
|
|
|
+ #供应信息附件下载
|
|
|
+ def supplyInfo_attachment(self):
|
|
|
+ headers = GSTORE['headers']
|
|
|
+ response = self.s.post(f"{cfg.target_host}/publicapply/attachment/supplyInfo?msgId=RV9AWV1F&fileName=%E7%8E%8B%E7%BF%94%E5%90%8D%E7%89%87.png", headers=headers,)
|
|
|
+ return response
|
|
|
apimgr = APIMgr()
|
|
|
|
|
|
|