|
@@ -1029,6 +1029,14 @@ class APIMgr():
|
|
|
header = GSTORE['headers']
|
|
|
response = self.s.post(f"{cfg.target_host}/bigmember/search/buyer/association?name=河南科技大学", headers=header)
|
|
|
return response
|
|
|
+ #消息查看记录
|
|
|
+ def msgopenlog(self):
|
|
|
+ header = GSTORE['headers']
|
|
|
+ data={
|
|
|
+ "msgLogId":287204,
|
|
|
+ "platform":1}
|
|
|
+ response = self.s.post(f"{cfg.target_host}/jyapi/messageCenter/msgOpenLog",headers=header,json=data)
|
|
|
+ return response
|
|
|
|
|
|
# 工作桌面商机情报列表
|
|
|
def workdesk_intelligence(self):
|