liumiaomiao 9 сар өмнө
parent
commit
ca5a6bc105
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      lib/webapi.py

+ 6 - 0
lib/webapi.py

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