|
@@ -1259,7 +1259,14 @@ class APIMgr():
|
|
|
response = self.s.post(f"{cfg.target_host}/entnicheNew/subscribe/pushset/update", headers=headers,data=data)
|
|
|
return response
|
|
|
|
|
|
-
|
|
|
+ #未登录“拟在建项目”详情页
|
|
|
+ def nzj_details(self):
|
|
|
+ headers = GSTORE['headers']
|
|
|
+ params = {
|
|
|
+ "pid":"040709005b58070d4a46020952075350590c1d4302530802"
|
|
|
+ }
|
|
|
+ response = self.s.get(f"{cfg.target_host}/front/project/nzj/details", headers=headers,params=params)
|
|
|
+ return response
|
|
|
|
|
|
apimgr = APIMgr()
|
|
|
|