|
@@ -1048,6 +1048,15 @@ class APIMgr():
|
|
|
response = self.s.post(f"{cfg.target_host}/jyapi/messageCenter/msgOpenLog",headers=header,json=data)
|
|
|
return response
|
|
|
|
|
|
+ #查看消息详情
|
|
|
+ def messagedetail(self):
|
|
|
+ header = GSTORE['headers']
|
|
|
+ data={
|
|
|
+ "msgLogId":240818
|
|
|
+ }
|
|
|
+ response = self.s.post(f"{cfg.target_host}/jyapi/messageCenter/messageDetail",headers=header,json=data)
|
|
|
+ return response
|
|
|
+
|
|
|
# 工作桌面商机情报列表
|
|
|
def workdesk_intelligence(self):
|
|
|
header = GSTORE['headers']
|