|
@@ -648,6 +648,21 @@ class APIMgr():
|
|
|
response =s.post(f"{cfg.target_host}/front/project/nzj/details",headers=headers, params=params)
|
|
|
return response
|
|
|
|
|
|
+ """工作桌面首页行业报告"""
|
|
|
+ def industry_report(self):
|
|
|
+ headers = GSTORE['headers']
|
|
|
+ s = GSTORE['s']
|
|
|
+ response = s.get(f"{cfg.target_host}/front/project/deskAnalysisReport", headers=headers)
|
|
|
+ return response
|
|
|
+
|
|
|
+ """工作桌面首页商机情报详情页"""
|
|
|
+ def business_opportunity(self):
|
|
|
+ headers = GSTORE['headers']
|
|
|
+ s = GSTORE['s']
|
|
|
+ # id='ABCY1xaYD0FJD0sNHN6cAcSMTI4DRZjV3diPB43LyEgfGpzbQFUCV8='
|
|
|
+ response = s.get(f"{cfg.target_host}/bigmember/project/businessDetails?id=ABCY1xaYD0FJD0sNHN6cAcSMTI4DRZjV3diPB43LyEgfGpzbQFUCV8=", headers=headers,data={})
|
|
|
+ return response
|
|
|
+
|
|
|
"""大会员推送记录列表"""
|
|
|
def bigmember_push(self):
|
|
|
headers = GSTORE['headers']
|