|
@@ -1057,6 +1057,12 @@ class APIMgr():
|
|
|
response = self.s.post(f"{cfg.target_host}/jyapi/messageCenter/messageDetail",headers=header,json=data)
|
|
|
return response
|
|
|
|
|
|
+ #拟在建搜索条件接口
|
|
|
+ def conditions(self):
|
|
|
+ header = GSTORE['headers']
|
|
|
+ response = self.s.post(f"{cfg.target_host}/front/project/nzj/conditions",headers=header)
|
|
|
+ return response
|
|
|
+
|
|
|
# 工作桌面商机情报列表
|
|
|
def workdesk_intelligence(self):
|
|
|
header = GSTORE['headers']
|