|
@@ -787,6 +787,17 @@ class APIMgr():
|
|
"vt": "m"
|
|
"vt": "m"
|
|
})
|
|
})
|
|
return response
|
|
return response
|
|
|
|
+ #新增项目关注
|
|
|
|
+ def new_project_attention(self):
|
|
|
|
+ headers = GSTORE['headers']
|
|
|
|
+ response =self.s.post(f"{cfg.target_host}/bigmember/follow/project/add?sid=ABCY1xaYD0vLD86RHxkcwcvJDAZDSB3dlVkKDgzIDodeGpzfQlUCdA=",headers=headers)
|
|
|
|
+ return response
|
|
|
|
+ #关注项目地区筛选
|
|
|
|
+ def project_screenarea(self):
|
|
|
|
+ headers = GSTORE['headers']
|
|
|
|
+
|
|
|
|
+ response =self.s.get(f"{cfg.target_host}/bigmember/follow/project/screenArea",headers=headers, params={})
|
|
|
|
+ return response
|
|
|
|
|
|
#商机管理订阅搜索
|
|
#商机管理订阅搜索
|
|
def entname_subscription_search(self):
|
|
def entname_subscription_search(self):
|
|
@@ -819,7 +830,7 @@ class APIMgr():
|
|
'sign': '1058A958B8D562EA9F2234AC42716778',
|
|
'sign': '1058A958B8D562EA9F2234AC42716778',
|
|
'User-Agent': 'Apifox/1.0.0 (https://apifox.com)',
|
|
'User-Agent': 'Apifox/1.0.0 (https://apifox.com)',
|
|
'Content-Type': 'application/json'
|
|
'Content-Type': 'application/json'
|
|
-}
|
|
|
|
|
|
+ }
|
|
response = self.s.post(f"{cfg.target_host_api}/thirdpartyapi/standard/bid/search?appid=jianyuDev", headers=headers, json={
|
|
response = self.s.post(f"{cfg.target_host_api}/thirdpartyapi/standard/bid/search?appid=jianyuDev", headers=headers, json={
|
|
"releaseTimeStart": 1695456870,"keyWord": ["市政粮食"],"searchMode":1})
|
|
"releaseTimeStart": 1695456870,"keyWord": ["市政粮食"],"searchMode":1})
|
|
return response
|
|
return response
|